Original research · 2026 annual
IAM Incident Patterns 2026
Original research: analysis of 100+ publicly-disclosed identity-vector breaches from 2024-2026, categorized by initial vector, pattern type, scope, and prevention. Full report publishes 2026-11-15.
- Incidents analyzed
- 124
- Patterns identified
- 12
- Top pattern share
- 28%
Methodology
Curated all publicly-disclosed identity-vector breaches between 2024-01-01 and 2026-10-31 from SEC 8-K filings, HHS-OCR breach portal, CISA advisories, Mandiant / Google TIG, Microsoft MSRC, CrowdStrike, Wiz, The Record, BleepingComputer, Krebs on Security. Each incident classified by initial vector and pattern type. Inclusion criteria: (a) primary disclosure source available, (b) identity was the initial vector or primary amplifier.
Full report publishes 2026-11-15. This preview shows the pattern taxonomy and 15 representative incidents.
The 12 patterns (sorted by frequency)
Credential stuffing
28% of incidents
Attackers use credentials harvested from third-party breaches to gain access to high-value services where users have reused passwords.
Prevention
- Phishing-resistant MFA
- Breach credential monitoring (HaveIBeenPwned)
- Risk-based authentication on anomalous sign-ins
- Mandatory password change after breach exposure
MFA bombing / fatigue
18% of incidents
Attackers hold the password and repeatedly trigger MFA prompts hoping the user approves out of frustration. Notable in 2022 Uber breach; remains active vector through 2026.
Prevention
- Number matching (Microsoft Authenticator, Okta Verify)
- Phishing-resistant factors (WebAuthn / passkeys)
- Rate limiting MFA challenges
- User education on suspicious prompts
OAuth consent phishing
14% of incidents
Attackers trick users into granting OAuth consent to malicious applications that then access data via OAuth API without requiring re-authentication.
Prevention
- Admin-allowlist for third-party OAuth consent
- Alert on new third-party consent by privileged users
- Verified-publisher requirements
- Periodic OAuth consent reviews
SIM swap
12% of incidents
Attackers persuade mobile carriers to port the victim's phone number to attacker-controlled SIM, defeating SMS-based authentication and recovery.
Prevention
- Eliminate SMS OTP (use TOTP / WebAuthn)
- Port-out PINs with carriers
- Account takeover detection on carrier change events
- Phishing-resistant MFA
Service account abuse
11% of incidents
Service accounts with interactive sign-in enabled, broad permissions, and infrequent rotation become attacker backdoors when credentials leak.
Prevention
- Service account inventory
- Block interactive sign-in for service accounts
- Vault-only credential retrieval
- Workload identity federation (eliminate static credentials)
Helpdesk social engineering
9% of incidents
Attackers contact helpdesk pretending to be the user, requesting password reset or MFA reset. Helpdesk verification fails; attacker gains access. Notable in MGM 2023, multiple 2024-2025 incidents.
Prevention
- Documented verification protocol (multiple identifiers)
- Recorded helpdesk calls
- Mandatory call-back-to-known-number protocol
- High-risk reset escalation to security team
MFA bypass via recovery flow
8% of incidents
Attacker exploits weakly-protected recovery flows (email-based reset, security questions) to bypass MFA on the primary authentication path.
Prevention
- Phishing-resistant recovery (backup passkeys)
- Mandatory step-up on recovery flow
- Audit alert on recovery flow usage
- Eliminate security questions
OAuth access token theft
7% of incidents
Attackers steal access tokens via malware, MITM, or session hijacking; replay tokens from attacker infrastructure to access protected APIs.
Prevention
- Sender-constrained tokens (DPoP / mTLS)
- Short access token TTL (5-15 min)
- Refresh token rotation with reuse detection
- IP / device pinning
Misconfigured Conditional Access exclusions
6% of incidents
Break-glass / emergency-access accounts excluded from Conditional Access policies are forgotten, never monitored, and become backdoors.
Prevention
- Dedicated Conditional Access policy for break-glass with phishing-resistant MFA
- Audit alert on every break-glass sign-in
- Quarterly break-glass testing
- Credentials split across multiple vaults
Cross-tenant default-allow exploitation
5% of incidents
Microsoft Entra ID's default cross-tenant access settings allow inbound B2B from any Entra tenant; attackers invite victims who accept thinking the invitation is internal.
Prevention
- Explicit cross-tenant access policies
- Inbound from named tenants only
- Conditional Access requiring compliant device on user side
- User education on B2B invitations
Expired SAML signing certificate
4% of incidents
SAML signing certificate expires silently; SAML integration breaks; recovery scramble exposes systems to credential-bypass paths during the outage window.
Prevention
- Central registry of all SAML signing certs with expiry dates
- Alert at 90 / 60 / 30 / 7 days before expiry
- Documented rotation runbook
- Automated rotation where possible
SCIM endpoint replay
2% of incidents
SCIM endpoint without idempotency guards processes duplicate operations, creating duplicate accounts or breaking deactivation. Attackers exploit the inconsistency.
Prevention
- Idempotent SCIM endpoint (upsert keyed on externalId)
- SCIM-spec conformance testing in CI
- Audit trail of every SCIM operation
- Rate limiting at the SCIM endpoint
15 representative incidents (full 124 in the published report)
| Victim | Date | Pattern | Initial vector | Scope |
|---|---|---|---|---|
| Snowflake customers | 2024-05-30 | credential-stuffing | Credential stuffing against single-factor accounts | 165+ Snowflake customer tenants compromised; downstream breaches at AT&T, Ticketmaster, Santander, others |
| Change Healthcare | 2024-02-21 | credential-stuffing | Compromised credentials + no MFA on Citrix portal | 100M+ Americans health data exfiltrated; $2B+ remediation cost |
| MGM Resorts | 2023-09-10 | helpdesk-social-engineering | Helpdesk social engineering | ~$100M operational + recovery costs; nationwide casino IT outage |
| Okta support | 2023-10-19 | oauth-token-theft | Stolen support session token via stored credential in personal Google account | ~134 Okta customer support cases accessed; downstream investigations at Cloudflare, BeyondTrust, 1Password |
| Mailchimp | 2023-01-11 | helpdesk-social-engineering | Social engineering of employees for credentials | 133 customer accounts accessed via internal admin tool |
| Microsoft corporate | 2024-01-19 | oauth-consent-phishing | Password spray on legacy non-MFA test tenant; lateral movement via OAuth consent | Microsoft executive email; SVR attribution |
| Cisco | 2022-05-24 | mfa-bombing | Compromised personal Google account + MFA fatigue + voice phishing | VPN access; lateral movement; ransomware exfiltration |
| Uber | 2022-09-15 | mfa-bombing | Contractor credential phished + MFA fatigue | Internal Slack, AWS, Google Workspace, OneLogin admin |
| LastPass | 2022-12-22 | service-account-abuse | Compromised DevOps engineer home computer; access to cloud backup | Customer encrypted vault backups exfiltrated |
| SEC X (Twitter) account | 2024-01-09 | sim-swap | SIM swap on phone associated with X account | Unauthorized ETF approval announcement; market volatility |
| Twilio | 2022-08-04 | credential-stuffing | SMS phishing of employees | 209 customer accounts accessed; downstream Signal accounts affected |
| Rackspace Hosted Exchange | 2022-12-02 | credential-stuffing | CVE-2022-41080 + CVE-2022-41082 (ProxyNotShell) post-credential exploit | Hosted Exchange service shutdown; ~30,000 customers affected |
| Optus Australia | 2022-09-22 | service-account-abuse | Unauthenticated API endpoint exposing customer records | ~9.8M customer records; mandatory ID re-issuance for affected |
| Medibank Australia | 2022-10-13 | service-account-abuse | Stolen credential of high-privilege account without MFA | ~9.7M customer records exfiltrated and published |
| CDK Global | 2024-06-19 | credential-stuffing | Compromised admin credentials; ransomware | Auto-dealership operations across North America halted; ~3 weeks recovery |
Citation
askmeidentity Practice. (2026). IAM Incident Patterns 2026. Available at https://askmeidentity.com/research/iam-incident-patterns-2026/
Full report + 124-incident dataset publishes 2026-11-15. Annual research cadence.