CVE-2024-7260:
Keycloak Open Redirect vulnerability
4.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.36449%
CWE
Published
9/9/2024
Updated
9/9/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.keycloak:keycloak-core | maven | < 24.0.7 | 24.0.7 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers on improper handling of 'referrer' and 'referrer_uri' parameters in Keycloak's account page. The affected package (keycloak-core) and CWE-601 suggest a missing validation
step in redirect logic. Keycloak's account management endpoints (e.g., /account) are prime candidates for this flaw. The AccountFormService
class is a logical component responsible for processing account-related requests and redirects. While the exact patched code isn't available, the described attack vector aligns with functions that handle user-supplied redirect parameters without proper domain checks. Confidence is medium due to reliance on structural inference rather than explicit patch details.