CVE-2026-28400: CWE-749: Exposed Dangerous Method or Function in docker model-runner
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.
AI Analysis
Technical Summary
Docker Model Runner (DMR) is a component used to manage and deploy AI models within Docker environments. Versions before 1.0.16 contain a critical vulnerability (CVE-2026-28400) due to an exposed POST /engines/_configure endpoint that accepts arbitrary runtime flags without requiring authentication. These flags are forwarded directly to the underlying inference server (llama.cpp), enabling an attacker with network access to inject flags such as --log-file. This injection allows arbitrary file write or overwrite operations within the file system accessible to the Model Runner process. When Docker Model Runner is integrated with Docker Desktop (enabled by default since version 4.46.0), the vulnerable endpoint is accessible from any default container via the internal DNS name model-runner.docker.internal without authentication, significantly broadening the attack surface. Exploiting this can lead to overwriting the Docker Desktop VM disk file (Docker.raw), effectively destroying all containers, images, volumes, and build history, causing severe data loss and service disruption. Furthermore, in specific configurations combined with user interaction, this vulnerability can be escalated to a container escape, allowing attackers to break out of container isolation. The vulnerability has a CVSS v3.1 score of 7.6 (high severity), reflecting its impact on confidentiality, integrity, and availability, as well as the complexity of exploitation requiring local network access and some user interaction. The issue was addressed in Docker Model Runner 1.0.16 and Docker Desktop 4.61.0. As a mitigation, enabling Enhanced Container Isolation (ECI) prevents containers from accessing Model Runner, blocking exploitation. However, if Model Runner is exposed over localhost TCP in certain configurations, the vulnerability remains exploitable. No known active exploits have been reported to date.
Potential Impact
The vulnerability allows attackers with network access to the Docker Model Runner API to write or overwrite arbitrary files, potentially leading to complete destruction of Docker Desktop VM storage and all associated containers, images, volumes, and build history. This results in significant data loss and operational downtime. Additionally, under specific conditions, the flaw can be leveraged for container escape, compromising container isolation and potentially allowing attackers to execute code on the host system. This undermines the confidentiality, integrity, and availability of affected systems. Organizations relying on Docker Desktop with AI model deployments using Model Runner are at risk of severe disruption, data loss, and potential lateral movement within their infrastructure. The requirement for network access and some user interaction limits remote exploitation but does not eliminate risk, especially in multi-tenant or developer environments where containers and Docker Desktop are widely used.
Mitigation Recommendations
1. Upgrade Docker Model Runner to version 1.0.16 or later and Docker Desktop to version 4.61.0 or later to obtain the official patch. 2. Enable Enhanced Container Isolation (ECI) in Docker Desktop to block container access to the Model Runner service, preventing exploitation from containers. 3. Audit and restrict network access to the Model Runner API, ensuring it is not exposed over TCP on localhost or any network interfaces accessible to untrusted users or containers. 4. Implement strict firewall rules and network segmentation to limit access to Docker Desktop management interfaces and internal services. 5. Monitor Docker Desktop and Model Runner logs for unusual POST requests to /engines/_configure or unexpected runtime flag injections. 6. Educate users and administrators about the risks of running untrusted containers and the importance of applying updates promptly. 7. Consider disabling or restricting the use of Model Runner if AI model deployment is not required in the environment. 8. Regularly back up Docker Desktop VM data and container images to enable recovery in case of destructive attacks.
Affected Countries
United States, Germany, Japan, United Kingdom, Canada, France, Australia, Netherlands, South Korea, Singapore
CVE-2026-28400: CWE-749: Exposed Dangerous Method or Function in docker model-runner
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.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
Docker Model Runner (DMR) is a component used to manage and deploy AI models within Docker environments. Versions before 1.0.16 contain a critical vulnerability (CVE-2026-28400) due to an exposed POST /engines/_configure endpoint that accepts arbitrary runtime flags without requiring authentication. These flags are forwarded directly to the underlying inference server (llama.cpp), enabling an attacker with network access to inject flags such as --log-file. This injection allows arbitrary file write or overwrite operations within the file system accessible to the Model Runner process. When Docker Model Runner is integrated with Docker Desktop (enabled by default since version 4.46.0), the vulnerable endpoint is accessible from any default container via the internal DNS name model-runner.docker.internal without authentication, significantly broadening the attack surface. Exploiting this can lead to overwriting the Docker Desktop VM disk file (Docker.raw), effectively destroying all containers, images, volumes, and build history, causing severe data loss and service disruption. Furthermore, in specific configurations combined with user interaction, this vulnerability can be escalated to a container escape, allowing attackers to break out of container isolation. The vulnerability has a CVSS v3.1 score of 7.6 (high severity), reflecting its impact on confidentiality, integrity, and availability, as well as the complexity of exploitation requiring local network access and some user interaction. The issue was addressed in Docker Model Runner 1.0.16 and Docker Desktop 4.61.0. As a mitigation, enabling Enhanced Container Isolation (ECI) prevents containers from accessing Model Runner, blocking exploitation. However, if Model Runner is exposed over localhost TCP in certain configurations, the vulnerability remains exploitable. No known active exploits have been reported to date.
Potential Impact
The vulnerability allows attackers with network access to the Docker Model Runner API to write or overwrite arbitrary files, potentially leading to complete destruction of Docker Desktop VM storage and all associated containers, images, volumes, and build history. This results in significant data loss and operational downtime. Additionally, under specific conditions, the flaw can be leveraged for container escape, compromising container isolation and potentially allowing attackers to execute code on the host system. This undermines the confidentiality, integrity, and availability of affected systems. Organizations relying on Docker Desktop with AI model deployments using Model Runner are at risk of severe disruption, data loss, and potential lateral movement within their infrastructure. The requirement for network access and some user interaction limits remote exploitation but does not eliminate risk, especially in multi-tenant or developer environments where containers and Docker Desktop are widely used.
Mitigation Recommendations
1. Upgrade Docker Model Runner to version 1.0.16 or later and Docker Desktop to version 4.61.0 or later to obtain the official patch. 2. Enable Enhanced Container Isolation (ECI) in Docker Desktop to block container access to the Model Runner service, preventing exploitation from containers. 3. Audit and restrict network access to the Model Runner API, ensuring it is not exposed over TCP on localhost or any network interfaces accessible to untrusted users or containers. 4. Implement strict firewall rules and network segmentation to limit access to Docker Desktop management interfaces and internal services. 5. Monitor Docker Desktop and Model Runner logs for unusual POST requests to /engines/_configure or unexpected runtime flag injections. 6. Educate users and administrators about the risks of running untrusted containers and the importance of applying updates promptly. 7. Consider disabling or restricting the use of Model Runner if AI model deployment is not required in the environment. 8. Regularly back up Docker Desktop VM data and container images to enable recovery in case of destructive attacks.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-27T15:33:57.288Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69a20bf332ffcdb8a2748332
Added to database: 2/27/2026, 9:26:11 PM
Last enriched: 3/7/2026, 9:12:49 PM
Last updated: 4/14/2026, 10:38:45 AM
Views: 394
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.