mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-11 08:27:12 +02:00
19 lines
774 B
Markdown
19 lines
774 B
Markdown
### [CVE-2014-9261](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9261)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|