Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.keycloak/keycloak-services
  4. ›
  5. CVE-2026-7504

CVE-2026-7504: Keycloak: Open redirect when using wildcard valid redirect URIs in Keycloak

May 19, 2026 (updated June 4, 2026)

A flaw was found in Keycloak’s URL validation logic during redirect operations. By crafting a malicious request, an attacker could bypass validation to redirect users to unauthorized URLs, potentially leading to the exposure of sensitive information within the domain or facilitating further attacks. This vulnerability specifically affects Keycloak clients configured with a wildcard (*) in the “Valid Redirect URIs” field and requires user interaction to be successfully exploited.

The issue stems from a discrepancy in how Keycloak and the underlying Java URI implementation handle the user-info component of a URL. If a malicious redirect URL is constructed using multiple @ characters in the user-info section, Java’s URI parser fails to extract the user-info, leaving only the raw authority field. Consequently, Keycloak’s validation check fails to detect the malformed user-info, falls back to a wildcard comparison, and incorrectly permits the malicious redirect.

References

  • access.redhat.com/errata/RHSA-2026:19594
  • access.redhat.com/errata/RHSA-2026:19595
  • access.redhat.com/errata/RHSA-2026:19596
  • access.redhat.com/errata/RHSA-2026:19597
  • access.redhat.com/security/cve/CVE-2026-7504
  • bugzilla.redhat.com/show_bug.cgi?id=2464128
  • github.com/advisories/GHSA-rp95-xpg9-c2cq
  • github.com/keycloak/keycloak/commit/479620769073ac36b782dee65086ab35e8e5d14e
  • github.com/keycloak/keycloak/pull/49130
  • github.com/keycloak/keycloak/releases/tag/26.6.2
  • nvd.nist.gov/vuln/detail/CVE-2026-7504

Code Behaviors & Features

Detect and mitigate CVE-2026-7504 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 26.6.2

Fixed versions

  • 26.6.2

Solution

Upgrade to version 26.6.2 or above.

Impact 8.1 HIGH

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

Learn more about CVSS

Weakness

  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect')

Source file

maven/org.keycloak/keycloak-services/CVE-2026-7504.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:23:04 +0000.