Permissions, Privileges, and Access Controls in PHP - CVE-2007-5900

 

Permissions, Privileges, and Access Controls in PHP - CVE-2007-5900

Published: October 15, 2018 / Updated: June 8, 2025


Vulnerability identifier: #VU110355
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2007-5900
CWE-ID: CWE-264
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: PHP Group
Affected software:
PHP

Detailed vulnerability description

The vulnerability allows a local user to execute arbitrary code.

PHP before 5.2.5 allows local users to bypass protection mechanisms configured through php_admin_value or php_admin_flag in httpd.conf by using ini_set to modify arbitrary configuration variables, a different issue than CVE-2006-4625.


How to mitigate CVE-2007-5900

Install update from vendor's website.

Sources