MFA Won’t Save You From OAuth Consent Abuse

Cybersecurity experts have long touted multifactor authentication (MFA) as a foolproof way to protect user accounts from unauthorized access. However, a growing threat known as OAuth consent abuse is proving that even with MFA in place, attackers can still gain access to sensitive data and systems through a single convincing consent prompt.

OAuth consent abuse occurs when an attacker tricks a user into approving a malicious application’s request for access to their account or system. This can happen via email, chat, or shared documents, where the link leads to a legitimate OAuth authorization flow for a cloud or software-as-a-service (SaaS) provider. The user, already signed in and passing MFA, may approve the request without realizing they’re giving an attacker access to sensitive data.

The attack path is straightforward: a user receives a seemingly harmless link that leads them through a routine OAuth authorization flow. The consent screen requests permissions, and with minimal review, the user approves. At this point, the attacker has gained ongoing API access, allowing them to extract source code, modify repository settings, or interact with business platforms through approved APIs.

The issue is not that OAuth itself is broken; it’s doing what it was designed to do: delegate access. The problem lies in the way organizations manage delegated access, often permitting excessive scope and weak monitoring after approval. A single user decision can create persistent access to sensitive systems, making MFA alone insufficient in preventing OAuth consent abuse.

Security teams may observe successful sign-ins, legitimate domains, and normal API traffic, but endpoint and network tools may not detect anything suspicious because the activity occurs through approved APIs without malware or traditional command-and-control traffic. Even mature security information and event management (SIEM) programs may miss the risk unless they specifically monitor for new app grants, risky scopes, unusual token activity, and significant changes in API behavior after consent.

To address this threat, organizations must implement more robust OAuth governance practices, including restricting default user approval of third-party applications, requiring admin approval for high-risk scopes, blocking or routing unverified apps through review, and identifying high-value platforms that require stricter consent controls. By acknowledging the limitations of MFA and addressing the authorization governance problem, security teams can better protect their organizations from OAuth consent abuse.

In conclusion, while MFA is essential in protecting user accounts, it cannot replace proper OAuth governance, least-privilege scopes, consent monitoring, and rapid revocation. Organizations must prioritize these controls to prevent persistent access to sensitive data and systems through a single convincing consent prompt.


Source: Dark Reading — 2026-09-18