The MLX inference backend in Docker Model Runner on macOS uses the MLX-LM library, which unconditionally imports and executes arbitrary Python files from model directories via the model_file configuration field in config.json. When a model's config.json specifies a model_file pointing to a Python file, MLX-LM uses importlib to load and execute it with no trust_remote_code gate or equivalent safety check. The MLX backend runs without sandboxing, resulting in arbitrary code execution on the Docker host as the Docker Desktop user.
Any container on the Docker network can trigger this by calling the model-runner.docker.internal API to pull a malicious model from an attacker-controlled OCI registry and request inference.
References
| Link | Resource |
|---|---|
| https://docs.docker.com/desktop/release-notes/#4710 | Release Notes |
Configurations
Configuration 1 (hide)
| AND |
|
History
01 Jun 2026, 18:07
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:docker:docker_desktop:*:*:*:*:*:*:*:* cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:* |
|
| First Time |
Docker
Apple Docker docker Desktop Apple macos |
|
| References | () https://docs.docker.com/desktop/release-notes/#4710 - Release Notes |
22 May 2026, 20:44
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-22 20:16
Updated : 2026-06-01 18:07
NVD link : CVE-2026-5843
Mitre link : CVE-2026-5843
CVE.ORG link : CVE-2026-5843
JSON object : View
Products Affected
docker
- docker_desktop
apple
- macos
CWE
CWE-829
Inclusion of Functionality from Untrusted Control Sphere
