Awesome-POC/网络设备漏洞/Intelbras Wireless 未授权与密码泄露 CVE-2021-3017.md
Threekiii e9e1a4597a init
2022-02-20 17:08:56 +08:00

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

# Intelbras Wireless 未授权与密码泄露 CVE-2021-3017
## 漏洞描述
Intelbras IWR 3000N是波兰Intelbras公司的一款无线路由器。 Intelbras WIN 300 and WRN 342 devices 2021-01-04版本及之前版本存在安全漏洞该漏洞允许远程攻击者通过读取HTML源代码中的def wireless spassword行来发现凭据。
## 漏洞影响
```
win_300_firmware 等
```
## FOFA
```
body="def_wirelesspassword"
```
## 漏洞复现
登录页面如下
![](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202162247460.png)
查看网页源代码,泄露了配置密码
![](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202162247389.png)
测试了一下其他的,发现出现账号密码的原因为访问的是路由的配置页面,配置后获取后台权限
![](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202162247069.png)