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

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

缺陷编号:wooyun-2016-0215920

漏洞标题:申通快递某系统存在XXE SQL注入

相关厂商:申通快递

漏洞作者: 风若新

提交时间:2016-06-03 17:11

修复时间:2016-07-18 17:40

公开时间:2016-07-18 17:40

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:20

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

申通快递某系统存在XXE SQL注入

详细说明:

申通快递OA办公系统
http://cos.sto.cn/login/Login.jsp?logintype=1
存在wsdl服务接口
如下
http://cos.sto.cn/services/
具体漏洞接口如下
http://cos.sto.cn/services/MobileService?wsdl
使用soapui 访问该接口

5.jpg


发现chekUser 存在注入点
post抓包

POST /services/MobileService HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: ""
Content-Length: 314
Host: cos.sto.cn
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="webservices.services.weaver.com.cn">
<soapenv:Header/>
<soapenv:Body>
<web:checkUser>
<web:in0>1</web:in0>
<web:in1>1</web:in1>
</web:checkUser>
</soapenv:Body>
</soapenv:Envelope>
~


使用sqlmap
如下图

6.jpg


用户数量

7.jpg


用户数量巨大,就不在深入了呀

漏洞证明:

申通快递OA办公系统
http://cos.sto.cn/login/Login.jsp?logintype=1
存在wsdl服务接口
如下
http://cos.sto.cn/services/
具体漏洞接口如下
http://cos.sto.cn/services/MobileService?wsdl
使用soapui 访问该接口

5.jpg


发现chekUser 存在注入点
post抓包

POST /services/MobileService HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: ""
Content-Length: 314
Host: cos.sto.cn
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="webservices.services.weaver.com.cn">
<soapenv:Header/>
<soapenv:Body>
<web:checkUser>
<web:in0>1</web:in0>
<web:in1>1</web:in1>
</web:checkUser>
</soapenv:Body>
</soapenv:Envelope>
~


使用sqlmap
如下图

6.jpg


用户数量

7.jpg


用户数量巨大,就不在深入了呀

修复方案:

升级,打补丁

版权声明:转载请注明来源 风若新@乌云


漏洞回应

厂商回应:

危害等级:高

漏洞Rank:20

确认时间:2016-06-03 17:32

厂商回复:

谢谢,我们会尽快修复的

最新状态:

暂无