CVE-2006-4023: Buffer Overflow
The ip2long function in PHP 5.1.4 and earlier may incorrectly validate an arbitrary string and return a valid network IP address, which allows remote attackers to obtain network information and facilitate other attacks, as demonstrated using SQL injection in the X-FORWARDED-FOR Header in index.php in MiniBB 2.0. NOTE: it could be argued that the ip2long behavior represents a risk for security-relevant issues in a way that is similar to strcpy's role in buffer overflows, in which case this would be a class of implementation bugs that would require separate CVE items for each PHP application that uses ip2long in a security-relevant manner.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2006-4023?
CVE-2006-4023 has been classified as a medium severity vulnerability.
How do I fix CVE-2006-4023?
To fix CVE-2006-4023, upgrade to PHP version 5.2.0 or later, where this vulnerability has been addressed.
What impact does CVE-2006-4023 have on web applications?
CVE-2006-4023 can allow remote attackers to manipulate IP addresses leading to possible SQL injection and other exploitations.
Which PHP versions are affected by CVE-2006-4023?
CVE-2006-4023 affects PHP versions 5.1.4 and earlier, as well as 4.3.3 and 5.0.2.
Can CVE-2006-4023 lead to other attacks?
Yes, CVE-2006-4023 can facilitate further attacks by exposing network information through improper IP address validation.