A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-9689

CVE-2026-9689: Keycloak Auth Bypass Vulnerability

CVE-2026-9689 is an authentication bypass flaw in Keycloak that exploits HTTP parameter pollution through manipulated redirect URIs. Attackers can gain unauthorized access. This article covers technical details, impact, and mitigation.

Published: May 28, 2026

CVE-2026-9689 Overview

CVE-2026-9689 affects Keycloak, an open-source identity and access management (IAM) solution. The flaw enables HTTP parameter pollution when a client application is configured to accept broad redirect Uniform Resource Identifiers (URIs). A remote attacker can craft a malicious authentication link that, once clicked by a victim, causes the client application to prioritize attacker-controlled parameters over legitimate ones. Successful exploitation can bypass security controls or enable unauthorized access to protected resources. The weakness is tracked as CWE-1288 (Improper Validation of Consistency within Input).

Critical Impact

Attackers can manipulate OAuth/OIDC authentication flows through parameter pollution, potentially bypassing redirect validation and accessing protected resources when victims click crafted links.

Affected Products

  • Keycloak (open-source identity and access management server)
  • Red Hat Build of Keycloak distributions
  • Client applications configured with broad redirect URI patterns

Discovery Timeline

  • 2026-05-27 - CVE CVE-2026-9689 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-9689

Vulnerability Analysis

The vulnerability resides in Keycloak's handling of OAuth 2.0 and OpenID Connect (OIDC) authentication flows when clients permit overly permissive redirect URI patterns. Keycloak processes authentication requests containing URL parameters such as client_id, redirect_uri, state, and response_type. When duplicate parameters appear in a single request, inconsistent parsing between Keycloak and downstream client applications creates an exploitable mismatch.

An attacker constructs an authorization URL containing duplicated parameters. Keycloak validates one instance while the client application later consumes another. This inconsistency lets attacker-controlled values override legitimate authentication context.

The attack requires user interaction. A victim must click the crafted link, which is plausible in phishing scenarios targeting authenticated users. The attack complexity is high because exploitation depends on permissive client configuration combined with specific parser disagreements.

Root Cause

The root cause is improper validation of consistency within input (CWE-1288). Keycloak and client applications do not enforce a single canonical interpretation of repeated query string parameters. Broad redirect URI patterns, such as wildcards or partial matches, further expand the attacker's ability to substitute values that still pass validation.

Attack Vector

An attacker crafts an authorization request containing polluted parameters and delivers it to a victim through phishing, malicious advertising, or compromised pages. When the user clicks the link, the authentication flow proceeds, but the client application acts on attacker-supplied values. This can redirect authorization codes, manipulate state validation, or bypass intended access restrictions. Refer to the Red Hat CVE-2026-9689 Advisory for vendor-specific technical detail.

Detection Methods for CVE-2026-9689

Indicators of Compromise

  • Authorization requests containing duplicate query parameters such as multiple redirect_uri, client_id, or state values
  • Authentication logs showing redirect URIs that match permitted patterns but deviate from registered values
  • Unexpected authorization code exchanges originating from external referrers
  • Spikes in failed or anomalous OAuth/OIDC callbacks tied to specific client identifiers

Detection Strategies

  • Parse Keycloak access and event logs for repeated query string keys within a single authorization request
  • Correlate redirect_uri values consumed by client applications against the values validated by Keycloak
  • Alert on authorization flows where the referring host differs from expected trusted domains
  • Inspect web proxy and WAF logs for HTTP parameter pollution patterns targeting /auth/realms/*/protocol/openid-connect/auth

Monitoring Recommendations

  • Enable Keycloak event logging at the ERROR and WARN level for authentication and client events
  • Forward Keycloak events to a centralized SIEM with normalized parsing of OAuth parameters
  • Establish baselines for redirect URI usage per client and alert on deviations
  • Review client registrations periodically for wildcards or overly broad redirect patterns

How to Mitigate CVE-2026-9689

Immediate Actions Required

  • Audit all Keycloak client configurations and replace broad or wildcard redirect URI patterns with exact matches
  • Apply vendor updates referenced in the Red Hat CVE-2026-9689 Advisory as soon as fixed builds are available
  • Restrict authorization endpoints behind a WAF that normalizes duplicate query parameters
  • Notify users of phishing risk and enforce step-up authentication for sensitive client applications

Patch Information

Consult the Red Hat CVE-2026-9689 Advisory and Red Hat Bug Report #2481845 for fixed package versions, errata identifiers, and upstream Keycloak release notes. Apply updates across all Keycloak nodes and restart the service to load corrected validation logic.

Workarounds

  • Replace wildcard redirect URIs with full, exact URI values per client
  • Configure upstream proxies or API gateways to reject requests containing duplicate OAuth parameters
  • Enforce state and PKCE validation in client applications to limit the value of parameter manipulation
  • Disable unused Keycloak clients and rotate client secrets after configuration hardening
bash
# Example: tighten a Keycloak client redirect URI using kcadm.sh
# Replace wildcard patterns with exact URIs
./kcadm.sh update clients/<client-uuid> \
  -r <realm> \
  -s 'redirectUris=["https://app.example.com/oidc/callback"]' \
  -s 'rootUrl=https://app.example.com' \
  -s 'attributes."pkce.code.challenge.method"=S256'

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKeycloak

  • SeverityMEDIUM

  • CVSS Score4.2

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-1288
  • Technical References
  • Red Hat CVE-2026-9689 Advisory

  • Red Hat Bug Report #2481845
  • Related CVEs
  • CVE-2026-9802: Keycloak Auth Bypass Vulnerability

  • CVE-2026-9798: Keycloak Auth Bypass Vulnerability

  • CVE-2026-9793: Keycloak Auth Bypass Vulnerability

  • CVE-2026-9792: Keycloak Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English