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
    • 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-2022-0811

CVE-2022-0811: Kubernetes CRI-O RCE Vulnerability

CVE-2022-0811 is a remote code execution flaw in Kubernetes CRI-O that enables container escape and arbitrary code execution as root. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 17, 2026

CVE-2022-0811 Overview

CVE-2022-0811 is a critical container escape vulnerability discovered in CRI-O, the lightweight container runtime for Kubernetes. The flaw exists in the way CRI-O sets kernel options for a pod, allowing attackers with pod deployment rights to escape container isolation and execute arbitrary code as root on the underlying cluster node.

This vulnerability, also known as "cr8escape," represents a significant threat to Kubernetes environments using CRI-O as their container runtime. Any user with permissions to deploy pods can exploit this flaw to break out of container boundaries, potentially compromising the entire cluster infrastructure.

Critical Impact

Container escape vulnerability enabling arbitrary code execution as root on Kubernetes cluster nodes, potentially leading to full cluster compromise.

Affected Products

  • Kubernetes CRI-O versions 1.19 and later
  • CRI-O deployments in Kubernetes clusters
  • Red Hat OpenShift Container Platform (using CRI-O runtime)

Discovery Timeline

  • 2022-03-16 - CVE-2022-0811 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0811

Vulnerability Analysis

CVE-2022-0811 stems from improper handling of kernel sysctl parameters within the CRI-O container runtime. The vulnerability allows attackers to manipulate kernel options through pod specifications, bypassing container security boundaries that are fundamental to Kubernetes isolation.

The flaw enables attackers who have the ability to deploy pods to inject malicious sysctl parameters that are not properly validated or sanitized by CRI-O. This improper validation creates a pathway to escape the container sandbox and gain root-level access to the host node.

The vulnerability is classified under CWE-94 (Improper Control of Generation of Code), indicating that the core issue involves insufficient input validation that allows attacker-controlled data to influence code execution paths.

Root Cause

The root cause of CVE-2022-0811 lies in CRI-O's handling of the pinns utility, which is responsible for setting up namespaces and applying kernel options for containers. The runtime fails to properly sanitize kernel parameters specified in pod configurations, allowing attackers to inject arbitrary sysctl values.

When a pod is created with crafted kernel options, CRI-O passes these values directly to the underlying system without adequate validation. This allows attackers to modify kernel parameters that should be restricted, ultimately breaking container isolation.

Attack Vector

The attack is network-accessible and requires only low privileges—specifically, the ability to create pods within a Kubernetes cluster. An attacker can craft a malicious pod specification containing specially crafted annotations that exploit the sysctl handling flaw.

By specifying carefully constructed kernel parameters in the pod specification, an attacker can escape the container sandbox and execute commands with root privileges on the host system. This provides full control over the cluster node where the malicious pod is deployed.

The vulnerability mechanism involves manipulating kernel options through pod annotations. Technical details and exploitation mechanics are documented in the GitHub CRI-O Security Advisory and the Red Hat Bug Report #2059475.

Detection Methods for CVE-2022-0811

Indicators of Compromise

  • Unusual sysctl parameter modifications originating from container processes
  • Pod specifications containing suspicious or unexpected annotations targeting kernel parameters
  • Evidence of processes running with elevated privileges that originated from container workloads
  • Unexpected network connections or file system access from container nodes

Detection Strategies

  • Monitor Kubernetes audit logs for pod creation events with unusual sysctl or annotation configurations
  • Implement runtime security monitoring to detect container escape attempts and privilege escalation
  • Use admission controllers to validate and restrict kernel parameter modifications in pod specifications
  • Deploy behavioral analysis tools to identify anomalous process execution patterns on cluster nodes

Monitoring Recommendations

  • Enable comprehensive audit logging for all Kubernetes API server operations
  • Monitor CRI-O runtime logs for errors or warnings related to sysctl handling
  • Implement network segmentation monitoring to detect lateral movement from compromised nodes
  • Configure alerts for unexpected root-level process spawning on cluster nodes

How to Mitigate CVE-2022-0811

Immediate Actions Required

  • Upgrade CRI-O to a patched version immediately (versions with the fix applied)
  • Review and restrict pod deployment permissions using Kubernetes RBAC
  • Implement Pod Security Policies or Pod Security Standards to limit sysctl modifications
  • Audit existing pods for suspicious annotations or kernel parameter configurations

Patch Information

Patches are available for CVE-2022-0811 through updated CRI-O releases. Organizations should consult the GitHub CRI-O Security Advisory for specific patched versions and upgrade paths.

Red Hat has also issued guidance for affected OpenShift Container Platform deployments. Review the Red Hat Bug Report #2059475 for distribution-specific remediation steps.

Workarounds

  • Implement strict Pod Security Policies to disallow unsafe sysctl parameters
  • Use admission controllers like OPA Gatekeeper to validate pod specifications before deployment
  • Restrict the ability to create or modify pods to trusted users and service accounts only
  • Consider using alternative container runtimes while patching is in progress
bash
# Example: Restrict sysctl parameters using PodSecurityPolicy
# Ensure only safe sysctls are allowed in pod specifications
kubectl apply -f - <<EOF
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
  name: restricted-sysctl
spec:
  allowedUnsafeSysctls: []
  forbiddenSysctls:
    - "*"
EOF

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechKubernetes

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability21.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • Red Hat Bug Report #2059475

  • GitHub CRI-O Security Advisory
  • Related CVEs
  • CVE-2026-34940: KubeAI Command Injection RCE Vulnerability

  • CVE-2025-1974: Kubernetes ingress-nginx Controller RCE Flaw

  • CVE-2023-5044: Kubernetes Ingress-nginx RCE Vulnerability

  • CVE-2023-5043: Kubernetes Ingress-nginx RCE 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