### [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 - http://www.ubuntu.com/usn/USN-2391-1 #### Github No PoCs found on GitHub currently.