CVE-2026-11800
Analyzed Analyzed - Analysis Complete

JWT Algorithm Confusion in Keycloak

Vulnerability report for CVE-2026-11800, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-25

Last updated on: 2026-07-15

Assigner: Red Hat, Inc.

Description

A flaw was found in Keycloak. This JWT algorithm confusion vulnerability in the JWT Authorization Grant flow allows an attacker with valid client credentials to bypass signature verification. By forging an assertion, the attacker can create unauthorized access tokens. This enables the attacker to impersonate any federated user linked to the affected Identity Provider, leading to unauthorized access and potential privilege escalation.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-25
Last Modified
2026-07-15
Generated
2026-07-16
AI Q&A
2026-06-26
EPSS Evaluated
2026-07-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
redhat build_of_keycloak From 26.6 (inc) to 26.6.4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-347 The product does not verify, or incorrectly verifies, the cryptographic signature for data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Mitigation Strategies

To mitigate the CVE-2026-11800 vulnerability in Keycloak, ensure that the Identity Provider configuration does not have jwtAuthorizationGrantEnabled set to true with a hardcoded public key (useJwksUrl=false) and no pinned assertion signature algorithm. Applying security updates and patches provided by the vendor once available is critical.

Monitor for updates or advisories from Keycloak or Red Hat regarding fixes or configuration changes that address the JWT algorithm confusion vulnerability.

Executive Summary

This vulnerability is a JWT algorithm confusion flaw found in Keycloak's JWT Authorization Grant flow. It allows an attacker who already has valid client credentials to bypass the signature verification process by forging an assertion. As a result, the attacker can create unauthorized access tokens.

This enables the attacker to impersonate any federated user linked to the affected Identity Provider.

Impact Analysis

The vulnerability can lead to unauthorized access and potential privilege escalation. An attacker exploiting this flaw can impersonate any federated user, gaining access to resources and data they should not be able to access.

Compliance Impact

This vulnerability allows an attacker to bypass signature verification and impersonate any federated user, leading to unauthorized access and potential privilege escalation.

Such unauthorized access could result in exposure or misuse of sensitive personal or protected health information, which may violate compliance requirements under standards like GDPR and HIPAA.

Therefore, the vulnerability poses a significant risk to maintaining confidentiality and integrity of data, potentially impacting compliance with these regulations.

Detection Guidance

To detect the CVE-2026-11800 vulnerability on your system, you should verify if your Keycloak instance is configured with the vulnerable settings. Specifically, check if the Identity Provider has jwtAuthorizationGrantEnabled set to true, uses a hardcoded public key (useJwksUrl=false), and does not have a pinned assertion signature algorithm.

Since the vulnerability involves JWT algorithm confusion in the Authorization Grant flow, monitoring JWT tokens for usage of the HS256 algorithm with the Identity Provider's public key bytes as the HMAC secret can help identify suspicious activity.

There are no explicit commands provided in the resources to detect this vulnerability, but you can use the following general approaches:

  • Inspect Keycloak configuration files or API responses to confirm the value of jwtAuthorizationGrantEnabled and useJwksUrl settings.
  • Use JWT decoding tools or scripts to analyze tokens issued by Keycloak and check if tokens are signed with HS256 using the public key as the secret.
  • Monitor logs for unusual token issuance patterns or authentication bypass attempts.

Example commands might include:

  • Using curl or similar tools to query Keycloak's Identity Provider configuration endpoints to check relevant settings.
  • Using jwt-cli or jwt.io tools to decode and inspect JWT tokens.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-11800. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart