CVE-2026-7504
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.keycloak:keycloak-servicesMaven | < 26.6.2 | 26.6.2 |
Affected products
3(expand)+ 1 more
- (no CPE)
- cpe:2.3:a:redhat:build_of_keycloak:*:*:*:*:*:*:*:*range: >=26.4,<26.4.12
Patches
Vulnerability mechanics
References
11- access.redhat.com/errata/RHSA-2026:19594nvdVendor AdvisoryWEB
- access.redhat.com/errata/RHSA-2026:19595nvdVendor AdvisoryWEB
- access.redhat.com/errata/RHSA-2026:19596nvdVendor AdvisoryWEB
- access.redhat.com/errata/RHSA-2026:19597nvdVendor AdvisoryWEB
- access.redhat.com/security/cve/CVE-2026-7504nvdVendor AdvisoryWEB
- bugzilla.redhat.com/show_bug.cginvdVendor AdvisoryWEB
- github.com/advisories/GHSA-rp95-xpg9-c2cqghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-7504ghsaADVISORY
- github.com/keycloak/keycloak/commit/479620769073ac36b782dee65086ab35e8e5d14eghsaWEB
- github.com/keycloak/keycloak/pull/49130ghsaWEB
- github.com/keycloak/keycloak/releases/tag/26.6.2ghsaWEB
News mentions
0No linked articles in our index yet.