CVE-2025-47998
08.07.2025, 17:15
Heap-based buffer overflow in Windows Routing and Remote Access Service (RRAS) allows an unauthorized attacker to execute code over a network.Enginsight
Vendor | Product | Version |
---|---|---|
microsoft | windows_server_2008 | - |
microsoft | windows_server_2008 | - |
microsoft | windows_server_2012 | - |
microsoft | windows_server_2016 | 𝑥 < 10.0.14393.8246 |
microsoft | windows_server_2019 | 𝑥 < 10.0.17763.7558 |
microsoft | windows_server_2022 | 𝑥 < 10.0.20348.3932 |
microsoft | windows_server_2022_23h2 | 𝑥 < 10.0.25398.1732 |
microsoft | windows_server_2025 | 𝑥 < 10.0.26100.4652 |
𝑥
= 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.