CyberSense.Solutions
DIG

The Silent Break: RC4 Deprecation and the Authentication Infrastructure Risk Hiding in Active Directory

RC4 Deprecation Kerberos Authentication Active Directory Cryptographic Hygiene Identity Security Kerberoasting Active Directory Migration msDS-SupportedEncryptionTypes
Severity: Critical Publication Date: July 15, 2026
The Silent Break: RC4 Deprecation and the Authentication Infrastructure Risk Hiding in Active Directory — CyberSense.Solutions

Executive Summary

Microsoft's enforced removal of RC4-HMAC from Kerberos authentication, formalized at the April 1, 2026 enforcement boundary, has transitioned from a compliance planning horizon into an active operational condition. Enterprises that have not completed cryptographic remediation are now operating in an environment where authentication failures, service account breakages, and cross-domain trust disruptions may occur without advance warning — and in many cases, without immediate visibility into their root cause.

The central risk is not the deprecation itself but the visibility gap it exposes. Most enterprise Active Directory environments carry a population of accounts — service principals, legacy application identities, migration artifacts, and inter-forest trust configurations — whose RC4 dependencies were never explicitly configured and therefore were never explicitly audited. These silent dependencies now represent an active operational liability.

Immediate actionable guidance: The immediate actionable imperative: audit Kerberos encryption type configurations across all account objects before the next authentication failure surfaces one for you.

Key Finding: Microsoft's enforced removal of RC4 from Kerberos authentication has activated a class of silent, pre-existing cryptographic dependencies in Active Directory environments that will trigger authentication failures, service account breakages, and migration disruptions without visible warning — disproportionately affecting organizations that lack comprehensive visibility into encryption type configurations across users, service accounts, and legacy application stacks.

What Happened

RC4-HMAC, the cipher that served as Kerberos authentication's long-standing fallback encryption algorithm since Windows 2000, is no longer a supported authentication path in enforced Microsoft environments as of April 1, 2026. The enforcement boundary did not arrive without notice. Microsoft initiated the hardening chain in November 2022 with the release of KB5021131 and KB5019661, providing enterprises with a multi-year remediation window. The enforcement deadline was formally confirmed through the Microsoft Windows Server Blog on December 3, 2025, leaving organizations approximately four months for final remediation actions. What changed on April 1, 2026 was the shift from disabled-by-default to actively unsupported. In enforcement mode, domain controllers running Windows Server 2025 — and domain controllers that have applied the relevant cumulative updates — began rejecting RC4-only Kerberos authentication requests outright. This applies across the full Kerberos ticket-granting chain: the Authentication Service exchange (AS-REQ), the Ticket-Granting Service exchange (TGS-REQ), and service ticket issuance. An account or service principal capable of negotiating only RC4 has, in a fully enforced environment, lost its ability to authenticate via Kerberos entirely.

Understanding the failure scenarios requires understanding how RC4 became embedded so quietly. The msDS-SupportedEncryptionTypes attribute on each Active Directory user and computer object governs which encryption types the Kerberos Key Distribution Center (KDC) will negotiate for that principal. When this attribute is set to zero or is absent entirely — conditions common in accounts provisioned prior to the widespread adoption of AES Kerberos — the Windows KDC historically defaulted negotiation to RC4-HMAC. This was not a misconfiguration in the conventional sense; it was the platform's default behavior, operating as designed for an era in which RC4 was considered adequate. The practical consequence is that a significant population of accounts in mature Active Directory environments carries implicit RC4 dependencies that were never surfaced through routine auditing. Service accounts created during application deployments years or decades ago, computer objects provisioned under legacy imaging processes, and inter-forest trust relationships established before AES enforcement became a policy consideration all fall into this category. These accounts were never explicitly configured to use RC4; they used it because nothing instructed otherwise.

