# N/A
## 漏洞概述
TerraMaster TOS <= 4.2.06 版本中存在一个远程命令执行(RCE)漏洞。攻击者可以通过注入 OS 命令,利用 `/include/makecvs.php` 中的 `Event` 参数进行攻击。
## 影响版本
- TerraMaster TOS <= 4.2.06
## 漏洞细节
在 `/include/makecvs.php` 文件中,`Event` 参数没有进行充分的验证和过滤,允许远程未认证的攻击者注入操作系统命令。
## 影响
攻击者可以利用此漏洞执行任意操作系统命令,从而完全控制受影响的系统。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | TerraMaster TOS <= 4.2.06 is susceptible to a remote code execution vulnerability which could allow remote unauthenticated attackers to inject OS commands via /include/makecvs.php via the Event parameter. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2020/CVE-2020-28188.yaml | POC详情 |
2 | None | https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/TerraMaster%20TOS%20makecvs.php%20%E8%BF%9C%E7%A8%8B%E5%91%BD%E4%BB%A4%E6%89%A7%E8%A1%8C%E6%BC%8F%E6%B4%9E%20CVE-2020-28188.md | POC详情 |
3 | None | https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/TerraMaster%20TOS%20RCE%20CVE-2020-28188.md | POC详情 |
暂无评论