CVE-2024-49132
12.12.2024, 02:04
Windows Remote Desktop Services Remote Code Execution Vulnerability
Vendor | Product | Version |
---|---|---|
microsoft | windows_10_1809 | 𝑥 < 10.0.17763.6659 |
microsoft | windows_10_1809 | 𝑥 < 10.0.17763.6659 |
microsoft | windows_10_21h2 | 𝑥 < 10.0.19044.5247 |
microsoft | windows_10_22h2 | 𝑥 < 10.0.19045.5247 |
microsoft | windows_11_22h2 | 𝑥 < 10.0.22621.4602 |
microsoft | windows_11_23h2 | 𝑥 < 10.0.22631.4602 |
microsoft | windows_11_24h2 | 𝑥 < 10.0.26100.2605 |
microsoft | windows_server_2019 | 𝑥 < 10.0.17763.6659 |
microsoft | windows_server_2022 | 𝑥 < 10.0.20348.2966 |
microsoft | windows_server_2022_23h2 | 𝑥 < 10.0.25398.1308 |
microsoft | windows_server_2025 | 𝑥 < 10.0.26100.2605 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-416 - Use After FreeReferencing memory after it has been freed can cause a program to crash, use unexpected values, or execute code.
- CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')The program contains a code sequence that can run concurrently with other code, and the code sequence 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 that is operating concurrently.