cve/2014/CVE-2014-3670.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2014-3670](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3670)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The exif_ifd_make_value function in exif.c in the EXIF extension in PHP before 5.4.34, 5.5.x before 5.5.18, and 5.6.x before 5.6.2 operates on floating-point arrays incorrectly, which allows remote attackers to cause a denial of service (heap memory corruption and application crash) or possibly execute arbitrary code via a crafted JPEG image with TIFF thumbnail data that is improperly handled by the exif_thumbnail function.
### POC
#### Reference
- http://linux.oracle.com/errata/ELSA-2014-1768.html
2024-06-09 00:33:16 +00:00
- http://linux.oracle.com/errata/ELSA-2014-1768.html
2024-05-26 14:27:05 +02:00
- http://www.ubuntu.com/usn/USN-2391-1
2024-06-09 00:33:16 +00:00
- http://www.ubuntu.com/usn/USN-2391-1
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.