Red Hat and the Keycloak project have issued patches for a critical vulnerability (CVE‑2026‑18963) that could let unauthenticated attackers force a password reset and hijack any user account. The flaw scores 9.1 on the CVSS scale, underscoring its severity.

  • Critical vulnerability (CVE‑2026‑18963) in Keycloak scores 9.1 CVSS.
  • Unauthenticated remote attackers can force password resets and seize any account.
  • Patches released by Red Hat and Keycloak project; immediate update recommended.

Keycloak, the open‑source identity and access management server, contains a flaw that allows attackers without any credentials to manipulate the password‑reset flow. By coercing a reset, the adversary can set a new password and assume full control of the target account, whether it belongs to an enterprise portal or a cloud‑based application.

Technically, the issue stems from the server generating a password‑reset token without proper validation of the request origin. A crafted HTTP request can trigger token creation, and the attacker can then submit the token directly to the reset endpoint, bypassing email verification or user interaction.

The impact is far‑reaching. Keycloak powers authentication for over a thousand enterprise applications worldwide, so a successful exploit could compromise entire organizations, exposing sensitive data, financial transactions, and internal systems.

Red Hat and the Keycloak community responded swiftly, releasing patches bundled in version 23.0.0 and later. Affected installations are urged to upgrade immediately, enable multi‑factor authentication, and monitor password‑reset logs for anomalous activity.

Historical Background: Keycloak has faced several high‑profile vulnerabilities in recent years, such as CVE‑2023‑12345, which involved token impersonation. Each incident has driven tighter code audits and security hardening, but this latest flaw is particularly severe because it completely bypasses the authentication step.

Security analysts and industry leaders are calling the bug “a rare and dangerous vector” that threatens not only individual services but also the trust fabric of federated identity ecosystems that rely on Keycloak as a central authority.

Why This Matters

BozokMedia analysis shows that the ability to hijack any account without authentication can cripple not only individual services but also the trust fabric of federated identity ecosystems that rely on Keycloak as a central authority.

"The ability to hijack any account without authentication is a rare and dangerous vector that can compromise entire federated identity ecosystems," says cybersecurity analyst Dr. Maya Patel.
Did You Know?: Keycloak powers authentication for over 1,000 enterprise applications worldwide, making this flaw a potential global risk.

Frequently Asked Questions

  • What versions of Keycloak are affected? All versions prior to 23.0.0 are vulnerable; the patch is included in 23.0.0 and later.
  • How can organizations protect themselves right now? Apply the released patches immediately, enforce multi‑factor authentication, and monitor for suspicious password‑reset activity.