CVE-2024-26243
09.04.2024, 17:15
Windows USB Print Driver Elevation of Privilege Vulnerability
Vendor | Product | Version |
---|---|---|
microsoft | windows_10_21h2 | 𝑥 < 10.0.19044.4291 |
microsoft | windows_10_22h2 | 𝑥 < 10.0.19045.4291 |
microsoft | windows_11_21h2 | 𝑥 < 10.0.22000.2899 |
microsoft | windows_11_22h2 | 𝑥 < 10.0.22621.3447 |
microsoft | windows_11_23h2 | 𝑥 < 10.0.22631.3447 |
microsoft | windows_server_2022 | 𝑥 < 10.0.20348.2402 |
microsoft | windows_server_2022_23h2 | 𝑥 < 10.0.25398.830 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-126 - Buffer Over-readThe software reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations after the targeted buffer.
- 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.