CVE-2018-8453
HIGH(7.8)KEV — Aktiv ausgenutztCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- CVSS 7.8 — Hoch
- EPSS 70% — sehr wahrscheinlich ausgenutzt
- Im CISA KEV-Katalog (aktiv ausgenutzt)
CISA KEV
Bestätigt ausgenutzt
EPSS-Score
70.0%
Exploit-Wahrscheinlichkeit (30 Tage)
CVSS Score
7.8
Technische Schwere
SecBoard-Einordnung
CVE-2018-8453 ist eine Schwachstelle zur Rechteausweitung in der Win32k-Komponente von Microsoft Windows. Sie tritt auf, wenn Win32k Objekte im Speicher nicht korrekt verarbeitet, was einem Angreifer ermöglichen könnte, erhöhte Privilegien auf dem betroffenen System zu erlangen. Dies betrifft verschiedene Versionen von Windows 7, 8.1 und Windows 10 sowie zugehörige Server-Versionen.
KI-gestützte Einordnung auf Basis der NVD-Daten.
Beschreibung
An elevation of privilege vulnerability exists in Windows when the Win32k component fails to properly handle objects in memory, aka "Win32k Elevation of Privilege Vulnerability." This affects Windows 7, Windows Server 2012 R2, Windows RT 8.1, Windows Server 2008, Windows Server 2019, Windows Server 2012, Windows 8.1, Windows Server 2016, Windows Server 2008 R2, Windows 10, Windows 10 Servers.
Erkennung & Indikatoren
Ausnutzung
Aktiv ausgenutzt (CISA KEV). Kaspersky Lab entdeckte die Schwachstelle im August 2018 und meldete sie am 17. August 2018 an Microsoft. Die Automatic Exploit Prevention (AEP)-Systeme von Kaspersky Lab erkannten im August 2018 einen Ausnutzungsversuch.
Threat-Hunting-Queries
Die Schwachstelle betrifft den Win32k-Kernel-Treiber (win32k.sys) und ermöglicht eine Privilegienerhöhung. Die Detektion sollte auf ungewöhnliche Prozessaktivitäten abzielen, die auf eine Kernel-Exploitation hindeuten, insbesondere Prozesse, die versuchen, auf geschützte Kernel-Speicherbereiche zuzugreifen oder unerwartete Systemaufrufe im Kontext von win32k.sys ausführen. Da es sich um eine Win32
Sentinel/Defender KQL
DeviceProcessEvents
| where ProcessCommandLine contains "win32k.sys" and InitiatingProcessIntegrityLevel != "System" and InitiatingProcessIntegrityLevel != "High"
| where ActionType == "ProcessCreated" or ActionType == "ProcessTampering"
| project Timestamp, DeviceName, InitiatingProcessFileName, InitiatingProcessCommandLine, InitiatingProcessIntegrityLevel, FileName, ProcessCommandLine, ProcessId, ParentProcessId, InitiatingProcessParentFileNameSplunk SPL
index=your_windows_index sourcetype=your_process_events_sourcetype (CommandLine="*win32k.sys*" OR ParentCommandLine="*win32k.sys*") NOT (IntegrityLevel="System" OR IntegrityLevel="High")
| table _time, host, Image, CommandLine, ParentImage, ParentCommandLine, IntegrityLevelSigma
title: Win32k EoP Attempt (CVE-2018-8453 Behavioral)
status: experimental
description: Detects suspicious process creation or tampering potentially related to Win32k Elevation of Privilege vulnerability CVE-2018-8453.
references:
- https://securelist.com/cve-2018-8453-used-in-targeted-attack
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains: 'win32k.sys'
filter:
IntegrityLevel: ['System', 'High']
condition: selection and not filter
fields:
- CommandLine
- ParentCommandLine
- IntegrityLevel
level: highElastic ES|QL
from logs-windows.events.process_creation-*
| where process.command_line : "*win32k.sys*"
| where not process.integrity_level in ("System", "High")
| select @timestamp, host.name, process.executable, process.command_line, process.parent.executable, process.parent.command_line, process.integrity_levelSecBoard-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:o:microsoft:windows_10_1507:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_10_1607:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_10_1703:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_10_1709:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_10_1803:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_7:-:sp1:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_8.1:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_rt_8.1:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_server_1709:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_server_1803:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_server_2008:-:sp2:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_server_2008:r2:sp1:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_server_2012:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_server_2012:r2:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_server_2016:-:*:*:*:*:*:*:*
- cpe:2.3:o:microsoft:windows_server_2019:-:*:*:*:*:*:*:*
Referenzen
- http://packetstormsecurity.com/files/153669/Microsoft-Windows-NtUserSetWindowFNI...
- http://www.securityfocus.com/bid/105467
- http://www.securitytracker.com/id/1041828
- https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2018-8453
- https://securelist.com/cve-2018-8453-used-in-targeted-attack
- http://packetstormsecurity.com/files/153669/Microsoft-Windows-NtUserSetWindowFNI...
- http://www.securityfocus.com/bid/105467
- http://www.securitytracker.com/id/1041828
- https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2018-8453
- https://securelist.com/cve-2018-8453-used-in-targeted-attack