commit
5c2957d6f3
|
@ -0,0 +1,39 @@
|
|||
id: CVE-2022-34045
|
||||
|
||||
info:
|
||||
name: Wavlink WN530HG4 - Access Control
|
||||
author: arafatansari
|
||||
severity: critical
|
||||
description: |
|
||||
Wavlink WN530HG4 M30HG4.V5030.191116 was discovered to contain a hardcoded encryption/decryption key for its configuration files at /etc_ro/lighttpd/www/cgi-bin/ExportAllSettings.sh.
|
||||
reference:
|
||||
- https://drive.google.com/file/d/1s5uZGC_iSzfCJt9BJ8h-P24vmsrmttrf/view?usp=sharing
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-34045
|
||||
classification:
|
||||
cve-id: CVE-2022-34045
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"WN530HG4"
|
||||
tags: cve,cve2022,wavlink,exposure
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /backupsettings.dat HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Salted__'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- application/octet-stream
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue