CVE-2025-24985
11.03.2025, 17:16
Integer overflow or wraparound in Windows Fast FAT Driver allows an unauthorized attacker to execute code locally.Enginsight
Vendor | Product | Version |
---|---|---|
microsoft | windows_10_1507 | 𝑥 < 10.0.10240.20947 |
microsoft | windows_10_1507 | 𝑥 < 10.0.10240.20947 |
microsoft | windows_10_1607 | 𝑥 < 10.0.14393.7876 |
microsoft | windows_10_1607 | 𝑥 < 10.0.14393.7876 |
microsoft | windows_10_1809 | 𝑥 < 10.0.17763.7009 |
microsoft | windows_10_1809 | 𝑥 < 10.0.17763.7009 |
microsoft | windows_10_21h2 | 𝑥 < 10.0.19044.5608 |
microsoft | windows_10_22h2 | 𝑥 < 10.0.19045.5608 |
microsoft | windows_11_22h2 | 𝑥 < 10.0.22621.5039 |
microsoft | windows_11_23h2 | 𝑥 < 10.0.22631.5039 |
microsoft | windows_11_24h2 | 𝑥 < 10.0.26100.3476 |
microsoft | windows_server_2008 | - |
microsoft | windows_server_2008 | - |
microsoft | windows_server_2012 | - |
microsoft | windows_server_2016 | 𝑥 < 10.0.14393.7876 |
microsoft | windows_server_2019 | 𝑥 < 10.0.17763.7009 |
microsoft | windows_server_2022 | 𝑥 < 10.0.20348.3328 |
microsoft | windows_server_2022_23h2 | 𝑥 < 10.0.25398.1486 |
microsoft | windows_server_2025 | 𝑥 < 10.0.26100.3476 |
𝑥
= 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-190 - Integer Overflow or WraparoundThe software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.