MFA fatigue and push bombing: defeating MFA without breaking it
What happened
In a string of incidents, including the 2022 Uber breach, attackers who already had a valid password bombarded the victim with repeated MFA push notifications, sometimes paired with a message posing as IT. Eventually the tired or confused user tapped approve, and the attacker was in. No vulnerability in the MFA system was exploited; the human was.
Root cause
Simple approve/deny push MFA gives the user a one-tap way to authorize a login they did not start. Combined with a leaked or phished password, an attacker can trigger prompts on demand until one is accepted. Social engineering ("this is IT, please approve") raises the success rate.
The identity lesson
MFA is necessary but not all MFA is equal. Possession-and-approval factors still rely on a human decision under pressure, which attackers can manipulate. The fix is to either remove the human judgment from the loop or make approval impossible to grant to a remote attacker.
How to defend
- Turn on number matching and context (location, app) in push prompts so blind approval is not possible.
- Rate-limit and alert on repeated failed or rapid MFA prompts.
- Move high-value access to phishing-resistant MFA: FIDO2 keys and passkeys, which cannot be approved for a site the user is not actually on.
- Train help desks and users on the specific "approve this prompt" social-engineering script.
Push fatigue was the beginning, not the end
Number matching largely closed blind approval, and attackers moved on rather than giving up. The 2026 successors do not need the user to approve anything unusual:
- Attacker-in-the-middle session theft. ANY.RUN traced the Mirage2FA kit across 4,532 organization domains between 2024 and 2026. It does not break the factor: it proxies a legitimate Microsoft 365 login, captures the password and the resulting session cookie, then rides the authenticated session into everything behind SSO.
- Device code phishing. The victim approves a real Microsoft prompt on the genuine login page, and the attacker receives access and refresh tokens. Every page the user sees is authentic, so there is nothing to spot. See device code flow.
- Real-time voice relay. An AI voice agent calls and asks for the code, at consumer scale and in the victim's language.
The common thread is that anything a human can read, type, or approve can be relayed. Number matching made the approval harder to grant carelessly; it did not make the factor origin-bound.
The control that generalizes
Phishing-resistant MFA works against all three because the authenticator refuses to produce a signature for any origin other than the one that registered the credential. There is nothing for the victim to recite and nothing for a proxy to forward.
That is not the end of the work. August 2026 research showed passkey protections can be attacked through event logs, sync key custody, and in-session key reuse, all starting from malware on the endpoint. The response is tiering rather than retreat: synced passkeys for the general population, device-bound hardware authenticators for administrators. See passkeys had a hard month.
Related
Guide: Passkeys 101, what is passwordless. Vendors: MFA and passwordless. Glossary: account takeover.
Related on Start with Identity
- TechniqueMFA fatigue and push bombing
The attacker already has a password. They trigger push approval prompts until a tired or confused user taps approve, sometimes with a fake IT message to speed t
- BlogMirage2FA reached 4,500 organizations by stealing sessions instead of breaking MFA
ANY.RUN traced the Mirage2FA phishing-as-a-service kit across 4,532 organization domains from 2024 to 2026. It abuses legitimate Microsoft 365 login flows to li
- RankingBest MFA for Enterprises: Top 5 Multi-Factor Authentication Platforms
The best enterprise MFA platforms in 2026: Duo, Microsoft Authenticator, Yubico, RSA SecurID, and HYPR. Ranked for coverage, phishing resistance, and workforce
- RankingBest MFA Solutions: Top 5 Multi-Factor Authentication Tools
The top 5 MFA solutions (Yubico, Duo Security, Microsoft Authenticator, HYPR, Beyond Identity), scored on a 10-dimension rubric, from phishing-resistant hardwar
- RankingBest Phishing-Resistant MFA: Top 5 Providers
The best phishing-resistant MFA providers in 2026: Yubico, HYPR, Beyond Identity, Duo, and 1Kosmos. Ranked for FIDO2, passkeys, and phishing-resistant workforce
- BlogForged OIDC tokens in SimpleHelp RMM handed out technician access to 1,000 exposed servers, no MFA required
CVE-2026-48558 lets an unauthenticated attacker forge OpenID Connect tokens against SimpleHelp remote-monitoring software configured for group login, gaining pr