Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2022-1708

CVE-2022-1708: Kubernetes CRI-O DOS Vulnerability

CVE-2022-1708 is a denial of service vulnerability in Kubernetes CRI-O that allows attackers with Kube API access to exhaust node memory or disk space. This article covers technical details, affected versions, and mitigations.

Published: February 17, 2026

CVE-2022-1708 Overview

A resource exhaustion vulnerability was discovered in CRI-O, the lightweight container runtime for Kubernetes. The vulnerability exists in the ExecSync request handling mechanism, where the runtime reads command output in an unbounded manner. When the ExecSync request executes commands within a container and captures the output, CRI-O reads the entire output file into memory without size restrictions. This allows an attacker with access to the Kubernetes API to generate excessively large command outputs that exhaust either the memory or disk space of the host node, resulting in a denial of service condition.

Critical Impact

Any user with access to the Kubernetes API can cause node-level denial of service by exhausting memory or disk space through crafted ExecSync requests, potentially disrupting all containerized workloads on affected nodes.

Affected Products

  • Kubernetes CRI-O (versions prior to patched releases including 1.24.0)
  • Red Hat OpenShift Container Platform 3.11, 4.0, 4.9, 4.10
  • Red Hat Enterprise Linux 7.0, 8.0, 9.0
  • Fedora 36

Discovery Timeline

  • 2022-06-07 - CVE-2022-1708 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-1708

Vulnerability Analysis

The vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption) and CWE-770 (Allocation of Resources Without Limits or Throttling). The core issue lies in how CRI-O handles the output from commands executed via the ExecSync request. The runtime reads the entire output file corresponding to the command execution without implementing any size limitations or streaming mechanisms. This architectural flaw means that a command producing large amounts of output (such as printing contents of large files or generating data in a loop) will cause CRI-O to allocate memory proportional to the output size.

The attack is particularly dangerous in multi-tenant Kubernetes environments where multiple users or services have API access. Since the resource exhaustion occurs at the node level rather than within the container, a successful attack can impact all workloads running on the affected node, not just the attacker's containers.

Root Cause

The root cause stems from unbounded file read operations in CRI-O's ExecSync implementation. When executing commands in containers and capturing output, the runtime reads the complete output file into memory in a single operation. The code lacked proper size constraints on the output data, allowing arbitrarily large files to be loaded into memory. This is a classic case of missing resource allocation limits in system software handling user-controlled input.

Attack Vector

The attack vector is network-based, requiring only authenticated access to the Kubernetes API. An attacker can exploit this vulnerability by:

  1. Creating or accessing a container within the Kubernetes cluster
  2. Issuing an ExecSync request through the Kubernetes API
  3. Executing a command that generates excessive output (e.g., reading from /dev/zero, creating large files, or running infinite output loops)
  4. The CRI-O runtime attempts to read all output, exhausting node resources

The attack requires no special privileges beyond standard Kubernetes API access and no user interaction, making it highly accessible to malicious actors within the cluster.

go
// Security patch introducing maxExecSyncSize limit
// From internal/oci/oci.go

	// killContainerTimeout is the timeout that we wait for the container to
	// be SIGKILLed.
	killContainerTimeout = 2 * time.Minute

	// maxExecSyncSize is the maximum size of exec sync output CRI-O will process.
	// It is set to the amount of logs allowed in the dockershim implementation:
	// https://github.com/kubernetes/kubernetes/pull/82514
	maxExecSyncSize = 16 * 1024 * 1024

Source: GitHub CRI-O Commit

Detection Methods for CVE-2022-1708

Indicators of Compromise

  • Unusual memory consumption spikes on Kubernetes nodes running CRI-O
  • Disk space exhaustion events correlating with container exec operations
  • Kubernetes API audit logs showing repeated or suspicious ExecSync requests
  • Node instability or OOM (Out of Memory) killer events affecting CRI-O processes

Detection Strategies

  • Monitor node-level resource metrics for sudden memory or disk consumption increases
  • Implement Kubernetes audit logging to track ExecSync API calls and identify anomalous patterns
  • Configure alerting on CRI-O process memory usage exceeding normal operational thresholds
  • Deploy runtime security monitoring to detect containers executing commands with large output generation

Monitoring Recommendations

  • Enable detailed Kubernetes API audit logging for exec operations
  • Set up node-level resource monitoring with alerting thresholds below critical limits
  • Monitor CRI-O daemon logs for errors related to memory allocation or file operations
  • Implement rate limiting on exec API calls at the admission controller level

How to Mitigate CVE-2022-1708

Immediate Actions Required

  • Update CRI-O to a patched version that implements the maxExecSyncSize limit
  • Apply Red Hat security updates for affected OpenShift Container Platform and Enterprise Linux versions
  • Review and restrict Kubernetes API access to reduce the attack surface
  • Implement resource quotas and limits at the namespace level to contain potential impact

Patch Information

The vulnerability has been addressed in CRI-O with commit f032cf649ecc7e0c46718bd9e7814bfb317cb544. The fix introduces a maxExecSyncSize constant set to 16 MB (16 * 1024 * 1024 bytes), aligning with the limit used in the dockershim implementation. This ensures that CRI-O will not read output exceeding this size limit, preventing resource exhaustion attacks.

For detailed information, see the GitHub Security Advisory GHSA-fcm2-6c3h-pg6j and the Red Hat Bug Report #2085361.

Workarounds

  • Implement strict RBAC policies to limit which users and service accounts can execute commands in containers
  • Deploy admission controllers to restrict or audit exec operations cluster-wide
  • Configure node resource limits and monitoring to detect and respond to resource exhaustion before complete node failure
  • Consider network policies to isolate sensitive workloads from potentially compromised nodes
bash
# Example: Verify CRI-O version after patching
crio --version

# Check if running a vulnerable version
# Ensure your version includes commit f032cf649ecc7e0c46718bd9e7814bfb317cb544

# Review RBAC permissions for exec operations
kubectl auth can-i create pods/exec --all-namespaces --list

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechKubernetes

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.59%

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

  • CWE-770
  • Technical References
  • Red Hat Bug Report #2085361

  • GitHub Security Advisory GHSA-fcm2-6c3h-pg6j
  • Vendor Resources
  • GitHub CRI-O Commit Details
  • Related CVEs
  • CVE-2025-0426: Kubernetes Kubelet DoS Vulnerability

  • CVE-2024-0793: Kube-Controller-Manager DoS Vulnerability

  • CVE-2026-39884: mcp-server-kubernetes RCE Vulnerability

  • CVE-2026-34940: KubeAI Command Injection 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