2.1
CVSSv2

CVE-2005-3054

Published: 26/09/2005 Updated: 03/10/2018
CVSS v2 Base Score: 2.1 | Impact Score: 2.9 | Exploitability Score: 3.9
VMScore: 187
Vector: AV:L/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

fopen_wrappers.c in PHP 4.4.0, and possibly other versions, does not properly restrict access to other directories when the open_basedir directive includes a trailing slash, which allows PHP scripts in one directory to access files in other directories whose names are substrings of the original directory.

Vulnerable Product Search on Vulmon Subscribe to Product

php php 4.4.0

Vendor Advisories

A bug has been found in the handling of the open_basedir directive handling Contrary to the specification, the value of open_basedir was handled as a prefix instead of a proper directory name even if it was terminated by a slash (‘/’) For example, this allowed PHP scripts to access the directory /home/user10 when open_basedir was configured t ...