CVE-2006-6383: Input Validation
PHP 5.2.0 and 4.4 allows local users to bypass safemode and openbasedir restrictions via a malicious path and a null byte before a ";" in a sessionsavepath argument, followed by an allowed path, which causes a parsing inconsistency in which PHP validates the allowed path but sets session.savepath to the malicious path.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2006-6383?
CVE-2006-6383 is considered a critical vulnerability as it allows local users to bypass security restrictions.
How do I fix CVE-2006-6383?
To fix CVE-2006-6383, upgrade to a version of PHP that is newer than 5.2.0 and 4.4.0.
Who is affected by CVE-2006-6383?
CVE-2006-6383 affects users running PHP versions 5.2.0 and 4.4.0.
What types of restrictions can be bypassed with CVE-2006-6383?
CVE-2006-6383 allows bypassing of safe_mode and open_basedir restrictions.
What is the impact of CVE-2006-6383?
The impact of CVE-2006-6383 is that it compromises the integrity of session handling in PHP, potentially leading to unauthorized access.