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-9792

CVE-2026-9792: Keycloak Auth Bypass Vulnerability

CVE-2026-9792 is an authentication bypass flaw in Keycloak's Client Policies that allows attackers to bypass ROPC grant restrictions and obtain unauthorized tokens. This post covers the technical details, impact, and mitigation.

Published: May 28, 2026

CVE-2026-9792 Overview

CVE-2026-9792 is an authorization bypass vulnerability in Keycloak's Client Policies feature. The flaw resides in the org.keycloak.protocol.oidc component. When administrators configure condition providers such as client-type, client-roles, client-attributes, or client-scopes to enforce restrictions, the reject-ropc-grant executor is silently bypassed. An unauthenticated remote attacker can obtain access tokens through the Resource Owner Password Credentials (ROPC) grant, even when an explicit policy is set to block it. The flaw maps to [CWE-280: Improper Handling of Insufficient Permissions or Privileges].

Critical Impact

Attackers can bypass explicit ROPC grant restrictions on Keycloak clients, leading to unauthorized token issuance and information disclosure.

Affected Products

  • Red Hat Keycloak (see vendor advisory for affected versions)
  • Red Hat build of Keycloak
  • Red Hat Single Sign-On distributions incorporating the affected org.keycloak.protocol.oidc component

Discovery Timeline

  • 2026-05-28 - CVE-2026-9792 published to NVD
  • 2026-05-28 - Last updated in NVD database

Technical Details for CVE-2026-9792

Vulnerability Analysis

The vulnerability affects Keycloak's Client Policies framework, which combines conditions and executors to enforce protocol-level security controls on OpenID Connect (OIDC) clients. The reject-ropc-grant executor is intended to deny token issuance through the Resource Owner Password Credentials grant type, an OAuth 2.0 flow that exchanges a username and password directly for an access token. When policies couple this executor with condition providers including client-type, client-roles, client-attributes, or client-scopes, the executor fails to trigger. The token endpoint then issues tokens for ROPC requests that should be rejected.

Root Cause

The defect is an improper authorization enforcement issue within the policy evaluation logic. The matching path through the affected condition providers does not invoke the reject-ropc-grant executor before the token endpoint completes the ROPC flow. As a result, the policy is treated as satisfied while the protective executor never runs.

Attack Vector

The vector is network-based and requires no prior authentication or user interaction. An attacker submits a standard ROPC token request to the Keycloak token endpoint targeting a client governed by one of the affected condition providers. Despite the configured deny policy, the server returns valid tokens, enabling unauthorized access to resources protected by the realm and disclosure of information bound to the impersonated identity.

No verified proof-of-concept code is available. Refer to the Red Hat CVE-2026-9792 Advisory and Red Hat Bug Report #2482459 for vendor technical details.

Detection Methods for CVE-2026-9792

Indicators of Compromise

  • Successful ROPC token responses (grant_type=password) at the /protocol/openid-connect/token endpoint for clients covered by a reject-ropc-grant policy.
  • Token issuance events in Keycloak event logs for clients whose policies should deny password grants.
  • Unexpected access patterns from accounts that should not authenticate via ROPC, particularly service or high-privilege accounts.

Detection Strategies

  • Audit Keycloak admin event and login event streams for LOGIN events with grant_type=password against clients intended to block ROPC.
  • Correlate token endpoint requests with the configured client policy set to flag mismatches between policy intent and observed outcomes.
  • Review reverse proxy or ingress logs for POST requests to /realms/<realm>/protocol/openid-connect/token containing grant_type=password parameters.

Monitoring Recommendations

  • Forward Keycloak event logs to a centralized logging or SIEM platform and alert on ROPC token issuance for non-approved clients.
  • Monitor source IP diversity and request rates against the token endpoint to identify credential stuffing or token harvesting activity.
  • Track changes to client policies, condition providers, and executors to detect tampering with the protective configuration.

How to Mitigate CVE-2026-9792

Immediate Actions Required

  • Apply the Keycloak update referenced in the Red Hat CVE-2026-9792 Advisory as soon as it is available for your distribution.
  • Inventory all clients that rely on the reject-ropc-grant executor combined with client-type, client-roles, client-attributes, or client-scopes conditions and treat them as exposed until patched.
  • Rotate credentials for any account that may have authenticated via ROPC against an affected client, and invalidate active sessions and refresh tokens.

Patch Information

Red Hat tracks remediation under Red Hat Bug Report #2482459. Consult the vendor advisory for fixed package versions across Red Hat build of Keycloak and Red Hat Single Sign-On channels, and apply the corresponding errata to all realms.

Workarounds

  • Disable the Direct Access Grants capability on affected OIDC clients to remove the ROPC code path entirely.
  • Replace condition-based policies with a global Client Policy profile that unconditionally applies reject-ropc-grant to all clients that should not use password grants.
  • Restrict access to the /protocol/openid-connect/token endpoint at the network layer to known service identities until the patch is deployed.
bash
# Example: disable Direct Access Grants for a client via kcadm.sh
kcadm.sh update clients/<client-uuid> -r <realm> \
  -s directAccessGrantsEnabled=false

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 Score6.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-280
  • Technical References
  • Red Hat CVE-2026-9792 Advisory

  • Red Hat Bug Report #2482459
  • 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-9689: 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