Cyber Resilience

CVE-2026-33826

High

Published: 14 April 2026

Published
14 April 2026
Modified
17 April 2026
KEV Added
Patch
CVSS Score v3.1 8.0 CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0093 76.6th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33826 is a high-severity Improper Input Validation (CWE-20) vulnerability in Microsoft Windows Server 2012. Its CVSS base score is 8.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation of Remote Services (T1210); ranked in the top 23.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-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-33826 is an improper input validation flaw, categorized under CWE-20, that affects Windows Active Directory. The issue received a CVSS 3.1 base score of 8.0 reflecting an adjacent-network attack vector, low attack complexity, and low privileges required, with high impact on confidentiality, integrity, and availability.

An authorized attacker positioned on an adjacent network can supply crafted input to trigger remote code execution on the affected Active Directory component, enabling full compromise of the target system without user interaction.

Microsoft's advisory for the vulnerability is published at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33826 and is the authoritative source for patch availability and mitigation guidance. The associated EPSS score remains low, with a current value of 0.0093 and a peak of 0.0108.

EU & UK References

Vulnerability details

Improper input validation in Windows Active Directory allows an authorized attacker to execute code over an adjacent network.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

RCE vulnerability in Windows Active Directory exploitable over adjacent network by low-privilege authorized attacker directly maps to remote service exploitation (T1210) and privilege escalation via software vulnerability (T1068).

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

CVEs Like This One

CVE-2026-26154Same product: Microsoft Windows Server 2012
CVE-2026-27913Same product: Microsoft Windows Server 2012
CVE-2026-27928Same product: Microsoft Windows Server 2016
CVE-2026-27912Same product: Microsoft Windows Server 2012
CVE-2025-49688Same product: Microsoft Windows Server 2012
CVE-2026-41095Same product: Microsoft Windows Server 2012
CVE-2026-25172Same product: Microsoft Windows Server 2012
CVE-2026-35420Same product: Microsoft Windows Server 2012
CVE-2026-26183Same product: Microsoft Windows Server 2012
CVE-2026-41089Same product: Microsoft Windows Server 2012

Affected Assets

microsoft
windows server 2012
r2
microsoft
windows server 2016
≤ 10.0.14393.9060
microsoft
windows server 2019
≤ 10.0.17763.8644
microsoft
windows server 2022
≤ 10.0.20348.5020
microsoft
windows server 2022 23h2
≤ 10.0.25398.2274
microsoft
windows server 2025
≤ 10.0.26100.32690

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Flaw remediation requires timely identification, reporting, and patching of vulnerabilities like this improper input validation flaw in Windows Active Directory, directly eliminating the exploit path.

prevent

Information input validation mandates checking the validity of all system inputs, directly addressing the CWE-20 improper input validation that enables arbitrary code execution in this CVE.

prevent

Boundary protection monitors and controls communications at network interfaces, mitigating adjacent network (AV:A) access required for low-privilege attackers to reach and exploit Active Directory.

References