CVE-2023-21529
HIGH(8.8)KEV — Aktiv ausgenutztCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- CVSS 8.8 — Hoch
- EPSS 62%
- Im CISA KEV-Katalog (aktiv ausgenutzt)
CISA KEV
Bestätigt ausgenutzt
EPSS-Score
62.1%
Exploit-Wahrscheinlichkeit (30 Tage)
CVSS Score
8.8
Technische Schwere
SecBoard-Einordnung
CVE-2023-21529 ist eine Remote Code Execution (RCE) Schwachstelle in Microsoft Exchange Server. Ein erfolgreicher Exploit dieser Schwachstelle ermöglicht es einem Angreifer, beliebigen Code auf dem betroffenen Server auszuführen. Dies kann zu einer vollständigen Kompromittierung des Exchange-Servers und der darauf befindlichen Daten führen.
KI-gestützte Einordnung auf Basis der NVD-Daten.
Beschreibung
Microsoft Exchange Server Remote Code Execution Vulnerability
Erkennung & Indikatoren
Ausnutzung
Aktiv ausgenutzt (CISA KEV). Microsoft Threat Intelligence verfolgt den finanziell motivierten Cyberkriminellen Storm-1175, der Hochgeschwindigkeits-Ransomware-Kampagnen durchführt, die N-Day-Schwachstellen ausnutzen. Storm-1175 wurde beobachtet, wie er Zero-Day-Exploits nutzte, in einigen Fällen eine ganze Woche vor der öffentlichen Offenlegung der Schwachstelle. Die Schwachstelle wird von Storm-
Threat-Hunting-Queries
Die Schwachstelle ist eine Deserialisierung von nicht vertrauenswürdigen Daten in Microsoft Exchange Server, die zu Remote Code Execution (RCE) führt. Die Erkennung sollte sich auf ungewöhnliche Prozesse, Netzwerkverbindungen oder Dateierstellungen konzentrieren, die von Exchange-Servern ausgehen und auf eine erfolgreiche Ausnutzung hindeuten könnten. Insbesondere die Ausführung von Shell-Befehlen
Sentinel/Defender KQL
DeviceProcessEvents
| where InitiatingProcessFileName has_any ("w3wp.exe", "powershell.exe", "cmd.exe")
| where FileName has_any ("powershell.exe", "cmd.exe", "mshta.exe", "bitsadmin.exe", "certutil.exe")
| where FolderPath contains "Exchange Server"
| project Timestamp, DeviceName, InitiatingProcessFileName, FileName, ProcessCommandLine, InitiatingProcessCommandLine, RemoteIP, RemoteUrlSplunk SPL
index=windows sourcetype=WinEventLog:Security EventCode=4688 (ParentProcessName="w3wp.exe" OR ParentProcessName="powershell.exe" OR ParentProcessName="cmd.exe") (NewProcessName="powershell.exe" OR NewProcessName="cmd.exe" OR NewProcessName="mshta.exe" OR NewProcessName="bitsadmin.exe" OR NewProcessName="certutil.exe") | table _time, ComputerName, ParentProcessName, NewProcessName, CommandLineSigma
title: Exchange Server RCE via Deserialization
status: experimental
description: Detects potential remote code execution on Microsoft Exchange Server via deserialization of untrusted data (CVE-2023-21529).
references:
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2023-21529
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith:
- '\w3wp.exe'
- '\powershell.exe'
- '\cmd.exe'
Image|endswith:
- '\powershell.exe'
- '\cmd.exe'
- '\mshta.exe'
- '\bitsadmin.exe'
- '\certutil.exe'
CommandLine|contains:
- 'Exchange Server'
condition: selection
fields:
- ComputerName
- User
- Image
- CommandLine
- ParentImage
level: highElastic ES|QL
from process where event.category == "process" and event.type == "start" and (process.parent.executable.name == "w3wp.exe" or process.parent.executable.name == "powershell.exe" or process.parent.executable.name == "cmd.exe") and (process.executable.name == "powershell.exe" or process.executable.name == "cmd.exe" or process.executable.name == "mshta.exe" or process.executable.name == "bitsadmin.exe" or process.executable.name == "certutil.exe") and process.command_line : "*Exchange Server*"SecBoard-generated · behavioral · requires customization — Von SecBoard erzeugt und nicht in einer Zielumgebung validiert. Vor dem Einsatz an die eigene Protokollierung anpassen.
Ausgewertete Quellen
- https://www.cisa.gov/news-events/alerts/2026/04/13/cisa-adds-seven-known-exploited-vulnerabilities-catalog
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2023-21529
- https://www.microsoft.com/en-us/security/blog/2026/04/06/storm-1175-focuses-gaze-on-vulnerable-web-facing-assets-in-high-tempo-medusa-ransomware-operations/
Betroffene Produkte
- cpe:2.3:a:microsoft:exchange_server:2013:cumulative_update_23:*:*:*:*:*:*
- cpe:2.3:a:microsoft:exchange_server:2016:cumulative_update_23:*:*:*:*:*:*
- cpe:2.3:a:microsoft:exchange_server:2019:cumulative_update_11:*:*:*:*:*:*
- cpe:2.3:a:microsoft:exchange_server:2019:cumulative_update_12:*:*:*:*:*:*
Referenzen
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-21529
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-21529
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2023-...
- https://www.microsoft.com/en-us/security/blog/2026/04/06/storm-1175-focuses-gaze...