It is very straightforward to patch this vulnerability...
Method 1:
Upload the attached file over your existing includes/content/viewProd.inc.php file.
viewProd.inc.php 25.35K
148 downloadsMethod 2:
Open includes/content/viewProd.inc.php and find at around line 34:
$_GET['productId'] = sanitizeVar($_GET['productId']);Replace with:
$_GET['productId'] = (int)sanitizeVar($_GET['productId']);Security is our number one concern and we are pleased that we have been able to release a patch to this issue the same day it has been made aware to us. Please subscribe to this forum or follow us on Twitter to learn of important CubeCart announcements quickly.











