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

19 lines
774 B
Markdown

### [CVE-2014-9261](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9261)
![](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
The sanitize function in Codoforum 2.5.1 does not properly implement filtering for directory traversal sequences, which allows remote attackers to read arbitrary files via a .. (dot dot) in the path parameter to index.php.
### POC
#### Reference
- http://packetstormsecurity.com/files/130739/Codoforum-2.5.1-Arbitrary-File-Download.html
- http://www.exploit-db.com/exploits/36320
#### Github
No PoCs found on GitHub currently.