mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-28 15:31:27 +02:00
19 lines
873 B
Markdown
19 lines
873 B
Markdown
### [CVE-2010-4335](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4335)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|