Buffer overflow in PHP - CVE-2016-7480

 

Buffer overflow in PHP - CVE-2016-7480

Published: July 20, 2022 / Updated: June 14, 2025


Vulnerability identifier: #VU110256
CSH Severity: High
CVSS v4: 9.3 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2016-7480
CWE-ID: CWE-119
Exploitation vector: Remote access
Exploit availability: Public exploit is available

Vulnerability details

The vulnerability allows a remote non-authenticated attacker to execute arbitrary code.

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.


Affected software

PHP

How to mitigate CVE-2016-7480

Install update from vendor's website.

PHP - update to 7.0.11

Links to Public Exploits and PoC-codes

External References

Related Security Bulletins