vendor:
CubeCart
by:
Anonymous
7,5
CVSS
HIGH
PHP Object Injection
502
CWE
Product Name: CubeCart
Affected Version From: 5.0.0
Affected Version To: 5.2.0
Patch Exists: YES
Related CWE: CVE-2013-1465
CPE: a:cubecart:cubecart
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2013
CubeCart <= 5.2.0 (cubecart.class.php) PHP Object Injection Vulnerability
User input passed through the $_POST['shipping'] parameter is not properly sanitized before being used in an unserialize() call at line 521. This can be exploited to inject an arbitrary object into the application scope. For e.g. the destructor method of the 'Config' class could be abused.
Mitigation:
Upgrade to version 5.2.1 or higher.