CVE-2006-4433: High severity PHP PHP vulnerability
PHP before 4.4.3 and 5.x before 5.1.4 does not limit the character set of the session identifier (PHPSESSID) for third party session handlers, which might make it easier for remote attackers to exploit other vulnerabilities by inserting PHP code into the PHPSESSID, which is stored in the session file. NOTE: it could be argued that this not a vulnerability in PHP itself, rather a design limitation that enables certain attacks against session handlers that do not account for this limitation.
Affected Software
Remediation
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2006-4433?
CVE-2006-4433 is considered a medium-severity vulnerability due to the potential for remote code execution.
How do I fix CVE-2006-4433?
To fix CVE-2006-4433, upgrade PHP to versions 4.4.3 or 5.1.4 and later.
What systems are affected by CVE-2006-4433?
CVE-2006-4433 affects PHP versions prior to 4.4.3 and 5.x prior to 5.1.4.
What type of vulnerability is CVE-2006-4433?
CVE-2006-4433 is a session hijacking vulnerability that allows malicious users to inject PHP code into session identifiers.
Can CVE-2006-4433 lead to data compromise?
Yes, CVE-2006-4433 can potentially lead to unauthorized access and data compromise due to the ability to execute arbitrary PHP code.