vendor:
PHP
by:
SecurityFocus
7.5
CVSS
HIGH
open_basedir restriction-bypass vulnerability
20
CWE
Product Name: PHP
Affected Version From: PHP 5.3.0
Affected Version To: PHP 5.3.0
Patch Exists: YES
Related CWE: N/A
CPE: a:php:php:5.3.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
PHP ‘open_basedir’ Restriction-Bypass Vulnerability
PHP is prone to an 'open_basedir' restriction-bypass vulnerability because of a design error. Successful exploits could allow an attacker to write files in unauthorized locations. This vulnerability would be an issue in shared-hosting configurations where multiple users can create and execute arbitrary PHP script code; in such cases, the 'safe_mode' and 'open_basedir' restrictions are expected to isolate users from each other.
Mitigation:
Ensure that the 'open_basedir' restriction is properly configured and enforced.