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-2025-10657

CVE-2025-10657: Docker Desktop Privilege Escalation Flaw

CVE-2025-10657 is a privilege escalation vulnerability in Docker Desktop 4.46.0 affecting Enhanced Container Isolation users. It allows unrestricted Docker socket commands, bypassing restrictions. This article covers technical details, affected versions, impact, and mitigation.

Published: April 15, 2026

CVE-2025-10657 Overview

A privilege escalation vulnerability exists in Docker Desktop 4.46.0 when Enhanced Container Isolation (ECI) is enabled. Due to a software bug, the command restrictions feature designed to limit which commands a container with a Docker socket mount can issue is completely ignored. This allows any command to be executed on the Docker socket, effectively bypassing the security controls meant to restrict container privileges.

The vulnerability grants excessive privileges by permitting unrestricted access to powerful Docker commands, undermining the security guarantees of the ECI hardening feature. Organizations relying on ECI command restrictions to enforce least-privilege container access are particularly impacted.

Critical Impact

Administrators who configured command restrictions for containers with Docker socket mounts may have unrestricted command execution, allowing privilege escalation within the Docker environment.

Affected Products

  • Docker Desktop 4.46.0 with Enhanced Container Isolation (ECI) enabled
  • Containers explicitly allowed to mount the Docker socket
  • Systems using the Docker socket command restrictions feature

Discovery Timeline

  • 2025-09-26 - CVE CVE-2025-10657 published to NVD
  • 2025-09-29 - Last updated in NVD database

Technical Details for CVE-2025-10657

Vulnerability Analysis

This vulnerability is classified as CWE-269 (Improper Privilege Management). The issue resides in how Docker Desktop processes command restriction configurations when Enhanced Container Isolation is active.

When an administrator configures ECI to restrict specific Docker commands for containers with socket mounts, the restriction configuration is passed to ECI but is not properly applied. The software bug causes the configuration to be ignored entirely, resulting in all commands being permitted regardless of the intended restrictions.

The attack requires local access and elevated privileges (administrator), but once exploited, it provides full access to Docker commands that should have been restricted. This could allow an attacker who has already compromised a container to escalate privileges within the Docker environment.

Root Cause

The root cause is a software bug in Docker Desktop 4.46.0's Enhanced Container Isolation implementation. When command restriction configurations are passed to ECI, the system fails to parse or apply these restrictions correctly. The configuration is accepted without error, providing a false sense of security while the restrictions are not enforced.

This represents an improper privilege management issue where the access control mechanism fails silently, allowing unrestricted command execution when restrictions should be in place.

Attack Vector

The attack requires local access to the Docker environment. An attacker would need:

  1. Access to a container that has been explicitly allowed to mount the Docker socket by an administrator
  2. Docker Desktop 4.46.0 running with ECI enabled
  3. Command restrictions configured (which are being ignored due to the bug)

Once inside such a container, the attacker can issue any Docker command through the socket, bypassing all configured restrictions. This could include commands to create privileged containers, access host resources, or escape container isolation.

The vulnerability affects a specific configuration where administrators have explicitly allowed socket mounting while relying on command restrictions for security—the restrictions provide no protection in Docker Desktop 4.46.0.

Detection Methods for CVE-2025-10657

Indicators of Compromise

  • Unexpected Docker commands executed from containers that should have restricted socket access
  • Container activity logs showing commands that were supposed to be restricted by ECI configuration
  • Privilege escalation attempts originating from containers with Docker socket mounts
  • Creation of privileged containers from within restricted containers

Detection Strategies

  • Monitor Docker daemon logs for commands executed through socket connections from containers
  • Audit container configurations to identify those with Docker socket mounts
  • Review ECI command restriction configurations and compare against actual command execution logs
  • Implement container runtime security monitoring to detect anomalous Docker API calls

Monitoring Recommendations

  • Enable verbose logging for Docker daemon socket connections
  • Deploy runtime security agents capable of monitoring Docker API calls from within containers
  • Alert on Docker commands that should be restricted per ECI configuration
  • Regularly audit which containers have Docker socket mount permissions

How to Mitigate CVE-2025-10657

Immediate Actions Required

  • Update Docker Desktop to a version newer than 4.46.0 where this bug has been fixed
  • Temporarily revoke Docker socket mount permissions from containers until patching is complete
  • Audit containers with socket access to ensure no unauthorized commands have been executed
  • Review and strengthen network segmentation around Docker environments

Patch Information

Docker has released information regarding this vulnerability. Administrators should consult the Docker Desktop Release Notes for the latest patched version and upgrade instructions.

The fix ensures that command restriction configurations are properly applied when passed to Enhanced Container Isolation, restoring the intended access control behavior.

Workarounds

  • Remove Docker socket mount permissions from containers until the patch can be applied
  • If socket access is required, consider using Docker-in-Docker or alternative isolation approaches
  • Implement additional monitoring and alerting for Docker API calls from containers
  • Use network policies to restrict container access to Docker daemon endpoints
bash
# Verify Docker Desktop version and check for vulnerable configuration
docker version --format '{{.Client.Version}}'

# List containers with Docker socket mounts
docker ps --format '{{.Names}}' --filter volume=/var/run/docker.sock

# Review ECI configuration status
# Consult Docker Desktop settings to verify ECI and command restrictions

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 Score8.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-269
  • Technical References
  • Docker Desktop Release Notes
  • Related CVEs
  • CVE-2025-15558: Docker CLI Privilege Escalation Vulnerability

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

  • CVE-2026-2664: Docker Desktop Privilege Escalation Flaw

  • CVE-2025-14740: Docker Desktop Privilege Escalation Flaw
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