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-2024-9779

CVE-2024-9779: Open Cluster Management Privilege Escalation

CVE-2024-9779 is a privilege escalation vulnerability in Open Cluster Management (OCM) allowing attackers with worker node access to obtain cluster-manager tokens and control the entire cluster. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2024-9779 Overview

CVE-2024-9779 is a privilege escalation vulnerability in Open Cluster Management (OCM) that allows an attacker with access to worker nodes hosting the cluster-manager or klusterlet deployments to compromise the entire Kubernetes cluster. The cluster-manager deployment uses a service account bound to a ClusterRole with permission to create Pod resources. An attacker controlling a node where these pods run can steal the cluster-manager token and then mount any other service account to escalate privileges across the cluster. The vulnerability is tracked under [CWE-266: Incorrect Privilege Assignment].

Critical Impact

An attacker with control of a worker node running OCM control-plane components can steal service account tokens and gain full cluster administrative control.

Affected Products

  • Open Cluster Management (OCM) cluster-manager component
  • Open Cluster Management (OCM) klusterlet component
  • Red Hat Advanced Cluster Management (ACM) deployments incorporating affected OCM versions

Discovery Timeline

  • 2024-12-17 - CVE-2024-9779 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-9779

Vulnerability Analysis

The flaw arises from an overly permissive ClusterRole bound to the cluster-manager service account. This ClusterRole grants the ability to create Pod resources cluster-wide. In Kubernetes, the ability to create pods is functionally equivalent to cluster administration because a created pod can mount any service account token, including those of highly privileged accounts.

The klusterlet agent operates with comparable privileges on managed clusters. When either deployment schedules a pod onto an attacker-controlled worker node, the attacker can read the projected service account token from the node's filesystem or container runtime. Once the cluster-manager token is captured, the attacker uses it to create new pods that mount arbitrary service account tokens, including cluster-admin accounts.

Root Cause

The root cause is incorrect privilege assignment in the OCM RBAC configuration. The cluster-manager ClusterRole includes the pods/create verb without restrictive scoping or admission control to prevent privilege escalation through pod creation. Combined with the standard Kubernetes behavior of mounting service account tokens into pods, this creates a token-theft pathway from any compromised node hosting the controller.

Attack Vector

Exploitation requires the attacker to first gain control over a worker node that hosts the cluster-manager or klusterlet pod. From that node, the attacker extracts the service account token mounted into the controller pod. The attacker then authenticates to the Kubernetes API using the stolen token and issues a request to create a new pod configured to mount a high-privilege service account such as one bound to cluster-admin. The newly created pod yields a token that grants full cluster control. Technical details are documented in the Red Hat CVE-2024-9779 Advisory and the OCM GitHub Pull Request #325.

Detection Methods for CVE-2024-9779

Indicators of Compromise

  • Unexpected Pod creation events in the Kubernetes audit log originating from the cluster-manager or klusterlet service account, especially pods that mount service accounts unrelated to OCM operations.
  • API server authentication events using the cluster-manager service account token from source IPs or user agents that differ from the legitimate controller pod.
  • New pods specifying serviceAccountName values associated with cluster-admin or other high-privilege roles in unexpected namespaces.

Detection Strategies

  • Enable and centralize Kubernetes API audit logging to capture all Pod create requests and the originating service account identity.
  • Compare runtime behavior of cluster-manager and klusterlet pods against baseline activity, alerting on token use from outside the controller pod network namespace.
  • Deploy admission controllers such as OPA Gatekeeper or Kyverno to flag or block pod specifications referencing privileged service accounts.

Monitoring Recommendations

  • Continuously monitor RBAC bindings that grant pods/create cluster-wide and alert on additions to ClusterRoles with broad pod creation scope.
  • Track service account token mounts via projected volumes and correlate with the requesting pod identity using runtime visibility tools.
  • Forward Kubernetes audit logs and node-level telemetry to a centralized analytics platform for cross-correlation of node compromise indicators with API server abuse.

How to Mitigate CVE-2024-9779

Immediate Actions Required

  • Upgrade Open Cluster Management to the patched release referenced in GitHub Release v0.13.0 or later that incorporates the fix from Pull Request #325.
  • Audit nodes that host the cluster-manager and klusterlet deployments and restrict node access to trusted administrators only.
  • Rotate service account tokens and signing keys for the cluster-manager service account if node compromise is suspected.

Patch Information

The upstream fix is delivered through the Open Cluster Management project. Refer to GitHub Pull Request #325 for the code change and GitHub Release v0.13.0 for the corresponding release artifacts. Red Hat customers should follow the guidance in the Red Hat CVE-2024-9779 Advisory and the associated Red Hat Bug Report #2317916.

Workarounds

  • Apply node taints and tolerations so that cluster-manager and klusterlet pods only schedule on hardened, dedicated control-plane nodes.
  • Use Kubernetes admission policies to deny pods that request service accounts outside an allow-list when created by the cluster-manager identity.
  • Remove or scope down the pods/create permission from the cluster-manager ClusterRole where operationally feasible, granting only the specific resources required.
bash
# Example: restrict cluster-manager and klusterlet pods to dedicated nodes
kubectl taint nodes <control-node> ocm-control=true:NoSchedule
kubectl label nodes <control-node> node-role.kubernetes.io/ocm-control=true

# Verify current cluster-manager ClusterRole permissions
kubectl get clusterrole cluster-manager -o yaml

# Review recent pod creations performed by the cluster-manager service account
kubectl get events --all-namespaces \
  --field-selector reason=SuccessfulCreate \
  -o wide

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOpen Cluster Management

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-266
  • Technical References
  • Red Hat CVE-2024-9779 Advisory

  • Red Hat Bug Report #2317916

  • GitHub Pull Request #325

  • GitHub Release v0.13.0

  • GitHub Issue #361
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
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