Under enforcement mode, failure conditions materialize in several distinct patterns. Service accounts operating under RC4-only configurations fail Kerberos ticket requests immediately and completely — there is no negotiation fallback within the Kerberos protocol at this stage. Applications that include NTLM fallback logic may temporarily mask these failures by silently downgrading to NTLM authentication, creating a delayed-onset failure mode that surfaces only when NTLM is separately restricted or when the application's NTLM path encounters its own limitations. Kerberos constrained and unconstrained delegation chains present a particularly difficult triage scenario. If an intermediate account in a delegation chain carries an RC4-only configuration, the failure occurs at the delegation step rather than at initial authentication. The originating user's ticket request succeeds, the application begins processing, and the failure emerges mid-operation at a delegation transition that may not be instrumented or logged at the application layer. This failure pattern is routinely misattributed to application errors, extending mean time to resolution. Inter-domain and inter-forest trust authentications configured without AES enforcement fail at the trust authentication boundary, potentially disrupting cross-domain resource access across organizational units, subsidiaries, and partner environments.

Active Directory migration scenarios introduce an additional failure class that security research from Semperis has characterized as migration break scenarios. Objects migrated from source domains — users, service accounts, computer objects — carry their original msDS-SupportedEncryptionTypes values through standard migration tooling unless those values are explicitly corrected as part of the migration process. An organization completing a domain consolidation after April 1, 2026 that has not remediated source domain encryption type attributes is effectively importing its RC4 debt into the destination environment. The resulting authentication failures in the destination domain are frequently misattributed to migration tooling errors, extending mean time to correct resolution. Cloud-adjacent and managed virtual desktop environments — including Azure Virtual Desktop deployments managed through platforms such as Nerdio — surface RC4 dependency failures differently than on-premises environments. Hybrid-joined or domain-joined virtual desktop endpoints authenticate against on-premises or hybrid Active Directory, meaning that stale encryption type attributes on user objects produce session authentication failures in the cloud-adjacent layer. These environments tend to surface failures later in the remediation cycle, creating a misleading impression of compliance that may not hold under operational examination.

Why It Matters

For Security Practitioners

The cryptographic case against RC4-HMAC is well established. RC4's weak key derivation and susceptibility to statistical cryptanalysis make RC4-encrypted Kerberos ticket material significantly more tractable to offline cracking than AES-256 equivalents. Two MITRE ATT&CK techniques — Kerberoasting (T1558.003) and AS-REP Roasting (T1558.004) — explicitly target RC4-negotiated Kerberos tickets because RC4-encrypted ticket material yields to offline brute-force attack at a rate that AES-protected equivalents do not. A third technique, adversary-in-the-middle RC4 downgrade coercion (T1557), involves manipulation of KDC responses to force RC4 negotiation in environments where AES is the preferred cipher — a technique that requires RC4 to remain a supported cipher in the environment to succeed. The operational significance is that any account retaining RC4-capable encryption type configuration — even where RC4 is not its primary negotiated cipher — extends the identity attack surface. The April 1, 2026 enforcement boundary has not eliminated RC4 as a potential exploitation vector in organizations that have not completed remediation; it has made those environments increasingly identifiable through authentication failure telemetry and increasingly indefensible under audit and regulatory scrutiny.


For Security Leaders and Institutional Strategists

The visibility gap is the core organizational risk, and it is a governance problem as much as a technical one. Kerberos encryption type configuration has historically been underweighted in security audits, vulnerability assessments, and identity governance programs. The msDS-SupportedEncryptionTypes attribute does not appear on standard user provisioning checklists or routine account reviews. As a consequence, cryptographic configuration debt has accumulated silently across Active Directory environments for years, invisible to the teams responsible for managing it. The enforcement boundary has converted that invisible debt into an active operational liability. Organizations that lack comprehensive inventory of their encryption type configurations are operating with an incomplete understanding of their authentication risk posture. For security leadership, the relevant question is no longer whether RC4 remediation is on the roadmap — it is whether current visibility is sufficient to determine what remains unremediated and how that exposure intersects with identity-dependent business operations.


For Executives and Policy-Aware Professionals

