|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
ASP-Rider Default.asp SQL Injection
info
hoder.com
Date: Tue Nov 29 2005 - 07:01:54 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Vendor : http://www.asp-rider.com
Vulnerable Versions : 1.6
Where is the bug
----------------------
in default.asp :
refsss=split(refererssss, "/",-1,1)
refererdomain=refsss(2)
strsql="Select * From tbl_refererd where domain='" & refererdomain & "'"
objrs.open strsql, objconn,3,3
----------------------
and you can enter sql code to database with this referer CODE --> "http://[SQLINJECTION]"
ASP-Rider splits "http://[SQLINJECTION]"
two sections are :
1)http://
2)[SQLINJECTION]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]