CVE-2006-1608: Low severity php php vulnerability
The copy function in file.c in PHP 4.4.2 and 5.1.2 allows local users to bypass safe mode and read arbitrary files via a source argument containing a compress.zlib:// URI.
Affected Software
Remediation
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2006-1608?
CVE-2006-1608 has a moderate severity level due to the potential for local users to bypass safe mode and access sensitive files.
How do I fix CVE-2006-1608?
To fix CVE-2006-1608, users should upgrade to a version of PHP that is not affected, specifically versions beyond 5.1.2 or 4.4.3.
What versions of PHP are affected by CVE-2006-1608?
CVE-2006-1608 affects PHP versions 4.4.2, 5.1.2, and several earlier versions listed in the vulnerability details.
Can CVE-2006-1608 be exploited remotely?
CVE-2006-1608 is primarily a local vulnerability, meaning it requires access to the local server environment for exploitation.
What is the nature of the attack related to CVE-2006-1608?
The attack related to CVE-2006-1608 involves exploiting the copy function to use a compress.zlib:// URI, allowing unauthorized access to arbitrary files.