Start with Identity
Identity CVE · SAML

CVE-2026-2603Keycloak accepts SAML from a disabled identity provider

high
Product: KeycloakVendor: Red HatDisclosed: 2026-03-18Status: PatchedProtocol deep diveNVD ↗

What broke

Keycloak still accepted a valid SAML response from an external IdP after an administrator disabled that SAML identity provider. A remote attacker who can present a previously valid (or still-signable) assertion completes a broker login. High. Red Hat / Keycloak patched. CVE-2026-3047 is a related disabled-client landing-target issue on IdP-initiated broker flows.

Why it matters

"Disabled" is how you contain a compromised or decommissioned partner IdP. If the ACS still honors the old signature, disable is theater. Same class as First Broker Login and the 2024 Keycloak SAML signature bug: broker edges keep failing closed.

What to do

  • Upgrade Keycloak. After the upgrade, disable is not enough: remove the IdP or rotate its signing key.
  • Hunt broker logins whose IdP alias is marked disabled.
  • Read the SAML protocol page before you brief this as a one-off.

After you patch

A SAML bypass means the service provider accepted an assertion it should have rejected, so anyone who exploited it authenticated as a real user and left a normal-looking log line.

  • Revoke every session issued by the affected service provider, then rotate its session signing keys. Patching stops new forgeries and does nothing about sessions already minted.
  • Audit administrative accounts and group memberships for changes during the exposure window. Signing in as an administrator is the point of this class, and adding a second account is the standard persistence step.
  • Rotate the identity provider signing certificate if the flaw involved signature validation, and confirm the service provider pins the expected certificate rather than trusting anything in the assertion.
  • Check your own implementation for the same class: exact-match comparison on verification results, rejection of unexpected signature algorithms, and audience and recency checks on every assertion. See SAML 2.0 and SAML vs OIDC.

Sources

Last reviewed By SWI Community TeamSuggest a correctionHow we research
Know a primary source we should add, or a patch status that has changed? Email community@startwithidentity.com. See all briefs in the identity CVE catalog, or volunteer as a CVE Analyst.
Compiled from vendor advisories, NVD, CISA KEV, and public research. CVSS figures can disagree across NVD and the CNA. Confirm affected versions against the vendor advisory before you patch. Independent, community-driven analysis. See the disclaimer.