Cyber Resilience

CVE-2026-21248

High

Published: 10 February 2026

Published
10 February 2026
Modified
11 February 2026
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0041 61.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-21248 is a high-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Microsoft Windows 11 23H2. Its CVSS base score is 7.3 (High).

Operationally, ranked in the top 38.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-39 (Process Isolation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-21248 is a heap-based buffer overflow vulnerability affecting Windows Hyper-V. Published on 2026-02-10T18:16:26.340, it is linked to CWEs 122 and 787, with a CVSS v3.1 base score of 7.3 (AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H).

The vulnerability allows an authorized local attacker to execute arbitrary code. Exploitation requires local access to the system, low attack complexity, low privileges (such as a standard user account), and user interaction, without resulting in a privilege escalation. Successful exploitation can lead to high impacts on confidentiality, integrity, and availability.

Microsoft's update guide provides details on mitigation and patches for this vulnerability at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21248.

EU & UK References

Vulnerability details

Heap-based buffer overflow in Windows Hyper-V allows an authorized attacker to execute code locally.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-21244Same product: Microsoft Windows 10 1607
CVE-2026-21236Same product: Microsoft Windows 10 1607
CVE-2026-21239Same product: Microsoft Windows 10 1607
CVE-2026-21246Same product: Microsoft Windows 10 1607
CVE-2026-34336Same product: Microsoft Windows 10 1607
CVE-2026-21247Same product: Microsoft Windows 10 1607
CVE-2026-34329Same product: Microsoft Windows 10 1607
CVE-2026-26180Same product: Microsoft Windows 10 1607
CVE-2026-20922Same product: Microsoft Windows 10 1607
CVE-2026-20820Same product: Microsoft Windows 10 1607

Affected Assets

microsoft
windows 10 1607
≤ 10.0.14393.8868
microsoft
windows 10 1809
≤ 10.0.17763.8389
microsoft
windows 10 21h2
≤ 10.0.19044.6937
microsoft
windows 10 22h2
≤ 10.0.19045.6937
microsoft
windows 11 23h2
≤ 10.0.22631.6649 · ≤ 10.0.22631.6649
microsoft
windows 11 24h2
≤ 10.0.26100.7781 · ≤ 10.0.26100.7781
microsoft
windows 11 25h2
≤ 10.0.26200.7781 · ≤ 10.0.26200.7781
microsoft
windows server 2016
≤ 10.0.14393.8868
microsoft
windows server 2019
≤ 10.0.17763.8389
microsoft
windows server 2022
≤ 10.0.20348.4711
+2 more product configuration(s) — see NVD for full list

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly implements memory protections (e.g., ASLR, DEP, guard pages) that block heap-based buffer overflows from achieving arbitrary code execution in Hyper-V.

prevent

Enforces separate execution domains for Hyper-V processes and VMs, limiting the ability of a local buffer overflow to affect the hypervisor or other guests.

prevent

Requires validation of all input to Hyper-V components, which can prevent the malformed data that triggers the heap overflow.

References