Cyber Resilience

CVE-2026-20841

High

Published: 10 February 2026

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

Summary

CVE-2026-20841 is a high-severity Command Injection (CWE-77) vulnerability in Microsoft Windows Notepad. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Windows Command Shell (T1059.003); ranked at the 29.5th 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-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-20841 is a command injection vulnerability (CWE-77) affecting the Windows Notepad App. Published on 2026-02-10T18:16:22.643, it arises from improper neutralization of special elements used in a command, enabling an unauthorized attacker to execute code locally. The vulnerability has a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H).

Exploitation requires local access to the target system (AV:L) with low attack complexity (AC:L) and no privileges (PR:N), but user interaction is necessary (UI:R), such as opening a specially crafted file in Notepad. A successful attack allows arbitrary code execution locally, resulting in high impacts to confidentiality, integrity, and availability (C:H/I:H/A:H) within the same security scope (S:U).

Mitigation details are available in the Microsoft Security Response Center advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20841. Further discussion appears on Hacker News at https://news.ycombinator.com/item?id=46971516.

EU & UK References

Vulnerability details

Improper neutralization of special elements used in a command ('command injection') in Windows Notepad App allows an unauthorized attacker to execute code locally.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059.003 Windows Command Shell Execution
Adversaries may abuse the Windows command shell for execution.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Command injection (CWE-77) in Notepad directly enables OS command execution (T1059.003) upon user opening a crafted file (T1204.002).

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

CVEs Like This One

CVE-2026-32194Same vendor: Microsoft
CVE-2026-32183Same vendor: Microsoft
CVE-2026-35428Same vendor: Microsoft
CVE-2025-24049Same vendor: Microsoft
CVE-2025-59272Same vendor: Microsoft
CVE-2025-64671Same vendor: Microsoft
CVE-2025-59286Same vendor: Microsoft
CVE-2026-23652Same vendor: Microsoft
CVE-2025-55227Same vendor: Microsoft
CVE-2025-59252Same vendor: Microsoft

Affected Assets

microsoft
windows notepad
≤ 11.2510

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2026-20841 by requiring timely identification, reporting, and patching of the command injection flaw in Windows Notepad.

prevent

Prevents exploitation of the command injection vulnerability by enforcing validation of information inputs, including special elements processed by Notepad.

prevent

Mitigates the impact of arbitrary code execution from the command injection by protecting system memory from unauthorized code execution.

References