header-logo
Suggest Exploit
vendor:
CubeCart
by:
SecurityFocus
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: CubeCart
Affected Version From: 4.3.2006
Affected Version To: 4.3.2006
Patch Exists: YES
Related CWE: N/A
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: N/A
2009

CubeCart SQL Injection Vulnerability

CubeCart is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

Mitigation:

Input validation should be used to ensure that untrusted data is not used to construct SQL queries in an unsafe manner.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/37065/info

CubeCart is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

The issue affects CubeCart 4.3.6; prior versions may also be affected. 

http://www.example.com/store/index.php?_a=viewProd&productId=22+and+1=2+union+select+version()