CVE-2016-7480
critical
CVSS v3
9.8
CVSS v2
7.5
VIR risk
9.8
Description
The SplObjectStorage unserialize implementation in ext/spl/spl_observer.c in PHP before 7.0.12 does not verify that a key is an object, which allows remote attackers to execute arbitrary code or cause a denial of service (uninitialized memory access) via crafted serialized data.
Predictions
Exploit likelihood
97%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2016-7480.html
Vendor advisory: cve@checkpoint.com — https://github.com/php/php-src/commit/61cdd1255d5b9c8453be71aacbbf682796ac77d4
Vendor advisory: cve@checkpoint.com — https://bugs.php.net/bug.php?id=73257
Vendor advisory: cve@checkpoint.com — http://php.net/ChangeLog-7.php
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| php | php | {"startIncluding":"7.0.0","endExcluding":"7.0.11"} | 7.0.11 |
| netapp | clustered_data_ontap | - | |
References
- http://blog.checkpoint.com/2016/12/27/check-point-discovers-three-zero-day-vulnerabilities-web-programming-language-php-7
- http://blog.checkpoint.com/wp-content/uploads/2016/12/PHP_Technical_Report.pdf
- http://php.net/ChangeLog-7.php
- http://www.securityfocus.com/bid/95152
- https://bugs.php.net/bug.php?id=73257
- https://github.com/php/php-src/commit/61cdd1255d5b9c8453be71aacbbf682796ac77d4
- https://security.netapp.com/advisory/ntap-20180112-0001/
- https://www.youtube.com/watch?v=LDcaPstAuPk
- https://www.suse.com/security/cve/CVE-2016-7480.html
CWEs
CWE-119
Verify integrity in audit chain (admin only). AS-IS.