Because many attacks do not defeat MFA, they replay it. If an attacker steals both the password and the live code, the challenge succeeds exactly as designed. That is why possession-based second factors are weak against relay infrastructure and why continuous session review matters after the login is approved.
Why This Matters for Security Teams
Successful MFA prompts can still end in compromise because the attacker is not always trying to defeat the second factor. In phishing, adversary-in-the-middle, and session replay attacks, the goal is to capture the authenticated session, not break the challenge. That is why MFA success cannot be treated as proof of trust, only proof that a credential ceremony completed.
This matters most where access gates protect high-value systems but monitoring stops at login. Once an attacker has a token or session cookie, they can move laterally, invoke APIs, and persist without ever seeing another prompt. NHI security research at Microsoft Midnight Blizzard breach and broader identity data in the Ultimate Guide to NHIs show how identity compromise often becomes operational compromise faster than teams expect. For related attack patterns, CISA cyber threat advisories and the MITRE ATT&CK Enterprise Matrix both reinforce that valid authentication does not end the threat. In practice, many security teams discover the issue only after the session has already been abused, rather than through intentional post-login detection.
How It Works in Practice
The attack path usually starts before MFA is ever challenged. A user enters credentials into a convincing phishing page, the attacker relays the password to the real service, and the service issues a valid MFA prompt. If the victim approves it, the attacker receives a live authenticated session or a usable token. From that point forward, the attacker is operating with legitimate access, which is why “MFA passed” is not the same as “session is safe.”
Defense has to shift from single-event authentication to continuous session trust. Current guidance suggests combining phishing-resistant MFA with device binding, conditional access, and post-authentication telemetry. For environments that support it, token lifetime controls, step-up verification, and session risk evaluation reduce the value of stolen sessions. Secret and token hygiene also matters: if attackers can steal session material from browsers, endpoint memory, or misconfigured SaaS integrations, MFA no longer protects the downstream workload. NHI governance patterns in the Top 10 NHI Issues are relevant here because compromised service credentials and stolen user sessions are often operationally similar once an attacker is inside.
- Prefer phishing-resistant methods where possible, especially for privileged and remote access.
- Bind sessions to device, network, or risk signals so replayed authentication is harder to reuse.
- Monitor for impossible travel, token anomalies, and unusual post-login API activity.
- Shorten session duration and revoke tokens when posture changes.
- Review access after login, not just at the login event.
For implementation detail, the NIST SP 800-53 Rev. 5 Security and Privacy Controls and 52 NHI Breaches Analysis both support the same operational lesson: authentication is only one checkpoint in a larger trust chain. These controls tend to break down in legacy SaaS, shared workstations, and environments where session tokens are long-lived and difficult to revoke quickly.
Common Variations and Edge Cases
Tighter session controls often increase friction, requiring organisations to balance user experience against the risk of replay and token theft. That tradeoff becomes sharper in high-volume operations, where repeated prompts or aggressive session expiry can drive shadow IT or prompt fatigue.
One important edge case is token theft without phishing. If malware steals browser cookies, refresh tokens, or device-bound session artifacts, MFA may still be fully successful while the attacker inherits the session. Another is help-desk or push-fatigue abuse, where the user approves an unexpected challenge under pressure. There is no universal standard for how much post-login risk scoring is “enough,” but best practice is evolving toward layered verification that treats MFA as necessary, not sufficient. The Anthropic report on AI-orchestrated cyber espionage also highlights how attackers increasingly automate phishing, reconnaissance, and follow-on access, which raises the value of continuous detection. Where privileged access is involved, successful MFA should trigger stronger session scrutiny, not a trust reset.
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, OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Session and token abuse map to non-human identity compromise patterns. |
| OWASP Agentic AI Top 10 | A-03 | Replayable sessions are a trust failure for autonomous tool-using agents too. |
| CSA MAESTRO | TR-2 | MAESTRO addresses runtime trust and post-authentication control for agentic workloads. |
| NIST AI RMF | AI RMF supports managing downstream risk after an authentication event. | |
| NIST CSF 2.0 | PR.AC-7 | Authentication alone is insufficient without ongoing access verification. |
Treat every authenticated session as a tracked NHI asset and revoke it when context changes.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 11, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org