CVE-2010-1130: Medium severity PHP PHP vulnerability
session.c in the session extension in PHP before 5.2.13, and 5.3.1, does not properly interpret ; (semicolon) characters in the argument to the sessionsavepath function, which allows context-dependent attackers to bypass openbasedir and safemode restrictions via an argument that contains multiple ; characters in conjunction with a .. (dot dot).
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2010-1130?
CVE-2010-1130 has a medium severity rating due to its potential for local exploitation affecting the security of the PHP environment.
How do I fix CVE-2010-1130?
To fix CVE-2010-1130, upgrade PHP to version 5.2.13 or later, or 5.3.1 or later.
Which versions of PHP are affected by CVE-2010-1130?
CVE-2010-1130 affects PHP versions before 5.2.13 and 5.3.1, including multiple earlier versions.
Can CVE-2010-1130 be exploited remotely?
CVE-2010-1130 typically requires local access to exploit, as it involves manipulating session save paths.
What are the risks of leaving CVE-2010-1130 unpatched?
Leaving CVE-2010-1130 unpatched can allow attackers to bypass open_basedir and safe_mode protections, leading to increased risk of unauthorized file access.