CVE-2026-28400 Details
Description
Docker Model Runner (DMR) is 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). By injecting the --log-file flag, an attacker with network access to the Model Runner API can write or overwrite arbitrary files accessible to the Model Runner process. When bundled with Docker Desktop (where Model Runner is enabled by default since version 4.46.0), it is reachable from any default container at model-runner.docker.internal without authentication. In this context, the file overwrite can target the Docker Desktop VM disk (`Docker.raw` ), resulting in the destruction of all containers, images, volumes, and build history. However, in specific configurations and with user interaction, it is possible to convert this vulnerability in a container escape. The issue is fixed in Docker Model Runner 1.0.16. Docker Desktop users should update to 4.61.0 or later, which includes the fixed Model Runner. A workaround is available. For Docker Desktop users, enabling Enhanced Container Isolation (ECI) blocks container access to Model Runner, preventing exploitation. However, if the Docker Model Runner is exposed to localhost over TCP in specific configurations, the vulnerability is still exploitable.
A vulnerability exists in Docker Model Runner (DMR) versions prior to 1.0.16, specifically within the POST '/engines/_configure' endpoint. This endpoint accepts arbitrary runtime flags without authentication, which are then passed directly to the underlying inference server, llama.cpp. By injecting the '--log-file' flag, an attacker with network access to the Model Runner API can write or overwrite files accessible to the Model Runner process. When used with Docker Desktop (where Model Runner is enabled by default since version 4.46.0), the vulnerability can be exploited from any default container via 'model-runner.docker.internal' without authentication. In this scenario, the injected flag can overwrite the Docker Desktop VM disk file 'Docker.raw', causing the loss of all containers, images, volumes, and build history. Additionally, under certain configurations and with user interaction, this vulnerability could lead to a container escape.
Users of Docker Model Runner should update to version 1.0.16 or later. For Docker Desktop users, the application should be updated to version 4.61.0 or later, which includes the patched version of Model Runner. As an additional step, Docker Desktop users can enable Enhanced Container Isolation (ECI) to block container access to Model Runner, further preventing exploitation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Feb 27, 2026CISA-ADP
Assessed Mar 3, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-749 | Exposed Dangerous Method or Function | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Docker Model Runner | All versions |
CPE
Remediation
| |
| Docker Desktop | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 27, 2026 | New CVE Received | [email protected] |
Volerion