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-2023-1260

CVE-2023-1260: Kubernetes Kube-apiserver Auth Bypass Flaw

CVE-2023-1260 is an authentication bypass flaw in Kubernetes Kube-apiserver that allows attackers with elevated permissions to evade SCC admission restrictions and gain control of privileged pods. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-1260 Overview

An authentication bypass vulnerability was discovered in Kubernetes kube-apiserver that could allow authenticated attackers to evade Security Context Constraints (SCC) admission restrictions. This issue affects users who have been granted permissions to "update" or "patch" the pods/ephemeralcontainers subresource beyond the default configuration. By exploiting this flaw, an attacker could create a new pod or patch an existing pod they have access to, potentially gaining control of a privileged pod and bypassing intended security boundaries.

Critical Impact

Authenticated attackers with specific pod permissions can bypass SCC admission restrictions, potentially escalating to privileged container access and compromising the Kubernetes cluster security posture.

Affected Products

  • Kubernetes kube-apiserver (all vulnerable versions)
  • Red Hat OpenShift Container Platform 4.10
  • Red Hat OpenShift Container Platform 4.11
  • Red Hat OpenShift Container Platform 4.12
  • Red Hat OpenShift Container Platform 4.13

Discovery Timeline

  • September 24, 2023 - CVE-2023-1260 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-1260

Vulnerability Analysis

This authorization bypass vulnerability affects the Kubernetes kube-apiserver component, specifically in how it handles permissions for the pods/ephemeralcontainers subresource. Ephemeral containers are a Kubernetes feature designed for debugging purposes, allowing administrators to add temporary containers to running pods for troubleshooting.

The vulnerability arises when users are granted overly permissive access to update or patch ephemeral containers. Under normal circumstances, Kubernetes Security Context Constraints (SCC) or Pod Security Policies should prevent unauthorized privilege escalation. However, this flaw allows authenticated attackers to bypass these admission controls when manipulating ephemeral containers.

The attack requires the adversary to already have authenticated access to the Kubernetes cluster with specific permissions on the pods/ephemeralcontainers subresource. While this limits the attack surface to authenticated users with elevated permissions, successful exploitation can lead to complete compromise of the affected pod's security context, potentially allowing container escape or access to sensitive cluster resources.

Root Cause

The root cause lies in improper enforcement of Security Context Constraints (SCC) admission restrictions when processing requests to create or modify ephemeral containers. The kube-apiserver fails to properly validate that ephemeral container specifications comply with the same security constraints applied to regular containers within the pod. This allows an attacker to inject an ephemeral container with elevated privileges that would normally be denied by admission controllers.

Attack Vector

The attack is executed over the network by an authenticated user who has been granted update or patch permissions on the pods/ephemeralcontainers subresource. The attacker can leverage these permissions to:

  1. Identify a target pod they have access to modify
  2. Craft a malicious ephemeral container specification with elevated privileges
  3. Patch the target pod to add the ephemeral container, bypassing SCC validation
  4. Execute commands within the privileged ephemeral container

The attacker can also create a new pod with malicious ephemeral container specifications if they have pod creation permissions. This allows evasion of the intended security restrictions that would normally prevent such privileged access.

Detection Methods for CVE-2023-1260

Indicators of Compromise

  • Unusual ephemeral container creation or modification events in Kubernetes audit logs
  • Ephemeral containers running with elevated privileges or security contexts that violate cluster policies
  • Unexpected PATCH or UPDATE requests to the pods/ephemeralcontainers subresource
  • Users or service accounts accessing pods outside their normal operational scope

Detection Strategies

  • Enable and monitor Kubernetes audit logging for all requests to the pods/ephemeralcontainers subresource
  • Implement admission controller policies to detect and alert on ephemeral containers with suspicious security contexts
  • Use SentinelOne Singularity Cloud Workload Protection to monitor for anomalous container behavior and privilege escalation attempts
  • Deploy policy enforcement tools such as OPA Gatekeeper or Kyverno to validate ephemeral container specifications

Monitoring Recommendations

  • Continuously audit RBAC configurations to identify users with excessive permissions on pods/ephemeralcontainers
  • Set up alerts for ephemeral container creation events, particularly those with privileged security contexts
  • Monitor for pods running with elevated capabilities or host namespace access that were not expected
  • Review Kubernetes API server logs for patterns indicating reconnaissance or exploitation attempts

How to Mitigate CVE-2023-1260

Immediate Actions Required

  • Review and restrict RBAC permissions for the pods/ephemeralcontainers subresource to only trusted administrators
  • Apply the latest security patches from Red Hat OpenShift or Kubernetes upstream releases
  • Audit existing ephemeral containers in your cluster for unauthorized privilege escalation
  • Implement network policies to limit pod-to-pod communication where appropriate

Patch Information

Multiple vendors have released security patches addressing this vulnerability. Red Hat has published several security advisories with patched versions for OpenShift Container Platform:

  • Red Hat Security Advisory RHSA-2023:3976
  • Red Hat Security Advisory RHSA-2023:4093
  • Red Hat Security Advisory RHSA-2023:4312
  • Red Hat Security Advisory RHSA-2023:4898
  • Red Hat Security Advisory RHSA-2023:5008

For detailed CVE information, refer to the Red Hat CVE-2023-1260 Description and the GitHub Security Advisory GHSA-92hx-3mh6-hc49.

Workarounds

  • Remove or restrict update and patch permissions on the pods/ephemeralcontainers subresource for non-administrative users
  • Implement strict Pod Security Standards (PSS) or Pod Security Policies to limit container privileges
  • Use admission controllers to enforce security constraints on all container types including ephemeral containers
  • Consider disabling ephemeral containers feature if not required in your environment
bash
# Example: Audit RBAC permissions for ephemeralcontainers subresource
kubectl get clusterrolebindings -o json | jq '.items[] | select(.roleRef.kind=="ClusterRole") | select(.subjects != null) | {name: .metadata.name, subjects: .subjects}'

# Review ClusterRoles with ephemeralcontainers permissions
kubectl get clusterroles -o json | jq '.items[] | select(.rules != null) | select(.rules[].resources != null) | select(.rules[].resources[] | contains("ephemeralcontainers")) | {name: .metadata.name, rules: .rules}'

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKubernetes

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-288

  • NVD-CWE-Other
  • Technical References
  • Red Hat Security Advisory RHSA-2023:3976

  • Red Hat Security Advisory RHSA-2023:4093

  • Red Hat Security Advisory RHSA-2023:4312

  • Red Hat Security Advisory RHSA-2023:4898

  • Red Hat Security Advisory RHSA-2023:5008

  • Red Hat CVE-2023-1260 Description

  • Red Hat Bug Report #2176267

  • GitHub Security Advisory GHSA-92hx-3mh6-hc49

  • NetApp Security Advisory NTAP-20231020-0010
  • Related CVEs
  • CVE-2023-2728: Kubernetes Auth Bypass Vulnerability

  • CVE-2024-3177: Kubernetes Auth Bypass Vulnerability

  • CVE-2023-1944: Kubernetes Minikube Auth Bypass Vulnerability

  • CVE-2022-3294: Kubernetes Auth Bypass 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