BBSGood.Speed Version 4.0注入漏洞

Author:Tr4c3[at]126[dot]com
http://www.nspcn.org
http://www.tr4c3.com
Version:
BBSGood.Speed Version 4.0
漏洞文件:
UserInfo.asp
漏洞描述:
变量Blogurl未经过滤带入sql语句,导致Sql注入漏洞

代码举例:
行1729-1853.

case   14
            
if  Request.QueryString( " save " ) = 1   then
                
if   trim (Request.Form( " blogurl " )) <> ""   then
                    
Set  rsdj  =  Server.CreateObject( " ADODB.Recordset " )
                    rsdj2
= " select id from LxTel_User where blogurl=' " & trim (Request.Form( " blogurl " )) & " "
                    rsdj.open rsdj2,conn,
1 , 1
                    
if   not (rsdj.bof  and  rsdj.eof)  then
                        rsdj.close
                        
set  rsdj = nothing
                        Response.Write 
" <script>alert('该二级域名地址,已经被人使用');history.back(-1);</script> "
                        Response.End
                    
else
                        rsdj.close
                        
set  rsdj = nothing
                    
end   if
                
end   if
...



利用方法:

http://www.tr4c3.com/post/267.html

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值