CVE-2026-73010: CVSS 9.8 Unauthenticated RCE in Windows Failover Cluster, and How to Prioritize It
Buried in the record-setting volume of September 2026’s Patch Tuesday is a vulnerability that deserves specific attention if you run Windows Server Failover Clustering anywhere in your environment: CVE-2026-73010, a critical use-after-free remote code execution flaw in the Failover Cluster service, CVSS 9.8. An unauthenticated remote attacker who can reach the clustering service over the network can send a specially crafted packet and potentially execute code on the target system. No authentication, no user interaction, just network reachability to a clustered node.

Why this specific service matters more than its CVSS score alone suggests
Failover Clustering is not an optional add-on most organizations run casually, it is the foundation underneath a large share of the highest-availability workloads in a typical Windows Server environment: SQL Server Always On Availability Groups, Hyper-V clusters, clustered file servers, and other services where downtime has a direct, measurable cost. That is exactly the profile of infrastructure organizations build clustering into in the first place, specifically because it cannot tolerate extended outages. An unauthenticated RCE in the service coordinating that high-availability infrastructure is a direct threat to the systems an organization has already identified as too important to go down, which is a different risk calculation than an RCE in a lower-stakes, non-clustered service.
As of current tracking, this vulnerability is not confirmed as actively exploited in the wild and EPSS scoring puts the estimated 30-day exploitation probability at under one percent. That is a meaningfully different exploitation status than several of the actively-exploited CVEs already making headlines from this same Patch Tuesday cycle, and it matters for how you prioritize this against other work. It does not change the severity of what happens if it is exploited, an unauthenticated path to code execution on a clustered node remains a critical finding regardless of current exploitation status, exploitation status can change quickly once a vulnerability class this severe is public.
What to actually do
Apply September 2026’s cumulative security update to every clustered Windows Server node in your environment. Because Failover Clustering underpins production high-availability workloads, coordinate the patching sequence the way you would for any cluster-wide maintenance, patch and reboot nodes in a rolling fashion consistent with your cluster’s normal maintenance mode procedures rather than patching all nodes simultaneously, to avoid losing quorum or availability during the patching window itself.
Beyond patching, this is also a reasonable moment to verify that cluster network communication is not more broadly exposed than it needs to be. Failover Clustering traffic should generally be confined to a dedicated cluster network or otherwise restricted from general network exposure as a matter of normal cluster design, confirming that segmentation is actually in place, rather than assuming it is, reduces the practical attack surface for this vulnerability and for cluster-targeted attacks generally, independent of this specific CVE.
Frequently asked questions
Does this affect standalone Windows Servers that are not part of a cluster?
No. CVE-2026-73010 is specific to the Failover Cluster service. A Windows Server that is not configured as a cluster node and is not running the Failover Clustering feature is not exposed to this specific vulnerability.
Is there a workaround if I cannot patch a cluster node immediately?
Apply the security update as the primary remediation. As a partial mitigation while patching is scheduled, verify that cluster communication is restricted to a dedicated, properly segmented cluster network rather than broadly reachable, which reduces exposure without eliminating the underlying vulnerability.
Why patch this if it is not currently listed as actively exploited?
A CVSS 9.8 unauthenticated remote code execution flaw in infrastructure specifically built for high-availability workloads represents serious potential impact even before confirmed exploitation. Exploitation status for a vulnerability this severe can change quickly once technical details circulate publicly, waiting for confirmed in-the-wild exploitation before patching a flaw this severe on this kind of infrastructure is not a defensible position.
