vendor:
DV Cart (E-Commerce System)
by:
Eyup CELIK
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: DV Cart (E-Commerce System)
Affected Version From: All versions
Affected Version To: All versions
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: All versions are Vulnerability
2011
DV Cart (E-Commerce System) SQL Injection
SQL Injection can be done using the command input. An example of this is index.php?keyword=<SQL Injection Code>&mod=search&submit=GO. A demo of this exploit can be seen at http://site.com/dv10dis/index.php?keyword=%271&mod=search&submit=GO.
Mitigation:
Input validation and sanitization should be done to prevent SQL Injection.