Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-50324

CVE-2026-50324: Windows 10 1607 AD FS DoS Vulnerability

CVE-2026-50324 is a denial of service vulnerability in Microsoft Windows 10 1607 AD FS caused by an infinite loop condition. Attackers can exploit this flaw remotely to disrupt services. This article covers technical details, affected versions, impact, and mitigation strategies.

Published:

CVE-2026-50324 Overview

CVE-2026-50324 is a denial of service vulnerability in Microsoft Active Directory Federation Services (AD FS). The flaw is classified as [CWE-835], a loop with an unreachable exit condition, commonly referred to as an infinite loop. An unauthenticated attacker can trigger the condition remotely over a network, forcing the AD FS service to consume resources until it becomes unresponsive.

The vulnerability affects multiple Microsoft Windows Server releases that host AD FS roles. Because AD FS underpins federated single sign-on for enterprise and cloud applications, an outage disrupts authentication flows for downstream services including Microsoft 365 and third-party SaaS integrations.

Critical Impact

Unauthenticated remote attackers can render federated authentication unavailable, blocking sign-in to any relying party that depends on AD FS token issuance.

Affected Products

  • Microsoft Windows Server 2012 and 2012 R2
  • Microsoft Windows Server 2016, 2019, 2022, and 2025
  • Microsoft Windows 10 version 1607 and 1809

Discovery Timeline

  • 2026-07-14 - CVE-2026-50324 published to NVD
  • 2026-07-16 - Last updated in NVD database

Technical Details for CVE-2026-50324

Vulnerability Analysis

The vulnerability resides in AD FS request-processing logic that fails to enforce a terminating condition on a parsing or state-machine loop. When an attacker submits a crafted request to an exposed AD FS endpoint, the affected code path enters a loop that never satisfies its exit criteria. The worker thread consumes CPU cycles indefinitely, exhausting service capacity.

The CVSS vector indicates high attack complexity, meaning the attacker must meet specific timing or input conditions to reliably trigger the loop. No privileges or user interaction are required. Successful exploitation impacts availability only, with no confidentiality or integrity impact.

EPSS data places the probability of exploitation activity at 0.782% within the next 30 days. No public proof-of-concept exploit or in-the-wild exploitation has been reported at the time of publication.

Root Cause

The defect stems from missing or incorrect termination checks in a loop that processes attacker-controllable input. Under specific input shapes, the loop's exit condition is never reached, producing unbounded iteration. This is a classic [CWE-835] resource exhaustion pattern.

Attack Vector

An unauthenticated attacker sends specially crafted requests to a network-reachable AD FS server, typically over HTTPS on port 443. Because AD FS is commonly published to the internet through a Web Application Proxy to support federated sign-in, exposed deployments can be reached directly from the public network. Repeated requests amplify the impact by tying up multiple worker threads.

Refer to the Microsoft Security Update CVE-2026-50324 advisory for vendor-specific technical detail.

Detection Methods for CVE-2026-50324

Indicators of Compromise

  • Sustained high CPU utilization on AD FS servers or Microsoft.IdentityServer.ServiceHost.exe without a corresponding increase in legitimate authentication volume
  • AD FS event log entries showing request timeouts, worker thread exhaustion, or unresponsive token issuance endpoints
  • Spikes in failed federated sign-in attempts reported by relying parties such as Microsoft 365

Detection Strategies

  • Monitor AD FS performance counters, including Token Requests/sec and process CPU time, for anomalous plateaus at maximum capacity
  • Inspect Web Application Proxy and IIS logs for repeated requests to AD FS endpoints such as /adfs/ls/ or /adfs/services/trust/ from a small set of source addresses
  • Correlate AD FS Admin and Debug event logs with sudden drops in successful token issuance

Monitoring Recommendations

  • Alert on AD FS service restarts and worker process recycles that occur outside change windows
  • Track request-rate baselines per source IP against AD FS endpoints and flag statistical outliers
  • Forward AD FS, IIS, and Windows security logs to a centralized analytics platform for correlation across the federation trust chain

How to Mitigate CVE-2026-50324

Immediate Actions Required

  • Apply the Microsoft security update referenced in the MSRC advisory for CVE-2026-50324 to all AD FS servers and proxies
  • Inventory internet-exposed AD FS endpoints and confirm patch status on both farm nodes and Web Application Proxy servers
  • Enable rate limiting and extranet lockout protections in front of AD FS to reduce exposure until patching completes

Patch Information

Microsoft has released security updates addressing CVE-2026-50324 for all supported Windows Server versions hosting AD FS, including Windows Server 2012, 2012 R2, 2016, 2019, 2022, and 2025. Administrators should deploy the updates through Windows Update, WSUS, or their standard patch management channel, then restart the AD FS service and validate token issuance.

Workarounds

  • Restrict access to AD FS endpoints to trusted networks using firewall or Web Application Proxy access policies where federated sign-in scope permits
  • Configure request throttling and connection limits on upstream load balancers or reverse proxies fronting AD FS
  • Ensure AD FS runs on a farm with multiple nodes so a single unresponsive node does not eliminate authentication capacity
bash
# Example: verify AD FS patch level and service health on Windows Server
Get-HotFix | Sort-Object -Property InstalledOn -Descending | Select-Object -First 10
Get-Service adfssrv | Format-List Name, Status, StartType
Get-AdfsProperties | Select-Object HostName, ArtifactDbConnection

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.