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
    • 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-2020-14389

CVE-2020-14389: Redhat Keycloak Privilege Escalation

CVE-2020-14389 is a privilege escalation flaw in Redhat Keycloak that allows users with view-profile role to manage resources they shouldn't access. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-14389 Overview

A broken access control vulnerability was discovered in Red Hat Keycloak before version 12.0.0. The flaw permits users with only the view-profile role to manage resources in the new account console, enabling unauthorized access and modification of data that the user was not intended to have. This represents a significant privilege escalation issue in the identity and access management platform.

Critical Impact

Authenticated users with minimal privileges can escalate their access to manage account resources, potentially compromising data integrity and confidentiality across the Keycloak deployment.

Affected Products

  • Red Hat Keycloak versions prior to 12.0.0
  • All Keycloak deployments using the new account console feature
  • Identity management systems relying on Keycloak role-based access control

Discovery Timeline

  • 2020-11-17 - CVE-2020-14389 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-14389

Vulnerability Analysis

This vulnerability stems from inadequate authorization checks in Keycloak's new account console functionality. When users authenticate with only the view-profile role, the system fails to properly enforce the principle of least privilege. Instead of restricting these users to read-only operations, the account console permits them to perform resource management actions that should require elevated permissions.

The flaw affects the authorization boundary between viewing profile information and managing account resources. In a properly configured system, users with view-profile should only be able to read their own profile data. However, this vulnerability allows these users to bypass intended restrictions and access management functions, potentially modifying account settings, linked applications, or other sensitive resources.

Root Cause

The root cause is classified under CWE-916, which relates to use of password hash with insufficient computational effort. However, the practical manifestation of this vulnerability is a broken access control issue where the role-based permission model fails to properly validate user capabilities before granting access to resource management functions in the account console. The authorization logic does not adequately verify that the authenticated user possesses the required permissions beyond the basic view-profile role.

Attack Vector

The attack can be executed remotely over the network by any authenticated user who possesses the view-profile role. The attacker does not require any special privileges beyond basic authentication to the Keycloak system. The exploitation path involves:

  1. Authenticating to Keycloak with a low-privileged account that has only the view-profile role
  2. Accessing the new account console interface
  3. Navigating to resource management functions that should be restricted
  4. Performing unauthorized operations such as viewing, modifying, or managing account resources

The vulnerability requires low attack complexity as no special conditions or user interaction is needed beyond the initial authentication. The impact affects both confidentiality and integrity, as attackers can both access and modify data they should not have permissions to interact with.

Detection Methods for CVE-2020-14389

Indicators of Compromise

  • Unusual activity patterns from users with view-profile role accessing management endpoints
  • Audit logs showing resource modification events from accounts lacking appropriate management roles
  • Unexpected changes to account resources or configurations made by low-privileged users

Detection Strategies

  • Review Keycloak audit logs for authorization anomalies where users with view-profile role perform management operations
  • Monitor account console access patterns for privilege boundary violations
  • Implement alerting on resource management API calls from users with only view permissions

Monitoring Recommendations

  • Enable comprehensive audit logging in Keycloak to capture all account console operations
  • Configure alerts for any resource modification attempts by users lacking management roles
  • Regularly review user role assignments and their correlation with observed account console activities

How to Mitigate CVE-2020-14389

Immediate Actions Required

  • Upgrade Red Hat Keycloak to version 12.0.0 or later immediately
  • Review audit logs to identify any potential exploitation that may have occurred
  • Audit user role assignments to ensure proper least-privilege configuration
  • Consider temporarily restricting access to the new account console until patches are applied

Patch Information

Red Hat has addressed this vulnerability in Keycloak version 12.0.0. Organizations should upgrade to this version or later to remediate the vulnerability. For detailed patching information and guidance, refer to the Red Hat CVE-2020-14389 Advisory. Additional technical details can be found in the Red Hat Bug Report #1875843.

Workarounds

  • Restrict access to the new account console feature until the patch can be applied
  • Implement network-level controls to limit who can access the account console interface
  • Review and tighten role assignments to ensure users have only the minimum necessary permissions
  • Consider implementing additional authorization layers or reverse proxy rules to enforce access controls
bash
# Example: Restrict account console access via Keycloak realm configuration
# Navigate to Realm Settings > Security Defenses and review access policies
# Or implement reverse proxy rules to block account console for non-admin users

# Apache example to restrict account console access by IP
<Location "/auth/realms/*/account/*">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Location>

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechRedhat Keycloak

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-916
  • Technical References
  • Red Hat Bug Report #1875843
  • Vendor Resources
  • Red Hat CVE-2020-14389 Advisory
  • Related CVEs
  • CVE-2022-1245: Redhat Keycloak Privilege Escalation Flaw

  • CVE-2023-0091: Redhat Keycloak Auth Bypass Vulnerability

  • CVE-2023-0105: Redhat Keycloak Auth Bypass Vulnerability

  • CVE-2022-3782: Keycloak Path Traversal Vulnerability
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