The Windows Netlogon RCE vulnerability known as CVE-2026-41089 has moved from theoretical threat to confirmed, active exploitation — and if your organisation runs Windows Server domain controllers, you need to act immediately. This stack-based buffer overflow allows an unauthenticated attacker on your network to execute arbitrary code, potentially seizing full control of your entire Active Directory environment within minutes.
What Is the Windows Netlogon RCE Vulnerability?

The Netlogon remote code execution flaw, catalogued as CVE-2026-41089, resides in the Windows Netlogon service — a core component responsible for authenticating users and machines against domain controllers. Security researchers confirmed it is a stack-based buffer overflow: by sending a specially crafted, malformed packet to the Netlogon endpoint, a remote, unauthenticated attacker can overflow the stack and inject executable code. No credentials are required. No user interaction is needed. That combination earns it the highest-severity rating in Microsoft’s advisory.
The Centre for Cybersecurity Belgium (CCB) was among the first national authorities to publicly warn organisations that threat actors had moved this vulnerability from proof-of-concept to active exploitation in the wild, urging immediate patching across all exposed Windows Server instances. The vulnerability was addressed as part of Microsoft’s May 2026 Patch Tuesday release, but organisations that have not yet applied the update remain fully exposed.
Which Systems Are at Risk from the Netlogon Exploit?
Any Windows Server acting as a domain controller that has not received the May 2026 security update is at risk from the Netlogon exploit. Affected configurations broadly include:
- Windows Server 2016, 2019, and 2022 instances running as domain controllers
- Hybrid environments where on-premises domain controllers authenticate cloud-connected devices
- Networks where legacy servers have been excluded from automated Windows Update policies
- Branch-office domain controllers that are infrequently patched or monitored
- Read-Only Domain Controllers (RODCs) that may be overlooked during patch cycles
It is worth noting that client machines running Windows 10 or Windows 11 are not directly exploitable as Netlogon servers; the exposure sits firmly with server-side domain controller roles. However, a compromised domain controller can trivially be used to attack every workstation and server in the domain, so client security is still downstream of server integrity.
How Attackers Are Using CVE-2026-41089 in the Wild
The CVE-2026-41089 exploit pattern observed by incident responders follows a predictable but devastating playbook. Attackers typically gain an initial foothold on any machine that has network-level access to the domain controller — a phishing-compromised workstation, a misconfigured VPN endpoint, or an unprotected IoT device on the same network segment. From there, the Netlogon exploit requires nothing more than a network path to TCP port 445 on the domain controller.
Once code execution is achieved, threat actors have been observed deploying credential-harvesting tools, creating rogue administrative accounts, and establishing persistent backdoors before lateral movement begins. Because Netlogon operates at the authentication layer, a successful compromise effectively hands the attacker the keys to every resource in the Active Directory forest. Ransomware operators in particular have shown strong interest in this class of vulnerability — a single exploited domain controller gives them the access needed to push ransomware payloads to every joined machine simultaneously.
Immediate Steps to Patch the Windows Netlogon RCE Vulnerability

Patching CVE-2026-41089 is non-negotiable, and speed matters — every hour of delay is a window of opportunity for attackers. Follow these steps in order:
- Apply the May 2026 Patch Tuesday update immediately. Locate KB articles tied to CVE-2026-41089 in the Microsoft Security Response Centre advisory and deploy to all domain controllers as an emergency change, bypassing normal change-management cycles if necessary.
- Prioritise domain controllers above all other systems. Every domain controller — primary, secondary, read-only, and branch-office — must be patched before other server roles.
- Verify patch deployment. Use WSUS, SCCM, or Intune compliance reports to confirm the update is installed. A machine showing as “pending reboot” is still vulnerable until the restart is completed.
- Review network segmentation. Confirm that TCP 445 on domain controllers is only reachable from authorised management subnets. Firewall rules that permit broad intranet access to domain controllers should be tightened.
- Audit recent domain controller event logs. Search for unusual Netlogon events, unexpected new admin account creations, and anomalous authentication patterns from the past 30 days. If any look suspicious, treat the environment as potentially compromised and engage your incident response process.
- Enable Windows Defender Credential Guard on domain controllers where supported, adding a further layer of isolation for credential material.
- Rotate KRBTGT and high-privilege account passwords as a precautionary measure, especially if any domain controller was network-accessible from an untrusted segment prior to patching.
Is There a Workaround if You Can’t Patch Right Now?
Microsoft’s official guidance makes clear that the only reliable remediation for the Netlogon remote code execution flaw is the security update. There is no registry key, Group Policy setting, or protocol flag that disables the vulnerable code path without also disabling domain authentication entirely — which is obviously impractical in a production environment.
That said, if patching is genuinely impossible within the next few hours due to operational constraints, consider these temporary mitigations:
- Isolate domain controllers from untrusted network segments using host-based firewall rules to block inbound SMB (TCP 445) from anything other than known management hosts.
- Enable enhanced Netlogon logging via Group Policy to increase visibility of anomalous connection attempts.
- Deploy a network intrusion detection signature for CVE-2026-41089 exploit patterns — vendors including Microsoft Defender for Endpoint, CrowdStrike, and Sentinel One have released detections.
None of these measures replace the patch. Treat them as a bridge, not a solution.
Why Keeping Windows Fully Updated Is Your First Line of Defence

