MFA Fatigue
MFA fatigue describes two related ideas: the frustration users feel from repeatedly responding to multi-factor authentication prompts, and an attack that exploits that frustration. In the attack, a criminal who already has a user's password floods them with repeated approval prompts, hoping the user eventually accepts one out of habit or annoyance. A single accidental approval can hand the attacker access to the account.
MFA fatigue refers, in one sense, to user frustration from frequently having to satisfy additional authentication challenges, and in its more security-relevant sense to an attack technique (also called MFA bombing or push bombing) that targets push-notification-based MFA. In the attack, an adversary who already possesses valid primary credentials (typically a username and password, obtained separately) repeatedly triggers authentication attempts, flooding the victim with push approval prompts, often at inconvenient times such as the middle of the night. The goal is to induce the user to approve a prompt out of irritation or habit, thereby satisfying the possession-factor challenge and completing authentication for the attacker. Note that this attack undermines the authentication step and presupposes prior compromise of the knowledge factor; it is specific to push-approval MFA flows and does not generally apply to challenge-response methods such as number matching or phishing-resistant FIDO2/WebAuthn authenticators. Mitigations depend on configuration and vendor, and remediation guidance is out of scope for this definition.
Why it matters
MFA fatigue is significant because it demonstrates that adding a second factor does not, by itself, guarantee a secure authentication step. The attack presupposes that the knowledge factor (the password) has already been compromised, which means it typically appears at a later stage of an intrusion rather than as an initial foothold. By exploiting human behavior rather than a cryptographic weakness, it turns a legitimate possession-factor challenge into an avenue of compromise, an attacker never needs to defeat the MFA mechanism itself, only to persuade the user to approve one prompt.
The attack is particularly relevant to organizations that rely on push-notification approval as their primary MFA flow. Because a single accidental or exasperated approval can complete authentication for the attacker, the margin for error rests entirely on the end user, often at inconvenient times such as the middle of the night when prompts are flooded randomly. This makes MFA fatigue a useful illustration of why the specific MFA modality in use matters: the technique does not generally apply to challenge-response methods such as number matching or to phishing-resistant FIDO2/WebAuthn authenticators, though whether a given deployment is exposed depends on configuration and vendor.
For security teams, MFA fatigue is a reminder to evaluate MFA not as a binary control but by the resilience of the factor and flow chosen. It also highlights the interplay between the authentication step and prior credential hygiene, since the attack only becomes possible once primary credentials have been obtained separately.
Who it's relevant to
Inside MFA Fatigue
Common questions
Answers to the questions practitioners most commonly ask about MFA Fatigue.
