CVE-2026-9798: Keycloak: keycloak: brute-force protection bypass in ciba flow
A flaw was found in Keycloak, an open-source identity and access management solution. When a user account is temporarily locked due to repeated failed login attempts, an attacker with valid client credentials can exploit the Client-Initiated Backchannel Authentication (CIBA) flow to bypass this brute-force protection. This allows continued authentication attempts and token issuance even when the account should be locked, potentially enabling further unauthorized access attempts.
This flaw weakens Keycloak account lockout controls. Even after repeated failed logins temporarily lock a user account, a client using the CIBA flow may keep attempting authentication and may receive tokens. That reduces the business value of brute-force protection for affected Keycloak deployments.
Executive priority
Treat as a targeted identity-control weakness, not an internet-scale emergency. Prioritize assessment where Keycloak protects sensitive applications, CIBA is enabled, or account lockout is a key compensating control.
Technical view
CVE-2026-9798 is a CWE-305 authentication bypass issue in Red Hat Build of Keycloak. The source states that CIBA can bypass temporary brute-force account lockout when an attacker has valid client credentials. CVSS is 4.3, network exploitable, low complexity, user interaction required, with limited confidentiality impact.
Likely exposure
Exposure is most likely in Red Hat Build of Keycloak deployments using CIBA-capable clients and brute-force lockout policies. The bundle lists rhbk/keycloak-rhel9 as affected, but does not provide exact affected versions.
Exploitation context
The provided sources do not report active exploitation, and the CVE is not listed as KEV. Abuse is constrained by the stated need for valid client credentials and the CIBA flow, but it can undermine account lockout assumptions.
Researcher notes
The bundle does not include fixed versions, patches, or detailed reproduction material. Avoid assuming upstream Keycloak versions beyond Red Hat Build of Keycloak unless vendor sources confirm them. Key validation questions are CIBA enablement, client credential exposure, and token issuance during lockout.
Mitigation direction
Check Red Hat advisory and Bugzilla for fixed builds or official mitigations.
Inventory Red Hat Build of Keycloak deployments and identify CIBA usage.
Prioritize systems where CIBA clients protect sensitive users or high-value applications.
Review client credentials and remove unused or overprivileged CIBA-capable clients.
Increase monitoring for authentication attempts against temporarily locked accounts.
Validation and detection
Confirm whether deployed Keycloak builds match Red Hat affected product guidance.
Identify clients configured for Client-Initiated Backchannel Authentication.
Review brute-force protection settings and recent temporary lockout events.
Correlate token issuance activity with accounts that should be locked.
Document unknown version exposure where vendor fixed-version data is unavailable.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-305: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-305 · source CWE mapping
Authentication Bypass by Primary Weakness
Authentication Bypass by Primary Weakness represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.