102 matches found
Code injection
The Cubecart::basket method in classes/cubecart.class.php in CubeCart 5.0.0 through 5.2.0 allows remote attackers to unserialize arbitrary PHP objects via a crafted shipping parameter, as demonstrated by modifying the application configuration using the Config object...
7.5CVSS7.3AI score0.07086EPSS
SaveExploits6References9Affected Software1
CVE-2013-1465
CubeCart 5.0.0–5.2.0 is affected by a PHP object injection in Cubecart::_basket() via the shipping POST parameter. The code unserializes base64url_decode($_POST['shipping']) into $GLOBALS['cart'], allowing an attacker to inject arbitrary PHP objects (e.g., the Config object) and potentially alter...
9.8CVSS9.2AI score0.07086EPSS
SaveExploits6References9Affected Software1
20