Skip to content

CVE-2026-33826: Windows Active Directory RCE via Crafted RPC Calls — Patch Now

A critical remote code execution flaw in Windows Active Directory allows any authenticated domain user to execute arbitrary code on domain controllers and other AD-joined servers by sending specially crafted RPC calls. Rated CVSS 8.0 and assessed by Microsoft as 'Exploitation More Likely', CVE-2026-33826 poses a serious lateral-movement and domain-compromise risk for every Windows Server environment. The April 2026 Patch Tuesday update provides the only full remediation.

Article identity-access-management

Microsoft’s April 2026 Patch Tuesday addressed a remote code execution vulnerability in Windows Active Directory that every enterprise security team should treat as high priority — regardless of whether it is making headlines alongside the more dramatic zero-days in the same release. CVE-2026-33826 allows an authenticated attacker already inside a Windows domain to execute arbitrary code on domain controllers and Windows Server infrastructure through a crafted Remote Procedure Call (RPC) request, and Microsoft rates exploitation as “More Likely.”

What Was Found

The vulnerability stems from improper input validation (CWE-20) in the Windows Active Directory RPC interface. When a domain-joined attacker sends a specially crafted RPC call to a Windows Server acting as an RPC host within an Active Directory domain, the insufficient bounds-checking on user-supplied attributes allows the attacker to trigger code execution with the same permissions as the RPC service host.

Because domain controllers and many Windows Server roles run RPC services with elevated domain-level privileges, a successful exploit gives the attacker capabilities equivalent to those of the targeted server’s service account — which, for a domain controller, typically means domain-wide access.

Why It Matters

Several factors make this vulnerability especially concerning for enterprise environments:

Low barrier to exploit: The attack requires only an authenticated domain account — the same level of access any standard employee, contractor, or attacker who has phished credentials already possesses. There is no requirement for administrative privileges, and no user interaction from a victim is needed.

Broad server exposure: Every Windows Server 2012 R2, 2016, 2019, 2022, 22H2 23H2, and 2025 installation — both full desktop and Server Core — is affected. In most organisations, this means dozens or hundreds of servers are potentially reachable by a domain-authenticated attacker.

Chaining risk: CVE-2026-33826 becomes significantly more dangerous when combined with initial access obtained via phishing or credential theft and then chained with a local privilege escalation such as the BlueHammer vulnerability (CVE-2026-33825) also patched in April 2026. An attacker who moves from user access → local SYSTEM via BlueHammer → domain code execution via CVE-2026-33826 has a fully automated path to domain compromise.

Microsoft’s own assessment: The “Exploitation More Likely” designation in Microsoft’s Exploitability Index indicates the vulnerability is straightforward to exploit reliably, contrasting with the “Less Likely” designation applied to lower-quality bugs.

Technical Detail

AttributeDetail
CVECVE-2026-33826
CVSS v3.18.0 (HIGH)
Attack vectorAdjacent network (same AD domain)
Privileges requiredAuthenticated domain user
Root causeImproper input validation (CWE-20) in AD RPC interface
ImpactCode execution with RPC host service permissions
Affected systemsWindows Server 2012 R2 through 2025
Patched inApril 2026 Patch Tuesday (KB5082063/KB5082142 for Server 2022/2025)
Exploitability”More Likely” (Microsoft Exploitability Index)

The exploit does not traverse across trust boundaries to separate AD domains, but it does apply within a single AD domain — which covers the majority of lateral-movement scenarios attackers pursue after initial network access.

  • Apply April 2026 Patch Tuesday updates on all Windows Servers immediately, prioritising domain controllers, exchange servers, and servers with elevated service accounts. The relevant patches are KB5082063 (Windows Server 2022), KB5082142 (Windows Server 2025), and equivalent updates for earlier server versions.
  • Audit RPC exposure within your environment. Confirm that Windows Server RPC endpoints are not unnecessarily exposed across network segments — domain controllers should be reachable only from administrative VLANs and authenticated domain hosts, not directly from user or guest networks.
  • Review privileged service accounts on domain controllers and member servers. Implement the principle of least privilege — RPC service accounts should not hold unnecessary domain privileges. Use Group Managed Service Accounts (gMSA) where possible.
  • Enable Enhanced Kerberos Logging (Event ID 4768, 4769, 4771) and correlate anomalous authentication and RPC activity. Detection opportunities exist at the point of crafted RPC call generation — SIEM rules triggered by unusual RPC bindings from low-privileged accounts are a reasonable detection layer.
  • Test for Active Directory compromise indicators if your environment experienced any unusual domain controller behaviour between the discovery window and the application of this patch. Microsoft recommends a full AD security review if exploitation is suspected.
  • Treat CVE-2026-33826 and CVE-2026-33825 (BlueHammer) as a combined remediation priority — the combination of an unauthenticated host-level entry (CVE-2026-33824), a local privilege escalation (CVE-2026-33825), and a domain code execution path (CVE-2026-33826) represents a complete attack chain available to any network-adjacent adversary.

Share this article

Related Intelligence

🔑 IAM

Windows Kerberos KDC Remote Code Execution CVE-2026-47288 Puts Domain Controllers at Critical Risk

CVE-2026-47288 is a critical remote code execution vulnerability in the Windows Kerberos Key Distribution Centre that allows network-adjacent unauthenticated attackers to execute arbitrary code on Active Directory domain controllers. All supported Windows Server versions are affected. Domain controllers should be treated as the highest-priority patch target in the June 2026 update cycle.

#windows-server +8
🔑 IAM

Domain Controller Hardening After Netlogon CVE-2026-41089: Reducing the Attack Surface Beyond Patching

Patching CVE-2026-41089 closes the specific vulnerability, but domain controllers remain highly targeted infrastructure. This guide covers the access control, network segmentation, and monitoring controls that reduce DC attack surface against the class of unauthenticated RCE threats that Netlogon represents.

#domain-controller +7
🔑 IAM

BeigeBurrow: New Go-Based Covert C2 Agent Deployed via Active Directory RCE CVE-2026-33826

A previously undocumented post-exploitation tool named BeigeBurrow has been observed in at least two enterprise intrusions following exploitation of the Windows Active Directory RCE CVE-2026-33826. The Go-based agent uses HashiCorp's Yamux library to multiplex covert relay channels over port 443, blending into encrypted enterprise traffic. CVE-2026-33826 was patched in April Patch Tuesday; organisations that have not yet applied the patch should treat it as urgent.

#active-directory +5