Subscribe to the Non-Human & AI Identity Journal

Why do strong MFA features still leave identity programmes exposed?

Because authentication is only one part of the control chain. If account recovery, reset verification, escalation, and logging are weak, attackers can abuse the fallback path even when primary sign-in uses phishing-resistant factors. Security teams need to evaluate the full authentication lifecycle, not just the strongest factor on the login screen.

Why This Matters for Security Teams

Strong MFA is necessary, but it is not a complete identity control. Attackers rarely stop at the login prompt; they target account recovery, help desk workflows, device enrollment, reset links, and session handoff. That is why phishing-resistant factors can coexist with a weak identity programme if fallback paths are easier to abuse than primary authentication. The control gap is operational, not cryptographic.

NHIMG’s research shows why identity programmes must be judged end to end: 79% of organisations have experienced secrets leaks, and 91.6% of secrets remain valid five days after notification, which means compromise often persists well after an alert. That pattern is visible across 52 NHI Breaches Analysis and the Ultimate Guide to NHIs, where lifecycle failures matter as much as initial access controls. Standards bodies also frame identity as a process, not a single factor, in NIST SP 800-63.

In practice, many security teams encounter identity abuse only after an attacker uses the recovery path, rather than through intentional testing of the full authentication lifecycle.

How It Works in Practice

The right way to assess MFA is to map every path that can create, recover, elevate, or replay identity. A strong primary factor should be paired with equally strong controls around recovery proofing, help desk authorization, step-up verification, session binding, and logging. If any one of those paths is weaker, the whole programme inherits that weakness.

For human identities, the main questions are who can reset access, how that decision is verified, and whether the reset is observable in near real time. For non-human identities, the same principle applies to secrets issuance, rotation, and revocation. A service account protected by MFA at the admin portal still fails if its API key is stored in a repo or if an operator can reissue a token without strong approval. That is why NHIMG’s Why NHI Security Matters Now guidance emphasises lifecycle governance, and why CISA’s zero trust identity guidance treats identity assurance as continuous rather than point-in-time.

  • Review recovery and reset workflows with the same rigor as sign-in.
  • Require phishing-resistant verification for help desk escalations and device re-enrolment.
  • Log every reset, token issuance, and privilege change with immutable timestamps.
  • Set short TTLs for secrets and revoke them automatically after use or on risk triggers.
  • Test whether an attacker can move from one weak fallback path to another.

The Anthropic report on an AI-orchestrated cyber espionage campaign shows how automation amplifies small identity weaknesses into fast, chained abuse across systems. These controls tend to break down in large organisations with decentralised help desks and legacy reset processes because verification steps become inconsistent across business units.

Common Variations and Edge Cases

Tighter identity verification often increases support friction, so organisations must balance user experience against the cost of account takeover and lateral abuse. There is no universal standard for every recovery flow yet, especially where privileged users, contractors, and machine identities share the same platforms.

One common edge case is step-up MFA that protects the initial login but not the high-risk action that follows, such as changing recovery methods or issuing new API keys. Another is federated environments where the IdP is hardened, but downstream SaaS applications accept weaker session assumptions. Best practice is evolving toward continuous, context-aware checks rather than “MFA done once, trust forever.” That aligns with the Top 10 NHI Issues research, which highlights how visibility gaps and poor revocation discipline weaken even well-configured access controls.

Security teams should also treat SMS and email-based resets as high-risk exceptions, not equivalent alternatives to phishing-resistant factors. Where privileged access is involved, recovery should require stronger proofing, dual approval, and immediate alerting. The hard lesson is that MFA can be strong while the identity programme remains exposed because attackers do not need to defeat the best control if they can borrow the weakest one.

Standards & Framework Alignment

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

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-1 Identity proofing and recovery are access control problems, not just login problems.
NIST SP 800-63 IAL/AAL/FAL The question hinges on assurance across authentication and recovery, not one factor.
OWASP Non-Human Identity Top 10 NHI-05 Weak revocation and fallback paths expose non-human identities even when MFA is strong.

Map every recovery and reset path to PR.AC-1 and require equivalent assurance outside the primary sign-in flow.