CVEFinder.io

CVE-2026-7504

⚠️ high
🔍 Scan for this CVE
Summary

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

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.

CVSS Score
8.1
High
EPSS Score
0.5
Exploit Probability
Published Date
2026-05-19
First Seen: 2026-05-20
📊 Relative Risk Intelligence

This CVE is High Risk - more severe than 76.8% of all 348,756 vulnerabilities in our database.

#80,740
Top 25% most severe
Severity Percentile
🎯 CISA SSVC Assessment Updated: May 19, 2026
🔍 Exploitation Status
None
No known exploits
⚙️ Automatable
NO
Requires human interaction
💥 Technical Impact
Total
Complete system compromise possible
🏆 Discovered By
Red Hat would like to thank Duarte Antunes (Intapp) and João Mendes (Intapp) for reporting this issue.
SSVC data provided by CISA
Last Modified 2026-07-15
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
CWE IDs (Weakness Types)

📦 Affected Products 1

🔗 References 7

🔗 Related CVEs 6

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-18967 🔶 medium 6.4 0.1 A flaw was found in the SAML broker component of Keycloak, an identity and access management solution. When configured a... 2026-08-06
CVE-2026-16443 ⚠️ high 7.4 0.2 A flaw was found in the SAML metadata import functionality of the keycloak-services component, which is the core engine ... 2026-08-05
CVE-2026-15573 ⚠️ high 8.1 0.3 A flaw was found in Keycloak's Authorization Services. The component responsible for matching request paths to security ... 2026-08-05
CVE-2026-16071 🔶 medium 5.4 0.2 A flaw was found in the LDAP storage provider of Keycloak, which is used to federate user identities from external direc... 2026-08-05
CVE-2026-16100 🔶 medium 6.5 0.3 A flaw was found in the user-event metrics recording of Keycloak. When metrics are enabled, the system records raw error... 2026-08-05
CVE-2026-16102 ⚠️ high 8.1 0.3 A flaw was found in the Dynamic Client Registration (DCR) component of Keycloak, an identity and access management solut... 2026-08-05
These CVEs affect the same products