Cyber Resilience

CVE-2026-24287

High

Published: 10 March 2026

Published
10 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0010 26.9th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-24287 is a high-severity External Control of File Name or Path (CWE-73) vulnerability in Microsoft Windows 10 21H2. 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 26.9th 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-2 (Flaw Remediation) and AC-6 (Least Privilege).

Deeper analysis

CVE-2026-24287 is a vulnerability classified under CWE-73 (External Control of File Name or Path) within the Windows Kernel. Published on 2026-03-10T18:18:18.683, 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). The issue enables an authorized attacker to manipulate file names or paths in the kernel, affecting Windows operating systems.

The attack requires local access with low privileges (PR:L), low attack complexity, and no user interaction. An exploiting attacker can achieve privilege escalation locally, resulting in high impacts to confidentiality, integrity, and availability.

Microsoft's Security Response Center (MSRC) advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-24287 provides guidance on patches and mitigations for this vulnerability.

EU & UK References

Vulnerability details

External control of file name or path in Windows Kernel allows an authorized attacker to elevate privileges 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?

Local kernel path manipulation vulnerability directly enables exploitation for privilege escalation (T1068).

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

CVEs Like This One

CVE-2026-41088Same product: Microsoft Windows 10 21H2
CVE-2026-20931Same product: Microsoft Windows 10 1809
CVE-2026-32158Same product: Microsoft Windows 10 1809
CVE-2026-24290Same product: Microsoft Windows 10 1809
CVE-2026-26161Same product: Microsoft Windows 10 1809
CVE-2026-35418Same product: Microsoft Windows 10 1809
CVE-2026-34337Same product: Microsoft Windows 10 1809
CVE-2026-32159Same product: Microsoft Windows 10 1809
CVE-2026-24292Same product: Microsoft Windows 10 1809
CVE-2026-27927Same product: Microsoft Windows 10 1809

Affected Assets

microsoft
windows 10 1809
≤ 10.0.17763.8511 · ≤ 10.0.17763.8511
microsoft
windows 10 21h2
≤ 10.0.19044.7058 · ≤ 10.0.19044.7058 · ≤ 10.0.19044.7058
microsoft
windows 10 22h2
≤ 10.0.19045.7058 · ≤ 10.0.19045.7058 · ≤ 10.0.19045.7058
microsoft
windows 11 23h2
≤ 10.0.22631.6783 · ≤ 10.0.22631.6783
microsoft
windows 11 24h2
≤ 10.0.26100.7979 · ≤ 10.0.26100.7979
microsoft
windows 11 25h2
≤ 10.0.26200.7979 · ≤ 10.0.26200.7979
microsoft
windows 11 26h1
≤ 10.0.28000.1719 · ≤ 10.0.28000.1719
microsoft
windows server 2019
≤ 10.0.17763.8511
microsoft
windows server 2022
≤ 10.0.20348.4830
microsoft
windows server 2022 23h2
≤ 10.0.25398.2207
+1 more product configuration(s) — see NVD for full list

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the CVE by requiring timely identification, reporting, and patching of the Windows Kernel flaw enabling external control of file name or path for privilege escalation.

prevent

Requires implementation of input validation mechanisms at system interfaces, including kernel file path handling, to block manipulation attempts underlying CWE-73.

prevent

Enforces least privilege for local users, limiting the scope and impact of privilege escalation achieved via kernel file name or path manipulation.

References