Awesome-POC/Web应用漏洞/智慧校园管理系统 前台任意文件上传漏洞.md
2024-11-06 14:10:36 +08:00

43 lines
745 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.

# 智慧校园管理系统 前台任意文件上传漏洞
## 漏洞描述
智慧校园管理系统前台注册页面存在文件上传,由于没有对上传的文件进行审查导致可上传恶意文件控制服务器
## 漏洞影响
```
智慧校园管理系统
```
## 网络测绘
```
body="DC_Login/QYSignUp"
```
## 漏洞复现
登录页面如下,只要存在企业用户注册就可能出现漏洞
![](images/202202101954381.png)
![](images/202202101954388.png)
这个地方的上传附件允许了任意文件上传,包括 aspx木马上传后还会返回 webshell地址
![](images/202202101954847.png)
![](images/202202101954851.png)
上传的是冰蝎木马,直接连接
![](images/202202101954772.png)