#VU45443 Input validation error in CakePHP - CVE-2010-4335

 

#VU45443 Input validation error in CakePHP - CVE-2010-4335

Published: January 15, 2011 / Updated: August 11, 2020


Vulnerability identifier: #VU45443
Vulnerability risk: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:A/U:Green
CVE-ID: CVE-2010-4335
CWE-ID: CWE-20
Exploitation vector: Remote access
Exploit availability: Public exploit is available
Vulnerable software:
CakePHP
Software vendor:
CakePHP

Description

The vulnerability allows a remote non-authenticated attacker to read and manipulate data.

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.


Remediation

Install update from vendor's website.

External links