OAuth Consent Phishing: FBI Warns Attackers Are Bypassing Passwords and MFA Entirely — And a Password Reset Won’t Save You
🚨 THREAT INTELLIGENCE ALERT — Identity & Access Infrastructure / Executive & VIP Targeting: The FBI’s Internet Crime Complaint Center (IC3) has issued a public service announcement warning that threat actors are using a technique called “OAuth consent phishing” to gain persistent access to victims’ email, files, and cloud accounts — without ever stealing a password. The technique bypasses MFA entirely and, critically, survives a password reset. The FBI says the activity has been ongoing since late 2025 and has recently focused on prominent individuals — government officials, media figures, and public personalities — along with their family members and personal contacts. For enterprises, that makes it a direct executive-protection and identity-security problem, not just a consumer scam.
Sources: FBI/IC3 Public Service Announcement I-090126 · CyberScoop · Help Net Security · Cybernews | Advisory published: September 1, 2026 | Technique: OAuth consent phishing | Active since: Late 2025 | Bypasses: Passwords and MFA | Primary targets observed: Prominent individuals, their families, and personal contacts | Delivery vector: Commercial messaging applications (CMAs) and email
| Field | Detail |
|---|---|
| Attack starting point | Attacker impersonates a government official, journalist, or known personality on a commercial messaging app and sends a link framed as a document or article for review |
| What the victim sees | A legitimate-looking OAuth permission screen from a real provider (e.g. Microsoft, Google) — not a spoofed login page |
| What actually happens | The victim isn’t asked for a password. They’re asked to “Allow” a malicious third-party application registered through legitimate OAuth channels |
| Result of clicking “Allow” | The attacker’s application receives a standing access token with high-level permissions to the account — email, files, contacts |
| Does a password reset help? | No. The access token is independent of the password and remains valid after a reset |
| Does MFA stop it? | No. The FBI states explicitly that the technique bypasses both passwords and multi-factor authentication |
| How access is actually revoked | Only by the victim invalidating the specific access token in the application’s security/permissions settings — not through any password-based control |
What happened
On September 1, the FBI’s Internet Crime Complaint Center published PSA I-090126, describing a phishing technique it calls “a deceptive, sophisticated approach to access user accounts without requiring a password.” The advisory says malicious actors have been impersonating government officials, media figures, and other public personalities on commercial messaging applications since late 2025, contacting targets directly and soliciting them to click a link framed as an important document or file-sharing request.
The link leads not to a credential-harvesting page, but to a real, legitimate OAuth consent screen hosted by the actual service provider. The victim is asked to approve access for a third-party application the attacker controls. If they click “Allow,” the attacker receives a standing authorization token — full account access without ever touching a password field.
Why this breaks the standard incident response playbook
Most account-compromise response procedures are built around one core assumption: reset the password, and the attacker is locked out. OAuth consent phishing was engineered around exactly that assumption. Because the attacker never has the victim’s password in the first place, a reset changes nothing — the access token granted at the moment of consent remains valid independently. The FBI is explicit on this point: the only way to cut off access is to locate and revoke the specific token in the compromised application’s security settings, not through any password-based control.
That also means standard MFA re-challenge policies, which typically trigger on new sign-ins or password changes, may never fire — because from the identity provider’s perspective, nothing suspicious happened at the authentication layer. The victim authenticated normally and then separately authorized an application. Most SOC detection logic is tuned to catch anomalous logins, not anomalous app-consent grants.
Why enterprises should treat this as more than a consumer scam
The FBI’s advisory frames the current wave as targeting prominent individuals directly — but the mechanism has nothing consumer-specific about it. The same technique works against any executive, board member, general counsel, or high-value employee reachable via a commercial messaging app, and the “document to review” pretext is a natural fit for busy executives who receive unsolicited files constantly. Security teams that maintain executive-protection or VIP-monitoring programs should treat consent-grant anomalies as an addition to that program, not an afterthought.
Immediate actions for security teams
1. Restrict user consent for third-party OAuth applications to admin-approved only across your Microsoft 365 / Google Workspace tenant, where your environment supports it. This is the single highest-leverage control against this technique.
2. Audit existing app authorizations now — not just recent sign-ins. Pull a list of all third-party apps with mail, file, or directory-level scopes granted in the last 90 days and validate each one.
3. Add consent-grant monitoring to your detection stack. If your SIEM or identity provider logs OAuth authorization events, alert on new high-scope grants the same way you’d alert on impossible-travel logins.
4. Brief executives and high-profile personnel specifically. The FBI’s observed targeting pattern — impersonated officials or media contacts sending “review this document” links via messaging apps — is a distinct pretext from typical corporate phishing training and should be called out by name.
5. Update your IR runbook. Confirm your containment procedure includes revoking application tokens, not just resetting passwords and forcing re-authentication.
What happens next
The FBI has not attributed the campaign to a specific actor or group, and the advisory does not indicate the activity is slowing. Expect continued reporting as more targets come forward, and expect identity providers to face pressure to make app-consent grants more visible and easier to audit by default. Security teams should not wait for platform-level fixes — the controls above are available today.
Sources and further reading
- FBI IC3 — Public Service Announcement I-090126: Malicious Cyber Actors Gain Access to Victim Accounts Through Consent Phishing
- CyberScoop — FBI Raises Alarm Over Deceptive Phishing Campaign Targeting Prominent People
- Help Net Security — Attackers Are Going After Prominent Individuals Through OAuth Phishing, FBI Warns
- Cybernews — OAuth Consent Phishing: FBI Warns of Persistent Account Access
DataWater publishes daily cybersecurity threat briefs. See also: Fire Ant: China-Linked Hackers Turn Cisco Routers Into Spying Platforms (Sept 1) · ServiceNow CVSS 10.0 Flaws (Aug 29) · OpenAI / Hugging Face Agentic AI Incident (Aug 29).

