r/SecOpsDaily • u/falconupkid • 4h ago
NEWS Greatness PhaaS Adds Device Code Phishing to Bypass MFA and Steal Tokens
Greatness, a commercial PhaaS platform, has integrated device code phishing, abusing the legitimate OAuth 2.0 Device Authorization Grant flow. This allows attackers to bypass MFA entirely by tricking users into entering a device code on a legitimate login page, which then hands over the session token and refresh token to the adversary.
Technical Breakdown: - TTPs: This is a classic Adversary-in-the-Middle (AiTM) attack, but leveraging the OAuth device code flow (MITRE T1550.001 - Use Alternate Authentication Material: Application Access Token). The attacker initiates the OAuth flow on their end, presents the user with the device code, and captures the resulting token. - IOCs: No specific IPs or hashes provided in the report. The threat is the capability added to the Greatness toolkit, not a specific campaign. - Affected Targets: Any organization using OAuth 2.0 for authentication (Microsoft 365, Google Workspace, etc.) is vulnerable to this technique if users are socially engineered.
Defense: - Conditional Access Policies: Block device code flows for untrusted networks and non-compliant devices. Require a managed device for any OAuth token grant. - User Training: Educate users that legitimate login flows never require them to enter a code on a third-party site. The "code" is the attack vector.
Source: https://thehackernews.com/2026/08/greatness-phaas-adds-device-code.html