CVE-2016-3078
Description
Multiple integer overflows in php_zip.c in the zip extension in PHP before 7.0.6 allow remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted call to (1) getFromIndex or (2) getFromName in the ZipArchive class.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: secalert@redhat.com — https://php.net/ChangeLog-7.php
Vendor advisory: secalert@redhat.com — https://github.com/php/php-src/commit/3b8d4de300854b3517c7acb239b84f7726c1353c?w=1
Vendor advisory: secalert@redhat.com — https://bugs.php.net/bug.php?id=71923
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2016-3078.html
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| php | php | {"startIncluding":"7.0.0","endExcluding":"7.0.6"} | 7.0.6 |
References
- https://www.suse.com/security/cve/CVE-2016-3078.html
- http://www.openwall.com/lists/oss-security/2016/04/28/1
- http://www.securitytracker.com/id/1035701
- https://bugs.php.net/bug.php?id=71923
- https://github.com/php/php-src/commit/3b8d4de300854b3517c7acb239b84f7726c1353c?w=1
- https://php.net/ChangeLog-7.php
- https://security-tracker.debian.org/tracker/CVE-2016-3078
- https://www.exploit-db.com/exploits/39742/
CWEs
CWE-190
Verify integrity in audit chain (admin only). AS-IS.