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

19 lines
924 B
Markdown

### [CVE-2008-2672](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2672)
![](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
Multiple directory traversal vulnerabilities in ErfurtWiki R1.02b and earlier, when register_globals is enabled, allow remote attackers to include and execute arbitrary local files via a .. (dot dot) in the (1) ewiki_id and (2) ewiki_action parameters to fragments/css.php, and possibly the (3) id parameter to the default URI. NOTE: the default URI is site-specific but often performs an include_once of ewiki.php.
### POC
#### Reference
- http://securityreason.com/securityalert/3936
- https://www.exploit-db.com/exploits/5771
#### Github
No PoCs found on GitHub currently.