CVE-2026-21251
Published: 10 February 2026
Summary
CVE-2026-21251 is a high-severity Use After Free (CWE-416) vulnerability in Microsoft Windows Server 2016. Its CVSS base score is 7.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 11.6th percentile by exploit likelihood (below the median); 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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly remediates the use-after-free flaw in Windows Cluster Client Failover to eliminate the privilege escalation vulnerability.
Implements memory safeguards such as DEP and ASLR to protect against unauthorized code execution from use-after-free exploits.
Limits the privileges of local low-privilege accounts and processes to reduce the attack surface and impact of escalation attempts.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Use-after-free in local Windows component directly enables local privilege escalation via exploitation (T1068).
NVD Description
Use after free in Windows Cluster Client Failover allows an authorized attacker to elevate privileges locally.
Deeper analysisAI
CVE-2026-21251 is a use-after-free vulnerability (CWE-416) in the Windows Cluster Client Failover component. Published on 2026-02-10, it carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact on confidentiality, integrity, and availability.
A local attacker with low privileges can exploit this vulnerability with low complexity and no user interaction required. Successful exploitation allows privilege escalation on the affected Windows system, potentially granting the attacker higher-level access.
For mitigation details, refer to the Microsoft Security Response Center advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21251.
Details
- CWE(s)