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-2026-28400

CVE-2026-28400: Docker Model Runner Privilege Escalation

CVE-2026-28400 is a privilege escalation vulnerability in Docker Model Runner that allows unauthenticated attackers to write arbitrary files, potentially leading to container escape. This article covers affected versions, mitigation steps, and security recommendations.

Published: March 6, 2026

CVE-2026-28400 Overview

A critical arbitrary file write vulnerability exists in Docker Model Runner (DMR), software used to manage, run, and deploy AI models using Docker. Versions prior to 1.0.16 expose a POST /engines/_configure endpoint that accepts arbitrary runtime flags without authentication. These flags are passed directly to the underlying inference server (llama.cpp), enabling attackers to inject malicious flags such as --log-file to write or overwrite arbitrary files accessible to the Model Runner process.

Critical Impact

When bundled with Docker Desktop (where Model Runner is enabled by default since version 4.46.0), attackers can target the Docker Desktop VM disk (Docker.raw), resulting in destruction of all containers, images, volumes, and build history. In specific configurations with user interaction, this vulnerability can be leveraged for container escape.

Affected Products

  • Docker Model Runner versions prior to 1.0.16
  • Docker Desktop versions 4.46.0 through 4.60.x (Model Runner enabled by default)
  • Docker Desktop configurations exposing Model Runner API to localhost over TCP

Discovery Timeline

  • 2026-02-27 - CVE CVE-2026-28400 published to NVD
  • 2026-03-02 - Last updated in NVD database

Technical Details for CVE-2026-28400

Vulnerability Analysis

This vulnerability stems from CWE-749: Exposed Dangerous Method or Function. The Docker Model Runner exposes an API endpoint (/engines/_configure) that allows arbitrary runtime flag injection without any authentication mechanism. The core issue is that user-supplied input is passed directly to the underlying llama.cpp inference server without proper validation or sanitization.

When Docker Model Runner is bundled with Docker Desktop, it becomes reachable from any default container at model-runner.docker.internal without authentication requirements. This accessibility significantly expands the attack surface, allowing any process running within a container to potentially exploit this vulnerability.

The most severe impact involves targeting the Docker Desktop VM disk file (Docker.raw). Successful exploitation can result in complete destruction of the Docker environment, including all containers, images, volumes, and build history. Additionally, under specific configurations and with user interaction, this vulnerability can be escalated to achieve container escape.

Root Cause

The root cause is improper exposure of dangerous functionality (CWE-749) combined with missing authentication on a sensitive API endpoint. The /engines/_configure endpoint was designed to accept runtime configuration flags but lacks input validation, allowing injection of arbitrary flags like --log-file that control file system operations. The absence of authentication means any network-accessible client can invoke this dangerous functionality.

Attack Vector

The attack requires local access to the network where Docker Model Runner is accessible. An attacker with access to a container running in Docker Desktop can reach the Model Runner API at model-runner.docker.internal. By crafting a malicious POST request to the /engines/_configure endpoint with an injected --log-file flag pointing to a critical system file, the attacker can overwrite arbitrary files within the Model Runner process's access scope.

The attack complexity is considered high due to the requirement for specific configurations or user interaction for the most severe impacts such as container escape. However, the denial of service impact through file destruction is more readily achievable.

Detection Methods for CVE-2026-28400

Indicators of Compromise

  • Unexpected POST requests to /engines/_configure endpoint containing --log-file or other unusual runtime flags
  • Modifications to critical Docker files such as Docker.raw or other system files
  • Anomalous file write operations originating from the Model Runner process
  • Network connections to model-runner.docker.internal from untrusted containers

Detection Strategies

  • Monitor API access logs for the Docker Model Runner service for requests to /engines/_configure endpoint
  • Implement file integrity monitoring on critical Docker Desktop files including Docker.raw
  • Deploy network monitoring to detect unauthorized access attempts to Model Runner endpoints from containers
  • Use behavioral analysis to identify unusual file write patterns from the Model Runner process

Monitoring Recommendations

  • Enable verbose logging on Docker Model Runner API endpoints to capture all configuration requests
  • Configure alerts for any modification attempts to Docker Desktop VM disk files
  • Implement container network policies to restrict access to model-runner.docker.internal where not required
  • Review container egress traffic for unexpected connections to internal Docker services

How to Mitigate CVE-2026-28400

Immediate Actions Required

  • Update Docker Model Runner to version 1.0.16 or later immediately
  • Update Docker Desktop to version 4.61.0 or later, which includes the fixed Model Runner
  • Enable Enhanced Container Isolation (ECI) in Docker Desktop to block container access to Model Runner
  • Audit container deployments for any that may have been compromised prior to patching

Patch Information

The vulnerability is fixed in Docker Model Runner version 1.0.16. Docker Desktop users should update to version 4.61.0 or later, which bundles the patched Model Runner component. For detailed patch information, refer to the GitHub Security Advisory and Zero Day Initiative Advisory.

Workarounds

  • Enable Enhanced Container Isolation (ECI) in Docker Desktop settings to prevent container access to Model Runner
  • If ECI cannot be enabled, disable Model Runner in Docker Desktop until patching is possible
  • Restrict network access to the Model Runner API by implementing firewall rules
  • Avoid exposing Docker Model Runner to localhost over TCP in configurations where this is optional
bash
# Enable Enhanced Container Isolation (ECI) via Docker Desktop settings
# Navigate to: Docker Desktop > Settings > General > Enhanced Container Isolation
# Or use the CLI to verify ECI status:
docker info --format '{{.SecurityOptions}}'

# Alternatively, disable Model Runner if not required:
# Docker Desktop > Settings > Features in Development > Model Runner > Disable

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

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-749
  • Technical References
  • GitHub Security Advisory

  • Zero Day Initiative Advisory
  • Related CVEs
  • CVE-2025-15558: Docker CLI Privilege Escalation Vulnerability

  • 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