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

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

缺陷编号:wooyun-2015-0160858

漏洞标题:北京航空航天大学某系统存在SQL注入漏洞

相关厂商:北京航空航天大学

漏洞作者: 路人甲

提交时间:2015-12-18 09:09

修复时间:2015-12-23 09:10

公开时间:2015-12-23 09:10

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:15

漏洞状态:已交由第三方合作机构(CCERT教育网应急响应组)处理

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

北京航空航天大学某系统存在SQL注入漏洞

详细说明:

北京航空航天大学北海学院
**.**.**.**
在 service中的GetStuCheckinInfo接口中存在注入

1.png


利用这个 SOAP 请求和响应

POST /service.asmx HTTP/1.1
Host: **.**.**.**
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.zf_**.**.**.**/GetStuCheckinInfo "
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://**.**.**.**/2001/XMLSchema-instance" xmlns:xsd="http://**.**.**.**/2001/XMLSchema" xmlns:soapenc="http://**.**.**.**/soap/encoding/" xmlns:tns="http://**.**.**.**/" xmlns:types="http://**.**.**.**/encodedTypes" xmlns:soap="http://**.**.**.**/soap/envelope/">
<soap:Body soap:encodingStyle="http://**.**.**.**/soap/encoding/">
<q1:GetStuCheckinInfo xmlns:q1="http://www.zf_**.**.**.**/GetStuCheckinInfo">
<xh xsi:type="xsd:string">string</xh>
<xnxq xsi:type="xsd:string">string</xnxq>
<strKey xsi:type="xsd:string">string</strKey>
</q1:GetStuCheckinInfo>
</soap:Body>
</soap:Envelope>



打开 利用前段时间爆出的exp 构造一下
结果如下图

3.png


解密后密码为 123qwe,

漏洞证明:

4.png


成功登陆
查询信息

6.png

修复方案:

禁止外网访问

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


漏洞回应

厂商回应:

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

忽略时间:2015-12-23 09:10

厂商回复:

最新状态:

暂无