Cyber Resilience

CVE-2026-21244

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-21244 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, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); 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 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-21244 is a heap-based buffer overflow vulnerability (CWE-122, CWE-787) in the Windows Hyper-V hypervisor. Published on 2026-02-10, it has 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) and affects Windows systems utilizing the Hyper-V component for virtualization.

The vulnerability can be exploited by an authorized local attacker with low privileges who requires user interaction to trigger it. Successful exploitation enables arbitrary code execution in the context of the Hyper-V process, granting high-impact access to confidentiality, integrity, and availability.

Mitigation details, including available patches, are provided in the Microsoft Security Response Center advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21244.

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

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Heap buffer overflow in Hyper-V hypervisor directly enables local privilege escalation via arbitrary code execution in the hypervisor process context.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

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-26180Same product: Microsoft Windows 10 1607
CVE-2026-20922Same product: Microsoft Windows 10 1607
CVE-2026-20820Same product: Microsoft Windows 10 1607
CVE-2026-40398Same product: Microsoft Windows 10 1607
CVE-2026-20840Same product: Microsoft Windows 10 1607
CVE-2026-25188Same product: Microsoft Windows 10 1607
CVE-2026-33837Same 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

Memory-protection mechanisms directly block exploitation of the heap-based buffer overflow (CWE-122/CWE-787) that enables local code execution inside the Hyper-V process.

prevent

Timely application of the vendor patch listed in the MSRC advisory eliminates the vulnerable Hyper-V code path before an authorized local attacker can trigger it.

prevent

Disabling or restricting the Hyper-V hypervisor feature on systems that do not require virtualization removes the attack surface entirely.

References