Php · Php · CVE-2005-3054
**Name of the Vulnerable Software and Affected Versions**
PHP versions 4.4.0
**Description**
The issue arises from improper restriction of access to other directories when the open basedir directive includes a trailing slash. This allows PHP scripts in one directory to access files in other directories whose names are substrings of the original directory.
**Recommendations**
For PHP version 4.4.0, consider removing the trailing slash from the open basedir directive to prevent unauthorized access to other directories.