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-2021-25749

CVE-2021-25749: Kubernetes Privilege Escalation Flaw

CVE-2021-25749 is a privilege escalation vulnerability in Kubernetes that allows Windows workloads to run as ContainerAdministrator despite runAsNonRoot settings. This post covers technical details, affected versions, and mitigations.

Published: February 25, 2026

CVE-2021-25749 Overview

CVE-2021-25749 is a privilege escalation vulnerability in Kubernetes that allows Windows workloads to run as ContainerAdministrator even when those workloads explicitly set the runAsNonRoot option to true. This security control bypass undermines a fundamental container security mechanism designed to prevent containers from running with elevated privileges.

Critical Impact

Attackers can bypass the runAsNonRoot security constraint on Windows containers, potentially gaining ContainerAdministrator privileges to compromise containerized workloads and the underlying Kubernetes infrastructure.

Affected Products

  • Kubernetes (all affected versions on Windows nodes)
  • Kubernetes clusters with Windows worker nodes
  • Windows-based container workloads relying on runAsNonRoot security controls

Discovery Timeline

  • 2023-05-24 - CVE CVE-2021-25749 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-25749

Vulnerability Analysis

This vulnerability represents an Improper Access Control issue (CWE-284) in Kubernetes' handling of Windows container security contexts. The core problem lies in how Kubernetes validates and enforces the runAsNonRoot security policy for Windows workloads.

When administrators configure a Pod or container with runAsNonRoot: true in the security context, Kubernetes should prevent the container from running as the root user (or ContainerAdministrator on Windows). However, due to this vulnerability, Windows containers can bypass this restriction and execute with ContainerAdministrator privileges regardless of the security configuration.

The local attack vector requires an attacker to have some level of access to deploy or modify workloads within the Kubernetes cluster. Once exploited, the vulnerability enables high impacts to confidentiality, integrity, and availability of the affected systems.

Root Cause

The root cause stems from inadequate validation of the security context constraints for Windows containers in Kubernetes. The platform fails to properly enforce the runAsNonRoot directive when processing Windows workload specifications, allowing containers to escalate their privileges to ContainerAdministrator despite explicit security policies prohibiting such behavior.

This represents a fundamental disconnect between the intended security model and its actual implementation on Windows nodes, where the kubelet or container runtime does not correctly translate or enforce the non-root requirement.

Attack Vector

An attacker with the ability to deploy pods to a Kubernetes cluster with Windows worker nodes can exploit this vulnerability through the following approach:

  1. Create a pod specification that sets runAsNonRoot: true in the security context
  2. Target the pod for scheduling on a Windows node
  3. The container unexpectedly runs with ContainerAdministrator privileges
  4. Leverage the elevated privileges to access sensitive resources, modify container configurations, or attack other containers on the same node

The vulnerability requires local access to the cluster (the ability to create or modify pod specifications), making it particularly dangerous in multi-tenant environments where users should be isolated from administrative capabilities.

Detection Methods for CVE-2021-25749

Indicators of Compromise

  • Windows containers running with ContainerAdministrator privileges despite having runAsNonRoot: true configured
  • Unexpected administrative actions originating from containers that should be running with limited privileges
  • Audit logs showing privilege escalation events within Windows container workloads
  • Container processes executing with elevated user context on Windows nodes

Detection Strategies

  • Implement Kubernetes audit logging to monitor pod creation events with runAsNonRoot configurations on Windows nodes
  • Deploy admission controllers to validate that Windows containers are actually running as expected non-root users
  • Use runtime security tools to detect privilege level mismatches between pod specifications and actual container execution context
  • Monitor container runtime logs on Windows nodes for unexpected user context assignments

Monitoring Recommendations

  • Enable verbose Kubernetes API audit logging for all pod creation and modification events
  • Implement real-time monitoring of container security contexts on Windows worker nodes
  • Configure alerts for any containers running as ContainerAdministrator that have runAsNonRoot specified
  • Regularly audit pod specifications across the cluster to verify security context configurations match actual runtime behavior

How to Mitigate CVE-2021-25749

Immediate Actions Required

  • Review all Windows workloads currently relying on runAsNonRoot for security enforcement
  • Upgrade Kubernetes to a patched version that properly enforces security context constraints on Windows
  • Implement additional admission controllers such as Pod Security Admission or OPA Gatekeeper to provide defense-in-depth
  • Consider isolating Windows workloads to dedicated node pools with enhanced monitoring until patches are applied

Patch Information

Administrators should upgrade their Kubernetes clusters to patched versions that address this security context bypass vulnerability. Refer to the Kubernetes Security Announcement for specific version information and upgrade guidance.

Ensure all cluster components including the API server, kubelet, and container runtime on Windows nodes are updated to maintain consistent security enforcement.

Workarounds

  • Use Pod Security Standards with the "restricted" profile enforced at the namespace level as an additional layer of defense
  • Deploy OPA Gatekeeper or Kyverno policies to explicitly validate Windows container user contexts
  • Consider using Windows-specific security features like gMSA (Group Managed Service Accounts) to enforce identity constraints
  • Limit which users and service accounts can deploy workloads to Windows nodes through RBAC restrictions
bash
# Example: Apply Pod Security Standards to namespace
kubectl label namespace windows-workloads \
  pod-security.kubernetes.io/enforce=restricted \
  pod-security.kubernetes.io/enforce-version=latest \
  pod-security.kubernetes.io/warn=restricted \
  pod-security.kubernetes.io/audit=restricted

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechKubernetes

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.04%

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

  • NVD-CWE-noinfo
  • Technical References
  • Kubernetes Security Announcement
  • Related CVEs
  • CVE-2024-9486: Kubernetes Image Builder Privilege Escalation

  • CVE-2025-7342: Kubernetes Image Builder Privilege Escalation

  • CVE-2025-5187: Kubernetes Privilege Escalation Vulnerability

  • CVE-2023-3893: Kubernetes CSI Proxy Privilege Escalation
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