Files
CVEs-PoC/2008/CVE-2008-2665.md
T
2024-06-18 02:51:15 +02:00

18 lines
757 B
Markdown

### [CVE-2008-2665](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2665)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Directory traversal vulnerability in the posix_access function in PHP 5.2.6 and earlier allows remote attackers to bypass safe_mode restrictions via a .. (dot dot) in an http URL, which results in the URL being canonicalized to a local filename after the safe_mode check has successfully run.
### POC
#### Reference
- http://securityreason.com/securityalert/3941
#### Github
No PoCs found on GitHub currently.