The migration compounding factor warrants particular attention in the context of merger, acquisition, and organizational integration activity. IT due diligence frameworks for M&A transactions have not historically included Kerberos encryption type configuration as a risk assessment category. That gap is no longer defensible. An acquired organization's Active Directory environment may carry RC4 dependencies that survive integration into the acquiring entity's domain structure, introducing authentication failures that affect both environments and that may surface months after deal close — during a period when operational continuity is already under integration pressure. Regulatory and compliance exposure is a secondary but legitimate concern. Frameworks that mandate cryptographic hygiene — including those referencing NIST SP 800-175B guidance on approved cryptographic algorithms — treat RC4 as a deprecated and non-compliant cipher. Continued operational presence of RC4-capable configurations may expose organizations to compliance findings in environments subject to FISMA, FedRAMP, or comparable enterprise cryptographic standards.

Operational Implications

Immediate (Days to Weeks): Organizations that have not completed RC4 remediation are currently operating with authentication failure risk that is not bounded to a future event — it is present now, in production, for every account carrying an RC4-only or RC4-inclusive encryption type configuration that encounters an enforced domain controller. Failure conditions are not uniform: service accounts executing scheduled tasks, application service principals running batch operations, and delegation-dependent authentication flows may all fail silently or ambiguously before the failure is surfaced to operations teams. The triage complexity of delegation chain failures deserves specific emphasis. When a Kerberos constrained delegation chain includes an intermediate account with an RC4-only configuration, the authentication failure occurs at the delegation step — not at the initial ticket request. The originating user's authentication succeeds, the application begins its operation, and the failure surfaces mid-process at a delegation transition that may not be instrumented at the application layer. Help desk and network operations center teams should be briefed that authentication-related failures presenting as application errors — particularly in environments running multi-tier applications with service-to-service Kerberos delegation — may have a cryptographic root cause requiring identity infrastructure escalation. Inter-forest trust disruptions carry cross-organizational consequences. If an enterprise maintains trust relationships with partner organizations, subsidiaries, or acquired entities whose domains have not enforced AES, trust authentication failures will manifest as cross-domain resource access loss that may not be immediately attributable to the trust configuration. Remediation of trust-related failures requires coordination with partner domain administrators, adding an external dependency to what might otherwise be treated as an internal configuration change.

Short-Term (Weeks to Months): Remediation cannot be scoped without inventory. The foundational detection requirement is enablement of Kerberos audit logging on all domain controllers, with specific attention to Event ID 4768 (Kerberos Authentication Service request) and Event ID 4769 (Kerberos Service Ticket Operation). These events include the encryption type field, which identifies RC4 ticket requests by their encryption type value — etype 23 for RC4-HMAC. Baseline analysis of these events will produce a working inventory of principals still generating RC4 Kerberos ticket requests, providing the remediation scope that most organizations currently lack. PowerShell-based enumeration of msDS-SupportedEncryptionTypes values across all user objects, computer objects, and service accounts provides the attribute-level inventory required to identify accounts with null, zero, or RC4-inclusive values before those accounts generate failures. Third-party identity security platforms — including Silverfort and Semperis — offer automated discovery capabilities for RC4-dependent principals and, in some cases, attack path analysis that contextualizes dependency risk within the broader identity attack surface. Active Directory migration projects that were initiated or are currently ongoing should be treated as active RC4 risk scenarios until explicitly validated. Any migration workflow that does not include a post-migration verification step for msDS-SupportedEncryptionTypes values on all migrated objects is likely to carry source domain cryptographic debt into the destination environment. Migration teams should treat encryption type verification as a mandatory checklist item, equivalent in priority to SID history validation and group membership verification.

