SSO Is the New Skeleton Key. Criminals Have Noticed.
One stolen single sign-on password can hand attackers the run of a company. Here's how the break-ins work and what actually stops them.

Key points
- Single sign-on, the system that lets staff use one password for dozens of work apps, is now a top target for criminals hunting for a quick way into corporate networks.
- Attackers are using stolen passwords, fake login pages, and requests that pester staff with login pop-ups until someone taps approve.
- Weak or reused passwords remain the most common entry point, according to guidance echoed by identity security vendors and analysed in an explainer first published by BleepingComputer.
- Phishing-resistant multi-factor login, meaning hardware keys or passkeys that can't be tricked by a fake site, blocks the majority of these attacks.
- Small hygiene fixes (blocking known-breached passwords, tightening session rules) close most of the doors criminals walk through.
Single sign-on, usually shortened to SSO, is the thing that lets an employee log in once in the morning and then jump into email, payroll, the customer database and a dozen cloud tools without typing another password. It is convenient. That is exactly why criminals want it.
If an attacker steals one SSO login, they often inherit the same access the employee had. Not one app. All of them.
Why are attackers focused on SSO logins?
Because the payoff is enormous. A single working username and password can open the door to finance systems, source code, HR records and customer data in one go, without the noise of breaking through separate defences for each app.
That is why identity, not malware, is now the main way ransomware crews and data-theft groups get in. Access brokers, criminals who specialise in stealing corporate logins and reselling them on Telegram and dark web forums, price a working SSO account far higher than a single-app password.
How do the break-ins actually happen?
Three techniques do most of the damage.
The first is password spraying: the attacker takes a common password like Autumn2024! and tries it against thousands of company email addresses, hoping one sticks. It often does.
The second is phishing, where criminals send a fake email pointing to a lookalike login page. The employee types their password and one-time code into the fake site, and the attacker relays them into the real one in real time. This is called an adversary-in-the-middle attack, and off-the-shelf kits sold on criminal forums make it point-and-click.
The third is MFA fatigue. Multi-factor authentication, or MFA, is the second step that asks you to approve a login on your phone. Attackers who already have the password trigger approval prompts over and over, at 2am, until a tired employee taps yes to make it stop.
What actually stops these attacks?
Stronger passwords and better second factors, in that order.
Blocking passwords that already appear in known breach lists is the single highest-value fix. If a password has leaked anywhere on the internet, criminals already have it in their spraying lists. Enforcing length (think passphrases of 15 characters or more) matters more than forcing symbols and quarterly changes.
For the second factor, push notifications and text messages are no longer enough. Phishing-resistant options, meaning hardware security keys or passkeys tied to the device, cannot be replayed to a fake site. Microsoft and Google have both published data showing these methods block the vast majority of account takeover attempts.
| Attack technique | What it looks like | What blocks it |
|---|---|---|
| Password spraying | Common passwords tried against many accounts | Ban breached and weak passwords |
| Adversary-in-the-middle phishing | Fake login page relays credentials live | Hardware keys or passkeys |
| MFA fatigue | Repeated approval prompts to the user | Number-matching or passkeys |
| Stolen session cookies | Attacker reuses a valid login token | Short session lifetimes, device checks |
What should ordinary staff do?
Treat any unexpected login prompt as suspicious, especially outside working hours. If your phone buzzes asking you to approve a sign-in you didn't start, deny it and tell IT. That prompt means someone already has your password.
And stop reusing work passwords anywhere else. One leaked shopping site becomes one open door at the office.


