CVE-2021-38648
HIGH(7.8)KEV — Aktiv ausgenutztCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- CVSS 7.8 — Hoch
- Im CISA KEV-Katalog (aktiv ausgenutzt)
CISA KEV
Bestätigt ausgenutzt
EPSS-Score
11.4%
Exploit-Wahrscheinlichkeit (30 Tage)
CVSS Score
7.8
Technische Schwere
SecBoard-Einordnung
CVE-2021-38648 ist eine Elevation-of-Privilege-Schwachstelle in der Open Management Infrastructure (OMI) von Microsoft. Diese betrifft verschiedene Azure-Dienste und -Lösungen, darunter Azure Automation, Azure Diagnostics und Azure Security Center. Ein Angreifer könnte diese Schwachstelle ausnutzen, um erhöhte Berechtigungen auf betroffenen Systemen zu erlangen.
KI-gestützte Einordnung auf Basis der NVD-Daten.
Beschreibung
Open Management Infrastructure Elevation of Privilege Vulnerability
Erkennung & Indikatoren
Ausnutzung
Aktiv ausgenutzt (CISA KEV).
Threat-Hunting-Queries
Die Schwachstelle betrifft eine Privilege Escalation in Microsoft Open Management Infrastructure (OMI). Die Detektion sollte auf ungewöhnliche Prozessaktivitäten oder Shell-Starts durch den OMI-Prozess abzielen, die auf eine erfolgreiche Ausnutzung hindeuten könnten.
Sentinel/Defender KQL
SecurityEvent
| where EventID == 4688 // Process Creation
| where NewProcessName contains "cmd.exe" or NewProcessName contains "powershell.exe" or NewProcessName contains "sh.exe"
| where ParentProcessName contains "omiagent" or ParentProcessName contains "omiserver"
| project TimeGenerated, Computer, Account, ParentProcessName, NewProcessName, CommandLineSplunk SPL
index=windows sourcetype=WinEventLog:Security EventCode=4688 (New_Process_Name=*cmd.exe* OR New_Process_Name=*powershell.exe* OR New_Process_Name=*sh.exe*) (Parent_Process_Name=*omiagent* OR Parent_Process_Name=*omiserver*)
| table _time, host, Account_Name, Parent_Process_Name, New_Process_Name, CommandLineSigma
title: OMI Privilege Escalation - Suspicious Process Creation
status: experimental
description: Detects suspicious process creation (e.g., shell) by OMI processes, indicating potential privilege escalation via CVE-2021-38648.
references:
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2021-38648
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith:
- '\omiagent.exe'
- '\omiserver.exe'
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
- '\sh.exe'
condition: selection
level: highElastic ES|QL
from logs-windows.security-*
| where event.code == 4688
| where process.parent.executable.keyword : ("*omiagent.exe", "*omiserver.exe")
| where process.executable.keyword : ("*cmd.exe", "*powershell.exe", "*sh.exe")
| select @timestamp, host.name, user.name, process.parent.executable, process.executable, process.command_lineSecBoard-generated · behavioral · requires customization — Von SecBoard erzeugt und nicht in einer Zielumgebung validiert. Vor dem Einsatz an die eigene Protokollierung anpassen.
Betroffene Produkte
- cpe:2.3:a:microsoft:azure_automation_state_configuration:-:*:*:*:*:*:*:*
- cpe:2.3:a:microsoft:azure_automation_update_management:-:*:*:*:*:*:*:*
- cpe:2.3:a:microsoft:azure_diagnostics_\(lad\):-:*:*:*:*:*:*:*
- cpe:2.3:a:microsoft:azure_open_management_infrastructure:-:*:*:*:*:*:*:*
- cpe:2.3:a:microsoft:azure_security_center:-:*:*:*:*:*:*:*
- cpe:2.3:a:microsoft:azure_sentinel:-:*:*:*:*:*:*:*
- cpe:2.3:a:microsoft:azure_stack_hub:-:*:*:*:*:*:*:*
- cpe:2.3:a:microsoft:container_monitoring_solution:-:*:*:*:*:*:*:*
- cpe:2.3:a:microsoft:log_analytics_agent:-:*:*:*:*:*:*:*
- cpe:2.3:a:microsoft:open_management_infrastructure:*:*:*:*:*:*:*:*
- cpe:2.3:a:microsoft:system_center_operations_manager:-:*:*:*:*:*:*:*
Referenzen
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-38648
- http://packetstormsecurity.com/files/164925/Microsoft-OMI-Management-Interface-A...
- https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-3864...
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2021-...