๐Ÿ” CVE Alert

CVE-2026-28400

HIGH 7.6

Docker Model Runner Unauthenticated Runtime Flag Injection via _configure Endpoint

CVSS Score
7.6
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-749
Vendor docker
Product model-runner
Ecosystems
Industries
Technology
Published Feb 27, 2026
Last Updated Mar 3, 2026
Stay Ahead of the Next One

Get instant alerts for docker model-runner

Be the first to know when new high vulnerabilities affecting docker model-runner are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
High
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

docker / model-runner
< 1.0.16

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/docker/model-runner/security/advisories/GHSA-m456-c56c-hh5c zerodayinitiative.com: https://www.zerodayinitiative.com/advisories/ZDI-CAN-28379