CVE-2006-4267
CubeCart <= 3.0.11 - SQL Injection via oid or x_invoice_num Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-4267. PoCs published by rgod.
AI-analyzed exploit summary This exploit leverages a blind SQL injection vulnerability in CubeCart <= 3.0.11 via the 'oid' parameter in the Protx payment module. It bypasses magic_quotes_gpc using base64_decode() and extracts admin credentials through time-based SQLi techniques.
Description
Multiple SQL injection vulnerabilities in CubeCart 3.0.11 and earlier allow remote attackers to execute arbitrary SQL commands via the (1) oid parameter in modules/gateway/Protx/confirmed.php and the (2) x_invoice_num parameter in modules/gateway/Authorize/confirmed.php.
Exploits (1)
This exploit leverages a blind SQL injection vulnerability in CubeCart <= 3.0.11 via the 'oid' parameter in the Protx payment module. It bypasses magic_quotes_gpc using base64_decode() and extracts admin credentials through time-based SQLi techniques.