Live Active security incident? Get immediate response
CVE Record

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.

MediumCVSS 4.3Not KEV-listed Updated
Glexia's Take moderate

Analyst readout for executives and security teams

Plain-English summary

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.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-9798 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profile CVE Program record
Severity
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1 CVSS vectors
5 Timeline events
1 ADP providers
3 Source links

SSVC decision data

CISA-ADP CISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

Score Version Severity Vector Exploit Impact Source
4.3 CVSS 3.1 Medium CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N 2.8 1.4 redhat

Vulnerability scoring details

Base CVSS 3.1 score

4.3 Medium
CVSS 3.1 vector shape for CVE-2026-9798 Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timeline redhat

    Reported to Red Hat.

  2. CVE reserved CVE Program

    The CVE ID was reserved by the assigning CNA.

  3. Source timeline redhat

    Made public.

  4. CVE published CVE Program

    The CVE record was published.

  5. CVE updated CVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADP CISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

Vendor Product Version / package Status
Red Hat Red Hat Build of Keycloak rhbk/keycloak-rhel9 affected
Weakness

CWE details

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.