Start with Identity
Identity CVE · Other

CVE-2025-11419Keycloak TLS 1.2 renegotiation denial of service

medium
Product: KeycloakVendor: Red HatDisclosed: 2025-10-08Status: PatchedNVD ↗

What broke

Keycloak's TLS 1.2 stack could be driven into a renegotiation loop that exhausted the node. Red Hat patched. This is a denial of service, not a login bypass.

Why it matters

An IdP that is down is an identity incident. Password-reset and help-desk social engineering spike immediately, the same lesson as ruby-saml's compression DoS.

What to do

  • Upgrade Keycloak. Prefer TLS 1.3 on the load balancer so renegotiation never reaches the app.
  • Keep a break-glass local admin that does not depend on the public login path.

After you patch

Patching closes the entry point. It does not remove access an attacker established through it.

  • Revoke sessions and API tokens on the affected system rather than only resetting passwords.
  • Audit accounts, tokens, and administrative changes made during the exposure window.
  • Rotate credentials the system stored or could reach, including directory service accounts and integration keys. See secrets rotation.
  • Treat the system as a pivot: whatever it could authenticate to is in scope until you have checked it.

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.