[41405] in bugtraq

home help back first fref pref prev next nref lref last post

ASP-Rider Default.asp SQL Injection

daemon@ATHENA.MIT.EDU (info@hoder.com)
Tue Nov 29 21:55:01 2005

Date: 29 Nov 2005 13:01:54 -0000
Message-ID: <20051129130154.11969.qmail@securityfocus.com>
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: binary
MIME-Version: 1.0
From: info@hoder.com
To: bugtraq@securityfocus.com

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]

home help back first fref pref prev next nref lref last post