// vulnerability record
cached · NVD via COSMOS syncCVE-2026-9086
HIGHpublished 2026-06-25 17:17 UTC · 3 days ago · modified 2026-06-26 08:16 UTC
// description
A flaw was found in Keycloak. A remote attacker with administrative privileges, specifically those with `manage-client` permission or access to client registration endpoints, could bypass client Uniform Resource Identifier (URI) validation. This is achieved by registering a malicious client with a specially crafted redirect URI using a case-insensitive `javascript:` or `data:` scheme. This Cross-Site Scripting (XSS) vulnerability allows for arbitrary code execution in the Keycloak origin when a victim clicks the crafted link, such as in the logout flow or the Admin Console.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
// weaknesses (CWE)
- CWE-79