Long-Term (Months to Years): Organizations operating hybrid or managed virtual desktop environments should not assume that cloud-layer authentication behavior accurately reflects on-premises Active Directory encryption posture. The authentication path for domain-joined or hybrid-joined virtual desktop endpoints passes through on-premises or hybrid Active Directory, and user object encryption type attributes in that environment govern whether sessions authenticate successfully. Cloud-managed platforms may surface these failures through session initialization errors or authentication timeouts rather than explicit Kerberos failure codes, obscuring the root cause. Coordination between cloud platform administrators and on-premises Active Directory teams is required to ensure that remediation coverage extends to the full population of user objects affecting cloud-adjacent authentication paths. The broader organizational implication is that Active Directory environments accumulate configuration debt silently, embedded in attributes and platform defaults that receive insufficient attention in routine governance cycles. The discipline required to surface and resolve that debt — before enforcement events force the issue — must become a sustained governance obligation rather than a one-time remediation project. Kerberos encryption type configuration should be incorporated into ongoing identity governance programs, M&A due diligence frameworks, and continuous monitoring strategies to prevent the recurrence of silent cryptographic liability at scale.

Recommended Actions

Actions are organized by organizational security maturity. Baseline controls apply across all tiers and should be treated as immediate priorities regardless of organizational size.

⬤ Baseline Maturity Environments

* Organizations with standard security tooling and general-purpose endpoint protection.

  • 1 - Begin with visibility. Enable Kerberos audit logging on all domain controllers by configuring audit policy for 'Audit Kerberos Authentication Service' and 'Audit Kerberos Service Ticket Operations' under Advanced Audit Policy Configuration. Review Event IDs 4768 and 4769 in domain controller security logs and filter for encryption type 23 (RC4-HMAC) to identify accounts currently generating RC4 Kerberos requests.
  • 2 - Use native PowerShell to enumerate msDS-SupportedEncryptionTypes values across user and computer objects, and run equivalent queries for service accounts. Flag all objects returning null, zero, or values inclusive of RC4 flags — specifically, any value that includes etype 4 (RC4 with pre-authentication) or etype 23 (RC4-HMAC). Prioritize remediation for service accounts and accounts configured with delegation rights. Set msDS-SupportedEncryptionTypes to 24 (AES128-CTS-HMAC-SHA1-96 and AES256-CTS-HMAC-SHA1-96) and reset account passwords to force Kerberos key rotation. Validate that dependent applications authenticate successfully following each change before proceeding to the broader population.
  • 3 - Review Group Policy for the 'Network security: Configure encryption types allowed for Kerberos' setting and confirm that RC4 and DES are not included in permitted encryption types at the domain or organizational unit level.
⬤ Intermediate Maturity Organizations

* Organizations with dedicated security functions, SIEM coverage, and structured incident response capability.

  • 1 - In addition to the baseline steps, conduct a structured review of inter-domain and inter-forest trust configurations. Use Get-ADTrust to enumerate trust relationships and validate that AES encryption is explicitly enabled in trust properties. Coordinate with administrators of trusted domains to confirm enforcement posture on both sides of each trust relationship before initiating trust-level remediation. Implement persistent SIEM detection rules for RC4 Kerberos ticket requests (Event ID 4769, encryption type 23) to ensure that residual or newly provisioned RC4-dependent accounts are flagged through ongoing monitoring rather than discovered through failure events.
  • 2 - If Active Directory migration projects are active or recently completed, implement a post-migration verification query against all migrated objects to confirm that msDS-SupportedEncryptionTypes values reflect AES-only configurations. Do not rely on migration tooling to have performed this update automatically. Coordinate with application owners to schedule compatibility testing for Kerberos-dependent applications following encryption type remediation, with priority given to applications that use service-to-service Kerberos delegation or that rely on service principal names registered against service accounts.
  • 3 - Conduct a focused briefing for help desk and NOC teams covering the expected presentation of RC4-related authentication failures and the defined escalation path for tickets that may have a cryptographic root cause.
⬤ Advanced Institutional Environments

