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

19 lines
850 B
Markdown

### [CVE-2011-4106](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4106)
![](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
TimThumb (timthumb.php) before 2.0 does not validate the entire source with the domain white list, which allows remote attackers to upload and execute arbitrary code via a URL containing a white-listed domain in the src parameter, then accessing it via a direct request to the file in the cache directory, as exploited in the wild in August 2011.
### POC
#### Reference
- http://www.exploit-db.com/exploits/17602
- http://www.exploit-db.com/exploits/17872
#### Github
No PoCs found on GitHub currently.