A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-6222

CVE-2024-6222: Docker Desktop Privilege Escalation Flaw

CVE-2024-6222 is a privilege escalation vulnerability in Docker Desktop that allows attackers to escape from the VM to the host via IPC messages. This article covers the technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-6222 Overview

CVE-2024-6222 is a container escape vulnerability in Docker Desktop versions prior to v4.29.0. An attacker who has already achieved a container breakout and gained access to the Docker Desktop Virtual Machine can further escalate their access by exploiting weaknesses in the extensions and dashboard-related Inter-Process Communication (IPC) messaging system. This allows the attacker to escape from the VM to the host operating system, compromising the entire host machine.

This vulnerability affects Docker Desktop across multiple operating systems including macOS, Linux, and Windows with Hyper-V backend. The attack chain requires a multi-stage exploitation process, first breaking out of a container into the VM, then leveraging IPC message handling flaws to reach the host system.

Critical Impact

Successful exploitation enables complete host system compromise through container-to-VM-to-host escape chain via malicious IPC messages in Docker Desktop's extension framework.

Affected Products

  • Docker Desktop versions before v4.29.0
  • Apple macOS systems running vulnerable Docker Desktop versions
  • Linux systems running vulnerable Docker Desktop versions
  • Microsoft Windows systems (with Hyper-V backend) running vulnerable Docker Desktop versions

Discovery Timeline

  • 2024-07-09 - CVE-2024-6222 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-6222

Vulnerability Analysis

This vulnerability represents a Privilege Escalation and Authorization Bypass flaw in Docker Desktop's IPC communication architecture. The weakness is classified under CWE-923 (Improper Restriction of Communication Channel to Intended Endpoints), indicating that the IPC messaging system fails to properly validate and restrict communication between components.

Docker Desktop uses a layered security model where containers run within a dedicated Virtual Machine, which is intended to provide isolation from the host operating system. The extensions and dashboard functionality rely on IPC messages to communicate between the VM and the host. However, insufficient validation of these IPC messages allows an attacker with VM access to craft malicious messages that can be processed by the host-side components, effectively bypassing the VM boundary.

The exploitation path requires the attacker to first escape from a container into the Docker Desktop VM through a separate container breakout vulnerability. Once inside the VM, the attacker can leverage the IPC messaging weakness to send specially crafted messages that are interpreted by the host system, completing the escape chain.

Root Cause

The root cause is improper restriction of the IPC communication channel used by Docker Desktop's extension and dashboard features. The system fails to adequately authenticate and validate IPC messages originating from within the VM, allowing unauthorized commands to be passed to the host system.

The vulnerability is exacerbated by the default configuration that allowed extensions from sources outside the Docker Marketplace, increasing the attack surface for malicious extension-based attacks.

Attack Vector

The attack requires local access and follows a multi-stage exploitation chain:

  1. Initial Container Breakout: The attacker must first compromise a container and escape into the Docker Desktop VM through a separate vulnerability
  2. VM-to-Host Escape: From within the VM, the attacker crafts malicious IPC messages targeting the extensions or dashboard communication channels
  3. Host Compromise: The malicious IPC messages are processed by host-side components, allowing code execution or other privileged operations on the host system

The attack prerequisites include high privileges and requires user interaction, though the impact extends to complete compromise of confidentiality, integrity, and availability of both the VM and host systems.

Detection Methods for CVE-2024-6222

Indicators of Compromise

  • Unusual IPC message activity between Docker Desktop VM and host system
  • Unexpected extension installations or modifications outside Docker Marketplace
  • Anomalous processes spawned by Docker Desktop host components
  • Evidence of container breakout attempts preceding host-level compromise

Detection Strategies

  • Monitor Docker Desktop extension installations and verify all extensions are from the official Docker Marketplace
  • Implement host-based intrusion detection to identify suspicious processes originating from Docker Desktop components
  • Audit IPC communication patterns for anomalous message structures or unexpected endpoints
  • Deploy endpoint detection and response (EDR) solutions capable of detecting container escape behavior

Monitoring Recommendations

  • Enable Docker Desktop audit logging to capture extension-related activities
  • Configure security monitoring for Docker Desktop VM boundary transitions
  • Implement file integrity monitoring on Docker Desktop installation directories
  • Monitor for privilege escalation attempts following container runtime events

How to Mitigate CVE-2024-6222

Immediate Actions Required

  • Upgrade Docker Desktop to version v4.29.0 or later immediately on all macOS, Linux, and Windows (Hyper-V) systems
  • For enhanced protection, upgrade to version v4.31.0 which changes the default configuration to only allow Docker Marketplace extensions
  • Enable the "Allow only extensions distributed through the Docker Marketplace" setting if using versions between v4.29.0 and v4.31.0
  • Audit currently installed extensions and remove any untrusted or unnecessary extensions

Patch Information

Docker has released fixes addressing this vulnerability:

  • Docker Desktop v4.29.0: Fixes the IPC message handling vulnerability on macOS, Linux, and Windows with Hyper-V backend. See the Docker Desktop Release Notes v4.29.0 for details.

  • Docker Desktop v4.31.0: Additionally changes the default configuration to enable "Allow only extensions distributed through the Docker Marketplace" by default, reducing the attack surface.

Organizations should prioritize upgrading to at least v4.29.0, with v4.31.0 recommended for the additional default security hardening.

Workarounds

  • Enable "Allow only extensions distributed through the Docker Marketplace" in Docker Desktop settings to reduce attack surface
  • Remove all non-essential Docker extensions until patching is complete
  • Implement network segmentation to limit potential lateral movement from compromised containers
  • Apply the principle of least privilege to container workloads to reduce initial container breakout risk
bash
# Verify Docker Desktop version
docker version --format '{{.Client.Version}}'

# Check Docker Desktop settings (navigate to Settings > Extensions)
# Ensure "Allow only extensions distributed through the Docker Marketplace" is enabled

# List installed extensions
docker extension ls

# Remove untrusted extensions
docker extension rm <extension-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/TechDocker

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability2.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-923

  • NVD-CWE-noinfo
  • Technical References
  • Docker Release Notes #4290
  • Related CVEs
  • CVE-2026-6406: Docker Desktop Privilege Escalation Flaw

  • CVE-2025-15558: Docker CLI Privilege Escalation Vulnerability

  • CVE-2026-28400: Docker Model Runner Privilege Escalation

  • CVE-2026-2664: Docker Desktop Privilege Escalation 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