cve/2008/CVE-2008-6658.md

18 lines
859 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2008-6658](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6658)
![](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 index.php in Simple Machines Forum (SMF) 1.0 before 1.0.15 and 1.1 before 1.1.7 allows remote authenticated administrators to install packages from arbitrary directories via a .. (dot dot) in the package parameter during an install2 action, as demonstrated by a predictable package filename in attachments/ that was uploaded through a post2 action to index.php.
### POC
#### Reference
- https://www.exploit-db.com/exploits/6993
#### Github
No PoCs found on GitHub currently.