CVE-2024-38054
09.07.2024, 17:15
Kernel Streaming WOW Thunk Service Driver Elevation of Privilege VulnerabilityEnginsight
Vendor | Product | Version |
---|---|---|
microsoft | windows_10_1507 | 𝑥 < 10.0.10240.20710 |
microsoft | windows_10_1607 | 𝑥 < 10.0.14393.7159 |
microsoft | windows_10_1809 | 𝑥 < 10.0.17763.6054 |
microsoft | windows_10_21h2 | 𝑥 < 10.0.19044.4651 |
microsoft | windows_10_22h2 | 𝑥 < 10.0.19045.4651 |
microsoft | windows_11_21h2 | 𝑥 < 10.0.22000.3079 |
microsoft | windows_11_22h2 | 𝑥 < 10.0.22621.3880 |
microsoft | windows_11_23h2 | 𝑥 < 10.0.22631.3880 |
microsoft | windows_server_2008 | - |
microsoft | windows_server_2012 | - |
microsoft | windows_server_2016 | 𝑥 < 10.0.14393.7159 |
microsoft | windows_server_2019 | 𝑥 < 10.0.17763.6054 |
microsoft | windows_server_2022 | 𝑥 < 10.0.20348.2582 |
microsoft | windows_server_2022_23h2 | 𝑥 < 10.0.25398.1009 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.