Permissions, Privileges, and Access Controls in PHP - CVE-2006-3011

 

Permissions, Privileges, and Access Controls in PHP - CVE-2006-3011

Published: July 20, 2017 / Updated: June 8, 2025


Vulnerability identifier: #VU110480
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2006-3011
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 read and manipulate data.

The error_log function in basic_functions.c in PHP before 4.4.4 and 5.x before 5.1.5 allows local users to bypass safe mode and open_basedir restrictions via a "php://" or other scheme in the third argument, which disables safe mode.


How to mitigate CVE-2006-3011

Install update from vendor's website.

Sources