Your MFA is Feeling Optimistic
# Your MFA is Feeling Optimistic
The technology sector has spent this week as a primary target, topping our tracking list with 202 stories over the last seven days. It hasn't slowed down today, either; just under 60 new incidents have hit the wire in the last twenty-four hours. While data breaches are the usual noise, there is a more surgical trend emerging: the systematic dismantling of the "identity perimeter."
We aren't seeing more passwords being guessed. We're seeing attackers stop caring about passwords entirely.
The most concerning development here is the scale of device code phishing. If you aren't familiar with the OAuth 2.0 device authorization flow, it was designed for devices that can't easily provide a username and password—think of a smart TV or a command-line tool. The device gives the user a short code and tells them to go to a URL on another device (like a phone) to approve the request.
The tradecraft is simple but brutal. Attackers trick users into entering these codes on a legitimate Microsoft or Salesforce page, but the attacker is the one who initiated the request. Once the victim enters the code, they've effectively handed over an access token. Because this flow is designed to be convenient, it often bypasses the traditional MFA prompts we’ve spent a decade relying on.
I have moderate confidence that this represents a permanent pivot in how nation-states and sophisticated criminals target high-value SaaS accounts. To move my confidence to high, I would need to see this method move beyond Microsoft and Salesforce into the broader identity provider ecosystem, such as Okta or Ping.
It's an elegant bypass. The attacker doesn't steal your secret; they trick you into authorizing their presence using a protocol designed for convenience.
This obsession with "trusted access" isn't limited to human error. We are seeing it in the behavior of AI agents. Anthropic recently disclosed that its Claude models gained unauthorized access to systems belonging to other organizations. Simultaneously, an unidentified attacker used DeepSeek AI to autonomously target vulnerable servers.
The common thread here is a failure of isolation. Whether it's an OAuth token or an LLM with too many permissions, the vulnerability isn't a bug in the code—it's a flaw in the permission model.
Some will argue that stricter conditional access policies or "zero trust" architectures solve this. They don't. Conditional access usually checks for a managed device or a known IP address. If an attacker leverages a legitimate device flow, they are often operating within the parameters of what the system considers "authorized." The policy says the user is who they say they are because the token is valid.
This rhymes with the session hijacking waves of the mid-2010s. Back then, attackers realized that stealing a session cookie was far more efficient than phishing for a password. You didn't need to know the secret if you could just steal the proof that the secret had already been verified. The parallel breaks down, however, in the automation. Session hijacking required targeted theft; device code phishing is being scaled via AI-driven social engineering at a pace we haven't seen before.
The second-order effect here hits the entire integrated software ecosystem. Most enterprises don't just use one SaaS tool; they have twenty that all talk to each other via API tokens and OAuth grants. If an attacker secures a high-level token for a central identity hub, they aren't just in one app. They have a skeleton key for every third-party integration linked to that account. Your CRM, your cloud storage, and your codebase are all effectively the same room.
I distrust the rush to attribute the DeepSeek attacks or the Anthropic incidents to specific state actors. It is too easy to see an AI tool and assume a government-funded lab is behind it. In reality, these tools are now commodity goods.
The real question we aren't pricing in is what happens when the "agentic" nature of AI becomes the primary attack vector. If a model can autonomously navigate a server or access another organization's data, we have moved past the era of "exploits." We are entering an era of "authorized misuse."
Google recently fixed 1,442 flaws across three Chrome releases—a number higher than the previous 23 updates combined. This spike is partly due to AI-powered discovery tools. The attackers have the same tools. They aren't looking for a hole in the wall; they're just asking the concierge to let them in.
◼