The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-3190

CVE-2026-3190: Keycloak Information Disclosure Flaw

CVE-2026-3190 is an information disclosure vulnerability in Keycloak's UMA 2.0 Protection API that allows unauthorized users to enumerate permission tickets. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-3190 Overview

A flaw was found in Keycloak's User-Managed Access (UMA) 2.0 Protection API endpoint for permission tickets. The endpoint fails to enforce the uma_protection role check, allowing any authenticated user with a token issued for a resource server client—even without the uma_protection role—to enumerate all permission tickets in the system. This authorization bypass vulnerability leads to partial information disclosure.

Critical Impact

Authenticated attackers can enumerate all permission tickets in the Keycloak system without proper authorization, potentially exposing sensitive access control information and enabling further reconnaissance attacks.

Affected Products

  • Keycloak (specific affected versions to be determined by vendor advisory)
  • Red Hat Single Sign-On (based on Keycloak)
  • Products utilizing Keycloak UMA 2.0 Protection API

Discovery Timeline

  • 2026-03-26 - CVE-2026-3190 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-3190

Vulnerability Analysis

This vulnerability represents a Broken Access Control flaw (CWE-280: Improper Handling of Insufficient Permissions or Privileges) in Keycloak's implementation of the UMA 2.0 Protection API. The core issue lies in the permission ticket endpoint's failure to validate that the requesting user possesses the required uma_protection role before processing requests.

In a properly secured implementation, the UMA 2.0 Protection API should restrict access to authorized resource servers that have been explicitly granted the uma_protection role. However, due to this flaw, the authorization check is either missing or improperly implemented, allowing any authenticated user with a valid token issued for a resource server client to query and enumerate permission tickets.

The vulnerability requires network access and low-privilege authentication, meaning an attacker must first obtain a valid authentication token. The impact is limited to confidentiality—there is no direct integrity or availability impact. However, the exposed information could facilitate further attacks by revealing the permission structure and access patterns within the system.

Root Cause

The root cause is insufficient authorization validation in the UMA 2.0 Protection API permission ticket endpoint. The endpoint accepts requests from authenticated users without verifying that the caller has been assigned the uma_protection role, which is the designated role for resource server clients that should have access to protection API functionality. This missing role check allows any authenticated client to bypass the intended access restrictions.

Attack Vector

The attack is conducted over the network against the Keycloak UMA 2.0 Protection API endpoint. An attacker with legitimate credentials for a resource server client can craft API requests to the permission ticket endpoint. Despite lacking the uma_protection role, these requests are processed, returning permission ticket information that should only be accessible to properly authorized protection API clients.

The attack flow involves:

  1. Obtaining a valid authentication token for any resource server client in the Keycloak realm
  2. Sending requests to the UMA 2.0 Protection API permission ticket endpoint
  3. Enumerating permission tickets without the required uma_protection role authorization

For detailed technical information, refer to the Red Hat CVE-2026-3190 Advisory and Red Hat Bug Report #2442572.

Detection Methods for CVE-2026-3190

Indicators of Compromise

  • Unusual or high-volume requests to the UMA 2.0 Protection API permission ticket endpoints from clients that should not have protection API access
  • API requests to permission ticket endpoints from users or service accounts lacking the uma_protection role
  • Unexpected enumeration patterns in Keycloak access logs showing systematic queries to permission ticket resources

Detection Strategies

  • Implement audit logging for all UMA 2.0 Protection API requests and correlate with role assignments to identify unauthorized access attempts
  • Monitor Keycloak authentication logs for token usage patterns that indicate permission ticket enumeration without the uma_protection role
  • Deploy API gateway rules to flag requests to protection API endpoints from clients without documented authorization requirements

Monitoring Recommendations

  • Enable detailed access logging on Keycloak instances, particularly for UMA 2.0 Protection API endpoints
  • Configure alerts for unusual query patterns or rate spikes on permission ticket endpoints
  • Regularly audit client role assignments to ensure only authorized resource servers possess the uma_protection role

How to Mitigate CVE-2026-3190

Immediate Actions Required

  • Review the Red Hat CVE-2026-3190 Advisory for official patch information and apply updates when available
  • Audit all clients with access to UMA 2.0 Protection API functionality and verify appropriate role assignments
  • Implement network-level restrictions to limit access to protection API endpoints to known authorized systems
  • Enable enhanced logging on Keycloak instances to detect potential exploitation attempts

Patch Information

Consult the Red Hat CVE-2026-3190 Advisory and Red Hat Bug Report #2442572 for official patch release information and remediation guidance. Apply vendor-provided security updates as soon as they become available.

Workarounds

  • Implement API gateway or reverse proxy rules to enforce additional authorization checks on UMA 2.0 Protection API endpoints before requests reach Keycloak
  • Restrict network access to Keycloak admin and protection API endpoints using firewall rules or network segmentation
  • Consider temporarily disabling UMA 2.0 Protection API functionality if not actively required, until patches are applied
bash
# Example: Restrict access to Keycloak protection API at network level
# Add to firewall or reverse proxy configuration
# Only allow known authorized resource server IPs to access protection endpoints
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechKeycloak

  • SeverityMEDIUM

  • CVSS Score4.3

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

  • Red Hat Bug Report #2442572
  • Related CVEs
  • CVE-2026-37977: Keycloak CORS Information Disclosure Flaw

  • CVE-2026-4633: Keycloak User Enumeration Vulnerability

  • CVE-2026-4366: Keycloak Information Disclosure Flaw

  • CVE-2026-3911: Keycloak Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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