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
    • 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-4740

CVE-2026-4740: Red Hat ACM Privilege Escalation Flaw

CVE-2026-4740 is a privilege escalation vulnerability in Red Hat Advanced Cluster Management for Kubernetes that allows attackers to gain control over managed clusters. This article covers technical details, impact, and mitigations.

Updated: May 14, 2026

CVE-2026-4740 Overview

CVE-2026-4740 is an improper certificate validation flaw [CWE-295] in Open Cluster Management (OCM), the upstream project for Red Hat Advanced Cluster Management for Kubernetes (ACM). The OCM controller fails to properly validate Kubernetes client certificate renewal requests. A managed cluster administrator can forge a client certificate that the controller will approve. The forged certificate enables cross-cluster privilege escalation, allowing an attacker to pivot from one managed cluster to other managed clusters and ultimately the hub cluster.

Critical Impact

An authenticated administrator of a single managed cluster can escape isolation boundaries and gain control over the hub cluster and every other managed cluster in the fleet.

Affected Products

  • Red Hat Advanced Cluster Management for Kubernetes
  • Open Cluster Management (OCM) upstream project
  • Multi-cluster Kubernetes deployments using OCM hub-spoke architecture

Discovery Timeline

  • 2026-04-07 - CVE-2026-4740 published to the National Vulnerability Database
  • 2026-04-28 - Last updated in NVD database

Technical Details for CVE-2026-4740

Vulnerability Analysis

Open Cluster Management uses a hub-spoke architecture. The hub cluster manages many spoke clusters through a registration agent that authenticates using mutual TLS. Each managed cluster receives a client certificate signed by the hub. The hub periodically renews these certificates through Kubernetes CertificateSigningRequest (CSR) resources approved by the OCM registration controller.

The vulnerability stems from insufficient validation logic in the certificate renewal approval path. The controller does not properly verify the binding between the renewal request and the original certificate subject. A managed cluster administrator can craft a CSR that requests a certificate with a subject or group claim belonging to a different managed cluster or the hub itself. The controller approves and signs the request, producing a valid client certificate that the hub trusts.

With the forged certificate, the attacker authenticates to the hub API as a privileged identity. From the hub, the attacker can issue work manifests to any other managed cluster, effectively achieving full cross-cluster control.

Root Cause

The root cause is improper certificate validation [CWE-295] in the OCM registration controller. The renewal handler trusts subject and group fields supplied in the incoming CSR instead of constraining them to those of the originally issued certificate. The flaw allows identity claims to be set by the requester rather than enforced by the signing authority.

Attack Vector

Exploitation requires local high-privilege access on a managed cluster. The attacker must already hold administrator rights on at least one spoke cluster. No user interaction is required, but the scope is changed because the impact crosses the trust boundary into the hub and sibling clusters. Confidentiality, integrity, and availability are all fully impacted across the multi-cluster control plane.

The vulnerability manifests in the OCM CSR approval flow. See the Arfevrier blog post on the cross-cluster escape for technical details on the exploitation path.

Detection Methods for CVE-2026-4740

Indicators of Compromise

  • CSR objects on the hub cluster whose spec.username or requested subject does not match the requesting managed cluster identity.
  • Approved certificates with Common Names or Organization fields referencing managed clusters other than the requester.
  • Unexpected ManifestWork resources created on managed clusters that were not initiated by legitimate hub operators.
  • Audit log entries showing API access to the hub kube-apiserver from client certificates immediately after CSR approval events.

Detection Strategies

  • Audit all CertificateSigningRequest objects on the hub and correlate the requester identity against the requested certificate subject.
  • Compare currently active client certificates issued by the OCM controller against the expected mapping of clusters to identities.
  • Alert on any newly approved CSR where the requested groups include system:masters or hub-cluster identity groups.

Monitoring Recommendations

  • Enable Kubernetes audit logging at the Metadata level or above for certificates.k8s.io resources on the hub cluster.
  • Forward hub kube-apiserver audit logs to a centralized analytics platform for cross-cluster correlation.
  • Monitor RBAC binding changes and ManifestWork creation on all managed clusters for anomalies.

How to Mitigate CVE-2026-4740

Immediate Actions Required

  • Apply the Red Hat ACM security update referenced in the Red Hat CVE-2026-4740 Advisory as soon as it is available for your channel.
  • Review and rotate all OCM-issued client certificates after patching to invalidate any forged credentials.
  • Audit hub cluster RBAC and remove any unrecognized service accounts, roles, or bindings created during the exposure window.

Patch Information

Red Hat has published advisory information for CVE-2026-4740. Refer to the Red Hat CVE-2026-4740 Advisory and Red Hat Bugzilla Report #2450590 for fixed component versions and update procedures specific to your ACM release stream. Upstream OCM users should track the project's release notes for the corresponding patched registration controller.

Workarounds

  • Restrict administrative access on managed clusters to a minimal set of trusted operators until patches are deployed.
  • Disable automated CSR approval on the hub and require manual review of all OCM renewal requests during the exposure window.
  • Apply network policies that limit which identities can reach the hub kube-apiserver from managed clusters.
  • Enforce additional admission controllers on the hub to validate the subject and group fields of CSRs against the requester identity.
bash
# Inspect pending and recently approved CSRs on the hub
kubectl get csr -o json | \
  jq '.items[] | {name: .metadata.name, requester: .spec.username, groups: .spec.groups, usages: .spec.usages}'

# Revoke or delete suspicious approved CSRs
kubectl delete csr <suspicious-csr-name>

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

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-295
  • Technical References
  • Arfevrier Blog Post on Escape
  • Vendor Resources
  • Red Hat CVE-2026-4740 Advisory

  • Red Hat Bugzilla Report #2450590
  • Related CVEs
  • CVE-2022-3787: Red Hat Device-mapper-multipath Escalation

  • CVE-2023-3972: Insights-client Privilege Escalation Flaw

  • CVE-2026-5164: Redhat Virtio-win DOS Vulnerability

  • CVE-2025-13601: Redhat Codeready Buffer Overflow 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