vendor:
X-Cart Pro
by:
s4squatch of SecureState R&D Team
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: X-Cart Pro
Affected Version From: 4.0.13
Affected Version To: 4.0.13
Patch Exists: NO
Related CWE: N/A
CPE: a:x-cart:x-cart_pro:4.0.13
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
2008
X-Cart Pro v4.0.13 SQL Injection Proof of Concept
X-Cart Pro v4.0.13 is vulnerable to a SQL injection attack. An attacker can send a specially crafted HTTP POST request to the vulnerable application in order to inject malicious SQL code into the application's database. This can be used to gain unauthorized access to the application's data or to execute arbitrary code on the server.
Mitigation:
Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries. Additionally, developers should use parameterized queries to prevent SQL injection attacks.