CVE-2014-3670
medium
CVSS v3
—
CVSS v2
6.8
VIR risk
6.8
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.
Predictions
Exploit likelihood
20%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: secalert@redhat.com — https://bugs.php.net/bug.php?id=68113
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| php | php | {"endIncluding":"5.4.33"} | |
| php | php | 5.4.0 | |
| php | php | 5.4.1 | |
| php | php | 5.4.2 | |
| php | php | 5.4.3 | |
| php | php | 5.4.4 | |
| php | php | 5.4.5 | |
| php | php | 5.4.6 | |
| php | php | 5.4.7 | |
| php | php | 5.4.8 | |
| php | php | 5.4.9 | |
| php | php | 5.4.10 | |
| php | php | 5.4.11 | |
| php | php | 5.4.12 | |
| php | php | 5.4.13 | |
| php | php | 5.4.14 | |
| php | php | 5.4.15 | |
| php | php | 5.4.16 | |
| php | php | 5.4.17 | |
| php | php | 5.4.18 | |
| php | php | 5.4.19 | |
| php | php | 5.4.20 | |
| php | php | 5.4.21 | |
| php | php | 5.4.22 | |
| php | php | 5.4.23 | |
| php | php | 5.4.24 | |
| php | php | 5.4.25 | |
| php | php | 5.4.26 | |
| php | php | 5.4.27 | |
| php | php | 5.4.28 | |
| php | php | 5.4.29 | |
| php | php | 5.4.30 | |
| php | php | 5.4.31 | |
| php | php | 5.4.32 | |
| php | php | 5.5.0 | |
| php | php | 5.5.1 | |
| php | php | 5.5.2 | |
| php | php | 5.5.3 | |
| php | php | 5.5.4 | |
| php | php | 5.5.5 | |
| php | php | 5.5.6 | |
| php | php | 5.5.7 | |
| php | php | 5.5.8 | |
| php | php | 5.5.9 | |
| php | php | 5.5.10 | |
| php | php | 5.5.11 | |
| php | php | 5.5.12 | |
| php | php | 5.5.13 | |
| php | php | 5.5.14 | |
| php | php | 5.5.15 | |
| php | php | 5.5.16 | |
| php | php | 5.5.17 | |
| php | php | 5.6.0 | |
| php | php | 5.6.1 | |
References
- http://git.php.net/?p=php-src.git%3Ba=commit%3Bh=ddb207e7fa2e9adeba021a1303c3781efda5409b
- http://linux.oracle.com/errata/ELSA-2014-1767.html
- http://linux.oracle.com/errata/ELSA-2014-1768.html
- http://lists.apple.com/archives/security-announce/2015/Apr/msg00001.html
- http://lists.opensuse.org/opensuse-updates/2014-11/msg00024.html
- http://lists.opensuse.org/opensuse-updates/2014-11/msg00034.html
- http://lists.opensuse.org/opensuse-updates/2015-01/msg00006.html
- http://php.net/ChangeLog-5.php
- http://rhn.redhat.com/errata/RHSA-2014-1765.html
- http://rhn.redhat.com/errata/RHSA-2014-1766.html
- http://rhn.redhat.com/errata/RHSA-2014-1767.html
- http://rhn.redhat.com/errata/RHSA-2014-1768.html
- http://rhn.redhat.com/errata/RHSA-2014-1824.html
- http://secunia.com/advisories/59967
- http://secunia.com/advisories/60630
- http://secunia.com/advisories/60699
- http://secunia.com/advisories/61763
- http://secunia.com/advisories/61970
- http://secunia.com/advisories/61982
- http://www.debian.org/security/2014/dsa-3064
- http://www.oracle.com/technetwork/topics/security/bulletinjul2015-2511963.html
- http://www.securityfocus.com/bid/70665
- http://www.ubuntu.com/usn/USN-2391-1
- https://bugs.php.net/bug.php?id=68113
- https://bugzilla.redhat.com/show_bug.cgi?id=1154502
CWEs
CWE-119
Verify integrity in audit chain (admin only). AS-IS.