Missing Authorization in PHP - CVE-2006-4483

 

Missing Authorization in PHP - CVE-2006-4483

Published: July 19, 2022 / Updated: June 8, 2025


Vulnerability identifier: #VU110473
CSH Severity: High
CVSS v4: 9.3 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2006-4483
CWE-ID: CWE-862
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote non-authenticated attacker to execute arbitrary code.

The cURL extension files (1) ext/curl/interface.c and (2) ext/curl/streams.c in PHP before 5.1.5 permit the CURLOPT_FOLLOWLOCATION option when open_basedir or safe_mode is enabled, which allows attackers to perform unauthorized actions, possibly related to the realpath cache.


Affected software

PHP

How to mitigate CVE-2006-4483

Install update from vendor's website.

PHP - update to 5.1.5

External References

Related Security Bulletins