Awesome-POC/网络设备漏洞/中科网威 下一代防火墙控制系统 账号密码泄露漏洞.md
2022-12-05 11:09:28 +08:00

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

# 中科网威 下一代防火墙控制系统 账号密码泄露漏洞
## 漏洞描述
中科网威 下一代防火墙控制系统 存在账号密码泄露漏洞攻击者通过前端获取密码的Md5后解密可获取完整密码登陆后台
## 漏洞影响
```
中科网威 下一代防火墙控制系统
```
## FOFA
```
body="Get_Verify_Info(hex_md5(user_string)."
```
## 漏洞复现
登录页面如下
![](./images/202202162250656.png)
F12查看前端发现 admin的md5加密密码
![](./images/202202162250950.png)
解密后登录后台
![](./images/202202162251462.png)