Join our Newsletter — 33% off our NHI Course
Home FAQ Threats, Abuse & Incident Response What breaks when Kerberos preauthentication is disabled on…
Threats, Abuse & Incident Response

What breaks when Kerberos preauthentication is disabled on a user account?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated September 17, 2026 Domain: Threats, Abuse & Incident Response

Disabling Kerberos preauthentication removes an important check that normally proves knowledge of the password before the KDC issues a ticket. In the scenario described, that creates a path to obtain an encrypted session key directly and work against it offline. The result is a much lower barrier to ticket abuse, because the attacker no longer needs the user’s password to begin the attack chain.

What Kerberos preauthentication is actually protecting

Kerberos preauthentication is an early proof step that forces the client to show knowledge of the user’s secret before the Key Distribution Center issues a ticket. That matters because the KDC response contains material an attacker can abuse if it is handed out without first validating the password-derived key. With preauthentication enabled, the exchange is a gate; without it, the gate disappears.

The practical consequence is not that Kerberos stops working, but that the first phase of the protocol becomes easier to abuse. An attacker can request material tied to the account and then try to crack it offline, outside the noise and rate limits of a live authentication service. That changes the problem from “can I log in now?” to “can I eventually recover the secret?”

When this condition appears on a user account, it is usually because the account was exempted for compatibility, legacy application behaviour, or a mistaken assumption that the setting is harmless. The danger is that the weakness sits at the account boundary, so it can persist unnoticed while the rest of the environment looks normal. A review of account flags, especially for older or privileged users, is the right place to confirm whether the exposure is intentional.

Why the attack path gets easier

With preauthentication disabled, the attacker does not need the password to begin the attack chain. They can collect the encrypted data the KDC returns and work against it offline until they recover a usable password or derive enough material to continue. That is a very different risk profile from an online guessing attack, because it avoids lockouts, MFA challenges, and most service-side detection that would normally slow repeated attempts.

In real terms, this lowers the barrier to ticket abuse. Once the attacker has working material, the account can become a foothold for broader identity compromise, especially if the same password is reused elsewhere or if the user has access to sensitive systems. The weakness is therefore not just a protocol detail, it is an access-path expansion that can support lateral movement and privilege escalation.

For background on how identity failures and credential abuse translate into broader compromise patterns, NHIMG’s 52 NHI Breaches Analysis is useful as a breach-pattern reference, and the Microsoft Midnight Blizzard breach shows how weak authentication assumptions can be exploited in practice. For the protocol itself, the OWASP API Security Top 10 and NIST SP 800-53 Rev 5 Security and Privacy Controls both reinforce the importance of strong authentication controls and account protection.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK address the attack and risk surface, while CIS Controls v8, NIST CSF 2.0 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
CIS Controls v86 — Access Control ManagementDisabled preauth weakens account access control and should be governed as an exception.
Recommendation — Review account exceptions and remove unnecessary authentication bypasses.
NIST CSF 2.0PR.AA — Identity Management, Authentication, and Access ControlKerberos preauthentication is an authentication control that affects account access assurance.
PR.AC — Access ControlDisabling preauth changes how access is initiated and increases abuse potential.
Recommendation — Strengthen authentication assurance for accounts with sensitive access. Enforce stronger access conditions before issuing credentials or tickets.
NIST SP 800-63AAL2 — Authenticator Assurance Level 2The issue is authentication assurance, specifically whether proof of secret knowledge is required.
AAL3 — Authenticator Assurance Level 3Higher assurance is relevant when ticket abuse or offline attack risk is material.
Recommendation — Use stronger authenticator assurance where account access must resist offline abuse. Apply the highest feasible authenticator assurance for high-value accounts.
MITRE ATT&CKT1558.004 — KerberoastingDisabled preauthentication can enable offline abuse of Kerberos ticket material.
Recommendation — Hunt for requests that enable offline Kerberos credential attacks.

Practitioner Guidance

What to prioritise: Treat disabled preauthentication as an account exception that needs an owner, a business reason, and an expiry date. The accounts worth checking first are privileged users, service-linked users, and any account with access to sensitive administrative paths, because those are the ones where offline password attack has the highest payoff.

What to verify: Confirm whether the account still requires the exemption for an application dependency, or whether it survived as inherited technical debt. If the answer is “legacy compatibility,” test whether the dependency can be removed before the account is left in that state any longer. If the answer is “we were not aware,” treat it as an exposure, not a tuning choice.

Common mistake: Assuming the risk is limited because the attacker still needs the user’s password eventually. In practice, the point of the attack is that the password is no longer needed to start, which removes the most reliable early control point and turns one account into an offline cracking target.

Practitioner takeaway: If preauthentication is disabled, the key question is not whether Kerberos still authenticates, but whether you have unintentionally turned a normal login path into a reusable offline attack surface.

Deepen Your Knowledge

Sign up to our weekly newsletter — get 33% off our NHI Foundation Level Course

    NHIMG Editorial Note
    Reviewed and updated by the NHIMG editorial team on September 17, 2026.
    NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org