* Organizations with mature security programs, threat intelligence capacity, and advanced monitoring capability.

  • 1 - Evaluate third-party identity security platforms for continuous Kerberos encryption posture monitoring where native tooling does not provide sufficient coverage at scale. Platforms with automated RC4 dependency discovery and attack path analysis capabilities can accelerate both remediation scoping and ongoing detection in environments where manual enumeration is operationally impractical. Conduct a tabletop exercise simulating authentication failure scenarios resulting from residual RC4 dependencies — specifically targeting delegation chain failures, inter-forest trust disruptions, and post-migration authentication breaks — to validate incident response workflows and triage decision trees against realistic failure presentations.
  • 2 - Incorporate Kerberos encryption type configuration as a mandatory assessment category in M&A IT due diligence frameworks. Source domain RC4 posture should be evaluated prior to integration planning, with remediation requirements explicitly included in integration project scope and timeline to avoid inherited cryptographic debt surfacing post-close. Establish continuous monitoring for T1558.003 (Kerberoasting), T1558.004 (AS-REP Roasting), and T1557 (adversary-in-the-middle RC4 downgrade coercion) within XDR and SIEM platforms, ensuring that detection logic is calibrated to current enforcement posture rather than legacy baseline configurations.
  • 3 - Review and formally retire any operational exception that permitted RC4 in Kerberos policy. Exceptions that were appropriate during the compatibility-mode phase of the deprecation cycle are no longer operationally justifiable under enforcement conditions and may constitute a compliance finding under applicable cryptographic standards.

Closing Statement

The RC4 deprecation in Kerberos authentication is not a discrete security event with a defined resolution date — it is an inflection point in how enterprises understand and govern the cryptographic foundations of their identity infrastructure. The enforcement boundary passed on April 1, 2026, but the operational consequence period extends indefinitely for every organization that has not completed remediation. Authentication failures will continue to surface, migration projects will continue to carry inherited risk, and the identity attack surface will remain wider than necessary wherever RC4-capable account configurations persist.

The broader lesson extends well beyond this specific deprecation cycle. Active Directory environments accumulate configuration debt silently, embedded in attributes and platform defaults that receive insufficient attention in routine governance cycles. The discipline required to surface and resolve that debt — before enforcement events force the issue — is the same discipline that defines institutional resilience across every domain of security practice. Cryptographic hygiene is not a one-time remediation project; it is an ongoing governance obligation.

"In identity security, what you cannot see is always a threat. What you cannot inventory, you cannot protect."

Technical Data

CVE/ID:KB5021131 / KB5019661 (Microsoft Kerberos RC4 hardening enforcement chain); CVE-2022-37966 (contextual reference — RC4 session key downgrade vulnerability, Kerberos)
CVSS Score:CVE-2022-37966: 8.1 (HIGH); enforcement and deprecation event: not applicable
Classification:Cryptographic Protocol Deprecation / Authentication Infrastructure Enforcement
Announced:November 8, 2022 (KB hardening chain initiated); December 3, 2025 (enforcement deadline confirmed, Microsoft Windows Server Blog)
Tracked Activity:Kerberoasting — MITRE ATT&CK T1558.003 (active); AS-REP Roasting — MITRE ATT&CK T1558.004 (active); Adversary-in-the-Middle / RC4 Downgrade Coercion — MITRE ATT&CK T1557 (active); ongoing adversarial exploitation of RC4-negotiated Kerberos ticket material in Active Directory environments
Attack Vectors:Network-based Kerberos ticket interception; offline brute-force of RC4-encrypted Kerberos ticket material (etype 23); RC4 downgrade coercion via malicious KDC response manipulation
Target Platforms:Windows Server (all versions supporting Active Directory Domain Services); Windows 10/11 domain-joined endpoints; Azure Virtual Desktop and Windows 365 hybrid-joined endpoints
Target Product:Microsoft Active Directory Domain Services; Windows Kerberos Key Distribution Center (KDC); Microsoft Entra ID (hybrid-joined scenarios)
Target Environment:On-premises Active Directory domains; hybrid Active Directory / Microsoft Entra ID environments; multi-domain and multi-forest enterprise architectures; managed virtual desktop infrastructure
Exposure Window:Legacy exposure origin: Windows 2000 forward (RC4 as KDC default cipher); enforcement-induced authentication failure window: April 1, 2026 — present (active); ongoing cryptographic attack surface: any environment retaining RC4-capable account configurations regardless of domain enforcement posture