CVE-2024-49129
12.12.2024, 02:04
Windows Remote Desktop Gateway (RD Gateway) Denial of Service Vulnerability
Vendor | Product | Version |
---|---|---|
microsoft | windows_server_2012 | - |
microsoft | windows_server_2016 | 𝑥 < 10.0.14393.7606 |
microsoft | windows_server_2019 | 𝑥 < 10.0.17763.6659 |
microsoft | windows_server_2022 | 𝑥 < 10.0.20348.2966 |
microsoft | windows_server_2025 | 𝑥 < 10.0.26100.2605 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-400 - Uncontrolled Resource ConsumptionThe software does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.
- 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.