8.1

CVE-2024-49119

Windows Remote Desktop Services Remote Code Execution Vulnerability

Data is provided by the National Vulnerability Database (NVD)
MicrosoftWindows Server 2016 Version < 10.0.14393.7606
MicrosoftWindows Server 2019 Version < 10.0.17763.6659
MicrosoftWindows Server 2022 Version < 10.0.20348.2966
MicrosoftWindows Server 2022 23h2 Version < 10.0.25398.1308
MicrosoftWindows Server 2025 Version < 10.0.26100.2605
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.39% 0.594
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
secure@microsoft.com 8.1 2.2 5.9
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

CWE-843 Access of Resource Using Incompatible Type ('Type Confusion')

The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.