CVE-2010-1129: Input Validation
The safemode implementation in PHP before 5.2.13 does not properly handle directory pathnames that lack a trailing / (slash) character, which allows context-dependent attackers to bypass intended access restrictions via vectors related to use of the tempnam function.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2010-1129?
CVE-2010-1129 has a severity rating of medium, indicating it poses a moderate risk to system integrity.
How do I fix CVE-2010-1129?
To fix CVE-2010-1129, upgrade PHP to version 5.2.13 or later to ensure proper handling of directory pathnames.
What PHP versions are affected by CVE-2010-1129?
CVE-2010-1129 affects PHP versions prior to 5.2.13, specifically 5.2.0 through 5.2.12.
What type of vulnerability is CVE-2010-1129?
CVE-2010-1129 is a path traversal vulnerability that allows unauthorized access due to improper pathname handling.
Can CVE-2010-1129 be exploited remotely?
Yes, CVE-2010-1129 can potentially be exploited remotely by context-dependent attackers to bypass access restrictions.