Start with Identity
← Glossary
Threat

Session Hijacking

Stealing a valid session, commonly via a captured session cookie or token, to impersonate a user and bypass MFA. Mitigated by token binding, short lifetimes, and DPoP.

Session theft is the dominant way MFA gets bypassed today, because the attacker never authenticates: they arrive holding a session that already did. That is also why the incident response is different, since resetting the password leaves the stolen session alive. Revoke sessions and refresh tokens explicitly, and consider device-bound or sender-constrained sessions so a lifted cookie is useless elsewhere.

See also: token theft, account takeover, DPoP, infostealer session hijacking teardown

Related terms
Last reviewed By SWI Community TeamSuggest a correctionHow we research