Awesome-POC/网络设备漏洞/Wayos 防火墙 账号密码泄露漏洞.md
2022-12-05 11:09:28 +08:00

29 lines
467 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.

# Wayos 防火墙 账号密码泄露漏洞
## 漏洞描述
Wayos 防火墙存在账号密码泄露漏洞攻击者通过前端可以查看到密码的md5的加密字符解密后可以登陆后台
## 漏洞影响
```
Wayos 防火墙
```
## FOFA
```
body="Get_Verify_Info(hex_md5(user_string)."
```
## 漏洞复现
登录页面如下
F12 查看账号密码
![](./images/202202162239392.png)
解密Md5即可登录后台
![](./images/202202162239676.png)