CVE-2007-1835: Medium severity PHP PHP vulnerability
PHP 4 before 4.4.5 and PHP 5 before 5.2.1, when using an empty session save path (session.savepath), uses the TMPDIR default after checking the restrictions, which allows local users to bypass openbasedir restrictions.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2007-1835?
CVE-2007-1835 has been classified as a medium severity vulnerability due to its potential to allow local users to bypass restrictions.
How do I fix CVE-2007-1835?
To fix CVE-2007-1835, you should upgrade to PHP version 4.4.5 or later, or PHP 5.2.1 or later.
Who is affected by CVE-2007-1835?
CVE-2007-1835 affects all PHP versions before 4.4.5 and 5.2.1 that are configured with an empty session save path.
What are the implications of CVE-2007-1835?
The implications of CVE-2007-1835 include the ability for local users to potentially access sensitive data by bypassing open_basedir restrictions.
Is there a way to mitigate CVE-2007-1835 if I cannot upgrade?
If upgrading is not possible, consider configuring a non-empty session save path to mitigate the impact of CVE-2007-1835.