Stolen credentials
Phishing pages, infostealer malware, password reuse across personal and work accounts, and credentials dumped in old breaches all give attackers a starting point.
A system checking whether a credential is valid will say yes. It has no insight into who's holding it.
Session hijacking and token theft
Attackers don't always just want your password. They want your session.
When a user signs in, they get a token that keeps them logged in so they're not prompted every 10 minutes. Steal that token—through an infostealer, a phishing proxy, or a compromised browser, and import it, and you're inside the session that's already been authenticated. No password prompt. No new MFA challenge.
This is the single most important thing to understand about identity risk in 2026: MFA verifies a person at the moment they sign in. It doesn't keep verifying the session afterward.
Business email compromise and inbox manipulation
Forget the stereotype of the badly written wire transfer email. BEC attackers are patient and quiet.
Attackers read. They learn your approval chain, your vendors, your invoice cadence, your CFO's writing style. Then they set up inbox rules that route replies to a folder nobody checks, auto-delete security notifications, or forward finance threads to an outside address. By the time anyone notices, the attacker has lived in that mailbox for weeks and the fake invoice already looks routine.
Rogue OAuth apps and consent phishing
A user clicks "Accept" on an app that wants to read their mail and files. Now an application has standing access to data, and that access survives a password reset. It survives new MFA enrollment. It doesn't show up as a suspicious login, because there isn't one—there's an authorized app doing what it was authorized to do.
The risk doesn't only come from who signed in. It's what that identity approved afterward.
Risky permissions and privileged identities
Global admin rights that were handed out for a one-time project three years ago. Stale accounts belonging to people who left. Shared logins because the license was expensive. Guest accounts from a partnership that ended. Service accounts nobody remembers creating, with permissions nobody has reviewed.
Every one of those is an access path. Attackers look for the account with too much reach and too little attention.
Configuration drift
A Conditional Access policy can be effective the day it's deployed and risky six months later. Exclusions pile up. A new app needs an exception. An admin loosens a setting to unblock an executive on a Friday afternoon.
Nobody makes a bad decision. The environment just drifts away from the thing you thought you had. Huntress data shows more than 60% of tenants are missing over half of our recommended controls—often in environments that already have security tooling in place.