vendor:
eCom Cart
by:
Alperen Eymen Ozcan & Batuhan Camci
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: eCom Cart
Affected Version From: 1.3
Affected Version To: 1.3
Patch Exists: NO
Related CWE: N/A
CPE: a:codecanyon:ecom_cart:1.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2017
eCom Cart 1.3 Exploit
eCom Cart 1.3 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending a maliciously crafted request to the charge.php page with a crafted order_id parameter. This can be exploited using the sqlmap tool to enumerate the database and extract sensitive information.
Mitigation:
Input validation should be used to prevent SQL Injection attacks. Sanitizing user input and using prepared statements can help prevent this vulnerability.