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-15558

CVE-2025-15558: Docker CLI Privilege Escalation Vulnerability

CVE-2025-15558 is a privilege escalation vulnerability in Docker CLI for Windows that allows low-privileged attackers to execute malicious plugin binaries. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2025-15558 Overview

CVE-2025-15558 is a privilege escalation vulnerability affecting Docker CLI for Windows that stems from an insecure plugin binary search path. The Docker CLI searches for plugin binaries in C:\ProgramData\Docker\cli-plugins, a directory that does not exist by default on Windows systems. This design flaw allows a low-privileged attacker to create this directory and place malicious CLI plugin binaries (such as docker-compose.exe or docker-buildx.exe) that execute when a victim user opens Docker Desktop or invokes Docker CLI plugin features.

Critical Impact

Low-privileged attackers can achieve privilege escalation by planting malicious plugin binaries that execute when higher-privileged users interact with Docker CLI.

Affected Products

  • Docker CLI through version 29.1.5 (Windows)
  • Windows binaries using the github.com/docker/cli/cli-plugins/manager package
  • Docker Compose and other CLI plugin managers on Windows

Discovery Timeline

  • 2026-03-04 - CVE CVE-2025-15558 published to NVD
  • 2026-03-04 - Last updated in NVD database

Technical Details for CVE-2025-15558

Vulnerability Analysis

This vulnerability is classified as CWE-427 (Uncontrolled Search Path Element), a class of vulnerabilities where an application searches for executable files in directories that may be writable by untrusted users. In this case, the Docker CLI for Windows implements a plugin discovery mechanism that searches for binaries in C:\ProgramData\Docker\cli-plugins. Because this directory does not exist by default and the C:\ProgramData directory typically allows unprivileged users to create subdirectories, an attacker with local access can create the expected path structure and populate it with malicious executables.

When a privileged user (such as an administrator) subsequently launches Docker Desktop or executes Docker CLI commands that invoke plugins, the malicious binaries are executed with the privileges of that user, resulting in privilege escalation. This is particularly dangerous in enterprise environments where administrators routinely use Docker CLI tools.

Root Cause

The root cause is the Docker CLI's reliance on a predictable, user-writable directory path for plugin discovery. The cli-plugins/manager package in the Docker CLI source code does not validate the ownership or permissions of the plugin directory before executing discovered binaries. Combined with Windows default permissions on C:\ProgramData, this creates a privilege escalation vector.

Attack Vector

The attack requires local access to the target Windows system. An attacker with low privileges performs the following steps:

  1. Creates the directory C:\ProgramData\Docker\cli-plugins (which does not exist by default)
  2. Places a malicious executable with a name matching expected Docker plugins (e.g., docker-compose.exe, docker-buildx.exe)
  3. Waits for a higher-privileged user to invoke Docker CLI functionality

When the victim user launches Docker Desktop or runs a Docker CLI command that triggers plugin discovery, the malicious binary executes with the victim's privileges. If the victim is an administrator, the attacker achieves privilege escalation.

Detection Methods for CVE-2025-15558

Indicators of Compromise

  • Presence of the C:\ProgramData\Docker\cli-plugins directory on systems where it was not intentionally created
  • Executable files in the cli-plugins directory that are not signed by Docker, Inc.
  • Unexpected process execution originating from C:\ProgramData\Docker\cli-plugins
  • File creation or modification events in C:\ProgramData\Docker\ by non-administrative users

Detection Strategies

  • Monitor file system activity for directory creation under C:\ProgramData\Docker\ by low-privileged users
  • Implement code signing verification for all executables launched by Docker CLI
  • Use endpoint detection and response (EDR) solutions to detect unsigned or suspiciously signed binaries executing from plugin directories
  • Configure Windows auditing to log object access events for the C:\ProgramData\Docker\ path

Monitoring Recommendations

  • Enable SentinelOne Deep Visibility to track process execution chains originating from Docker CLI
  • Create custom detection rules for binary execution from C:\ProgramData\Docker\cli-plugins
  • Monitor for process hollowing or injection techniques following plugin binary execution
  • Review Docker-related process trees for unexpected child processes

How to Mitigate CVE-2025-15558

Immediate Actions Required

  • Verify and remove any unauthorized C:\ProgramData\Docker\cli-plugins directories from Windows systems
  • Update Docker CLI and Docker Desktop to the latest patched versions
  • Restrict permissions on C:\ProgramData\Docker\ to prevent directory creation by unprivileged users
  • Audit existing plugin directories for unsigned or suspicious executables

Patch Information

Docker has addressed this vulnerability in releases following version 29.1.5. Users should update to the latest version of Docker CLI and Docker Desktop. Refer to the Docker Desktop Release Notes for the latest patched versions. The fix can be tracked in the GitHub Docker CLI Pull Request. Additional details are available in the Zero Day Initiative Advisory ZDI-CAN-28304.

Workarounds

  • Pre-create the C:\ProgramData\Docker\cli-plugins directory with restrictive ACLs that prevent write access by non-administrators
  • Use application whitelisting solutions to block execution of unsigned binaries from the plugin directory
  • Implement Group Policy to restrict directory creation under C:\ProgramData\Docker\
  • Consider running Docker CLI operations in isolated user contexts to limit the impact of potential exploitation
bash
# PowerShell: Create directory with restricted permissions
New-Item -Path "C:\ProgramData\Docker\cli-plugins" -ItemType Directory -Force
$acl = Get-Acl "C:\ProgramData\Docker\cli-plugins"
$acl.SetAccessRuleProtection($true, $false)
$adminRule = New-Object System.Security.AccessControl.FileSystemAccessRule("BUILTIN\Administrators","FullControl","ContainerInherit,ObjectInherit","None","Allow")
$acl.AddAccessRule($adminRule)
Set-Acl "C:\ProgramData\Docker\cli-plugins" $acl

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

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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:N/R:U/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • Docker Desktop Release Notes

  • GitHub Docker CLI Pull Request

  • Zero Day Initiative Advisory ZDI-CAN-28304
  • Related CVEs
  • CVE-2026-28400: Docker Model Runner Privilege Escalation

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

  • CVE-2025-14740: Docker Desktop Privilege Escalation Flaw

  • CVE-2025-9164: Docker Desktop DLL Hijacking 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