CVE-2024-21445
12.03.2024, 17:15
Windows USB Print Driver Elevation of Privilege Vulnerability
Vendor | Product | Version |
---|---|---|
microsoft | windows_10_21h2 | 𝑥 < 10.0.19044.4170 |
microsoft | windows_10_22h2 | 𝑥 < 10.0.19045.4170 |
microsoft | windows_11_21h2 | 𝑥 < 10.0.22000.2836 |
microsoft | windows_11_22h2 | 𝑥 < 10.0.22621.3296 |
microsoft | windows_11_23h2 | 𝑥 < 10.0.22631.3296 |
microsoft | windows_server_2022 | 𝑥 < 10.0.20348.2340 |
microsoft | windows_server_2022_23h2 | 𝑥 < 10.0.25398.763 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-415 - Double FreeThe product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.
- 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.