cve/2006/CVE-2006-7070.md

19 lines
850 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2006-7070](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-7070)
![](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
Unrestricted file upload vulnerability in manager/media/ibrowser/scripts/rfiles.php in Etomite CMS 0.6.1 and earlier allows remote attackers to upload and execute arbitrary files via an nfile[] parameter with a filename that contains a .php extension followed by a valid image extension such as .gif or .jpg, then calling the rename function.
### POC
#### Reference
- http://securityreason.com/securityalert/2326
- https://www.exploit-db.com/exploits/2072
#### Github
No PoCs found on GitHub currently.