The CVE-2026-41089 situation is a sharp reminder of why a disciplined, up-to-date Windows licence and update strategy is foundational security hygiene. Domain controllers running genuinely licensed, fully updated versions of Windows Server automatically receive security updates through Windows Update and WSUS — organisations running unlicensed or improperly activated copies frequently find themselves excluded from update channels precisely when they need protection most.
For workstations and endpoint machines, keeping a current, licensed version of Windows 11 Pro ensures you receive the latest security patches and baseline hardening features like Secure Boot enforcement, virtualisation-based security, and built-in Microsoft Defender improvements. If your team is working from machines still on older, unpatched Windows builds, now is an ideal time to review your licence estate. You can explore genuine Windows 11 Pro licence keys to ensure your endpoints are on a fully supported, patchable platform.
Similarly, organisations still running large estates of Windows 10 should be aware that mainstream security support has a defined end date, and transitioning to Windows 11 Pro keeps every machine in a state where it can receive critical patches like the one that addresses the Netlogon RCE vulnerability. Browse the full range of cybersecurity-focused Windows software articles on the Top Key Shop blog for ongoing guidance.
Lessons from the Netlogon Exploit: Building a Stronger Patch Culture
CVE-2026-41089 is not an anomaly — it is a pattern. The original ZeroLogon vulnerability (CVE-2020-1472), which also targeted the Netlogon protocol, devastated thousands of organisations in 2020 and 2021 because patch adoption was slow despite a critical-severity rating. History is repeating itself, and the consequences of inaction are measurably worse than the operational disruption of an emergency maintenance window.
Building a robust patch culture means establishing:
- A defined SLA for critical patches — industry guidance from CISA and similar bodies recommends a maximum 15-day window for critical CVEs on internet-accessible systems, and even shorter for systems like domain controllers that are reachable from the intranet.
- Automated compliance reporting so that no domain controller can slip through the cracks of a manual spreadsheet.
- A tested rollback procedure so that emergency patches can be deployed rapidly without fear of an untested change breaking production.
- Regular attack surface reviews — specifically, auditing which systems have network access to domain controllers and eliminating unnecessary paths.
FAQ: Windows Netlogon RCE Vulnerability
What is CVE-2026-41089?
CVE-2026-41089 is a critical-severity stack-based buffer overflow in the Windows Netlogon service. It allows an unauthenticated attacker with network access to a domain controller to remotely execute arbitrary code without requiring any user interaction or credentials, potentially leading to full domain compromise.
Which Windows versions are affected by the Netlogon exploit?
The vulnerability primarily affects Windows Server editions configured as domain controllers — including Windows Server 2016, 2019, and 2022. Windows 10 and Windows 11 client machines are not directly exploitable as Netlogon servers, but they are at risk from a compromised domain controller that authenticates them. Always verify the specific KB list in Microsoft’s official advisory for your exact build.
Has Microsoft released a patch for the Netlogon remote code execution flaw?
Yes. Microsoft released the fix as part of the May 2026 Patch Tuesday cumulative update. The patch should be deployed to all domain controllers immediately. Check the Microsoft Security Response Centre update guide for the specific KB article number that applies to your Windows Server version.
Can attackers exploit CVE-2026-41089 without being on the local network?
The exploit requires network-level access to the domain controller’s Netlogon endpoint (typically over SMB, TCP 445). Organisations that expose domain controllers directly to the internet are at the highest risk. However, most attacks begin via a compromised internal workstation, making internal network access sufficient for exploitation in the majority of real-world attack chains.
Is there a workaround for the Windows Netlogon RCE vulnerability?
No reliable workaround exists that preserves domain functionality. The only authoritative remediation is applying the May 2026 security update. Temporary risk reduction measures — such as tightening firewall rules around TCP 445 on domain controllers — can reduce exposure but cannot eliminate the vulnerability and must not be treated as a substitute for patching.
How do I know if my domain controller has already been compromised?
Indicators include unexpected new admin accounts, unusual Netlogon event log entries (Event IDs 5805, 5806), anomalous authentication bursts from unknown source IPs, and unexpected scheduled tasks or services. Review at minimum the past 30 days of domain controller security and system event logs. If compromise is suspected, engage a qualified incident response team before making changes that could destroy forensic evidence.

