Input validation error in PHP - CVE-2006-1490

 

Input validation error in PHP - CVE-2006-1490

Published: February 13, 2023 / Updated: June 9, 2025


Vulnerability identifier: #VU110490
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2006-1490
CWE-ID: CWE-20
Exploitation vector: Remote access
Exploit availability: Public exploit is available

Vulnerability details

The vulnerability allows a remote non-authenticated attacker to gain access to sensitive information.

PHP before 5.1.3-RC1 might allow remote attackers to obtain portions of memory via crafted binary data sent to a script that processes user input in the html_entity_decode function and sends the encoded results back to the client, aka a "binary safety" issue. NOTE: this issue has been referred to as a "memory leak," but it is an information leak that discloses memory contents.


Affected software

PHP
Gentoo Linux
dev-lang/php

How to mitigate CVE-2006-1490

Install update from vendor's website.

PHP - addressed in versions 4.4.3, 4.10, 5.1.3
dev-lang/php - addressed in versions 5.1.4-r4, 5.1.4-r6

Links to Public Exploits and PoC-codes

External References

Related Security Bulletins