Start with Identity
105 briefs · 21 on CISA KEV

Identity CVEs

Contribute a brief →

A CVE ID is a name for a flaw. The value is knowing whether that flaw lets someone become a user they are not. These briefs cover identity-relevant CVEs from 2023 through 2026: SAML and JWT signature bypasses, Kerberos and Active Directory escalation, cloud-identity token bugs, and secrets-manager failures, written for the person who has to patch, detect, or explain it on Monday.

Each page answers three questions: what broke, why an identity team should care, and what to do this week. Start with a protocol page if you own that stack, or search the catalog. Independent analysis, not a substitute for the advisory.

Browse by protocol

SAML
22 briefs

Signature wrapping and parser differentials keep turning one valid assertion into a login as any user. If you run workforce SSO on SAML, this is the protocol page to start with.

OAuth / OIDC / JWT
16 briefs

Tokens that are not verified, audiences that are not pinned, and skip-lists that match a query string. OAuth and OIDC fail when the RP trusts the shape of a JWT more than the signature.

Kerberos / Active Directory
13 briefs

PAC validation, PKINIT, S4U, SPN uniqueness, and kpasswd. 2024-2026 made AD's name and ticket story look as fragile as SAML's signature story.

LDAP
2 briefs

LDAP is how almost every on-prem identity integration still binds. A crash or RCE on the DC LDAP stack is an authentication outage, then a domain-compromise candidate.

RADIUS
1 brief

Blast-RADIUS is a protocol-level Access-Accept forge. MFA that sits behind RADIUS without Message-Authenticator is optional.

FIDO2 / WebAuthn
2 briefs

Passkeys fail when the platform logs the assertion, confuses credential types, or lets a ceremony be replayed. The cryptography can be fine. The surrounding implementation is not.

SCIM / Provisioning
1 brief

The SCIM protocol itself was quiet in 2025-2026. Provisioning risk sat in IdP and IGA connectors: path traversal, transform-template RCE, and the credentials those connectors hold.

Secrets managers
15 briefs

A secrets manager is an identity provider for machines. Bypass the authenticator and you do not steal one secret. You become every workload that would have checked one out.

IGA
5 briefs

Identity governance is where joiner-mover-leaver actually happens. A CVSS 10 on IdentityIQ or a role-edit authz hole is a path to every entitlement, not a web-app finding.

Cloud identity
1 brief

A single undocumented token design can become a cross-tenant Global Admin with no MFA, no Conditional Access, and no useful log. "No customer action" is a detection gap, not closed risk.

Other
27 briefs

RMM, VPN, CI, print, and mail admin planes keep failing authentication. They are identity products whether the IAM team owns them or not.

All briefs

105
Identity CVEs
21
On CISA KEV
21
Actively exploited
105
Showing
Severity
Year
Status

Showing 105 of 105

CVE, CVSS, KEV

How to use this catalog

Identity CVEs: frequently asked questions

What is a CVE?
A CVE (Common Vulnerabilities and Exposures) ID is a public tracking number for a disclosed software flaw. MITRE assigns the ID. NIST's NVD and the vendor advisory usually add the score, the affected versions, and the fix. The ID is the handle. The work is deciding whether it lets someone become a user they are not.
Why do identity CVEs matter more than a typical bug?
An identity flaw is often a master key. A SAML signature-wrapping bug, a JWT alg:none accept, or a cloud token that skips tenant checks does not steal one record. It lets an attacker mint a session as any user, including Global Admin, often with no MFA prompt and no useful log. That is why a single identity CVE can outrank a pile of application RCEs on a real risk register.
What is CISA KEV, and why do we highlight it?
CISA's Known Exploited Vulnerabilities catalog is the short list of flaws that are being used in the wild, not just scored as theoretically bad. Federal civilian agencies have a binding operational directive to patch KEV items on a deadline. For everyone else it is the best public "patch this first" signal we have. If an identity CVE is on KEV, assume an exploit kit already exists.
How should I triage the CVEs on this page?
Patch anything on CISA KEV that you actually run, then anything with a public exploit that sits on an internet-facing SSO or VPN path, then library upgrades that sit under your IdP (ruby-saml, samlify, node-jws) plus a signing-key rotation. Do not wait for NVD to finish scoring. NIST now fully enriches only a fraction of new CVEs. Vendor advisories and KEV are the primary sources.
Is this a complete list of every identity CVE?
No. This is a curated catalog, not every CVE that mentions "authentication." We cover identity protocols, IdP and IAM products, and KEV items that let someone become a user they are not, from 2023 through 2026. We skip generic RCEs with no auth angle and attack techniques that have no CVE (BadSuccessor, PoisonSeed, most AD CS ESC paths). Protocol pages group the briefs and say what to do if you run that stack. If we missed one, tell us.
Community

Help keep the catalog honest

We missed a 2026 identity CVE, a patch status is stale, or you have a primary source we should cite? Email [email protected] or volunteer as a CVE Analyst. Corrections are credited.