Bug: ASP-Rider Default.asp SQL Injection (WLB-2005120002 Ascii Version)

English Version
WLB2

CVE WLB2

 Topic: ASP-Rider Default.asp SQL Injection
 Credit: info hoder com
 Date: 2005.12.03
 CWE: CWE-89 (Show similar)
 CVE: CVE-2005-3931 (Show details)

Use CVE to see details like:
- CVSS2,
- Affected Software,
- References

Risk
Local
Remote
Low
No
Yes

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]

[ ASCII VERSION ]

Copyright 2012, cxsecurity.com