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

18 lines
906 B
Markdown

### [CVE-2013-1806](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1806)
![](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 PHP-Fusion before 7.02.06 allow remote authenticated users to include and execute arbitrary files via a .. (dot dot) in the (1) user_theme parameter to maincore.php; or remote authenticated administrators to delete arbitrary files via the (2) enable parameter to administration/user_fields.php or (3) file parameter to administration/db_backup.php.
### POC
#### Reference
- http://packetstormsecurity.com/files/120598/PHP-Fusion-7.02.05-XSS-LFI-SQL-Injection.html
#### Github
No PoCs found on GitHub currently.