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

19 lines
873 B
Markdown

### [CVE-2010-4335](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4335)
![](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
The _validatePost function in libs/controller/components/security.php in CakePHP 1.3.x through 1.3.5 and 1.2.8 allows remote attackers to modify the internal Cake cache and execute arbitrary code via a crafted data[_Token][fields] value that is processed by the unserialize function, as demonstrated by modifying the file_map cache to execute arbitrary local files.
### POC
#### Reference
- http://securityreason.com/securityalert/8026
- http://www.exploit-db.com/exploits/16011
#### Github
No PoCs found on GitHub currently.