Build Of KeycloakApplication · Redhat

CVE-2026-7571

HIGH · 7.1 CVSS v3.1 Published 2026-05-19
Fix available
A fix is available. Upgrade to 26.4.12 or later.
See remediation →
77/100
Remediation priority · High
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
A flaw was found in Keycloak. A low-privilege user, with knowledge of user credentials and client ID, can bypass a security control intended to disable the implicit flow in OpenID Connect (OIDC) clients. By manipulating client data during a session restart, an attacker can obtain an access token that should not be available. This vulnerability can also lead to the exposure of these access tokens in server logs, proxy logs, and HTTP Referrer headers, resulting in sensitive information disclosure.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Keycloak contains a security control bypass where low-privilege users with valid credentials and client ID can circumvent the implicit flow disablement by manipulating client data during session restart, allowing unauthorized access token acquisition. The obtained tokens may then be exposed through server logs, proxy logs, and HTTP Referrer headers.

MitigationReview and properly enforce OIDC client configuration to ensure implicit flow is disabled, audit all logs for token exposure, and rotate any potentially compromised credentials or tokens.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Build Of KeycloakApplication
Affected:>= 26.4, < 26.4.12

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed Keycloak version
    Run the Keycloak version command (bin/kc.sh --version) or check the RPM/package version (rpm -q or dpkg -l)
    Affected if The installed version is >= 26.4 and < 26.4.12
  2. Verify client implicit flow configuration
    Review OIDC client settings in the Keycloak admin console or client configuration files to confirm whether implicit flow is intended to be disabled
    Affected if Implicit flow is disabled in client configuration but the vulnerability may still apply due to the bypass mechanism
  3. Examine Keycloak server logs for exposed tokens
    Search Keycloak server log files for access token strings (typically JWT format beginning with 'eyJ') that may have been logged during authentication flows
    Affected if Access tokens appear in server logs, indicating token exposure
  4. Check reverse proxy/access logs for token leakage
    Inspect reverse proxy (e.g., nginx, httpd) or load balancer logs for JWT tokens in request paths, headers, or query parameters
    Affected if JWT access tokens are visible in proxy or access logs
  5. Review HTTP Referrer header data
    Examine application or CDN logs for Referrer headers that may contain access tokens in URLs being passed to third-party sites
    Affected if Access tokens are being transmitted in HTTP Referrer headers to external domains

You are affected if running a Red Hat Build of Keycloak version 26.4 through 26.4.11 and tokens are found exposed in any logs or Referrer headers.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 26.4.12 or later
Fixed in 26.4.12
Interim mitigation

Review and properly enforce OIDC client configuration to ensure implicit flow is disabled, audit all logs for token exposure, and rotate any potentially compromised credentials or tokens.

Recommended fix High confidence

26.4.12

  1. Upgrade Keycloak to version 26.4.12 or later to remediate this vulnerability
  2. After upgrading, verify that the implicit flow is properly disabled for affected OIDC clients
  3. Review server logs, proxy logs, and HTTP access logs to check for any leaked access tokens that may have been generated during exploitation
  4. If tokens were exposed, rotate the affected access tokens and consider revoking active sessions
  5. Ensure client configurations for OIDC explicitly disable implicit flow if not needed

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Build Of Keycloak Scoped from the published advisory
  • Consultation6.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
20.0 hours of engineering $3,600
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,760.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-7571 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-7571 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data