Skip to content

Commit 46001a4

Browse files
Add security release notes for CVE-2026-5817 and CVE-2026-5843 (#25107)
## Summary Adds Security subsections to Docker Desktop 4.68.0 and 4.71.0 release notes and corresponding entries in the security announcements page for two Docker Model Runner container-to-host code execution issues that have already shipped fixes. - **CVE-2026-5817** — Docker Model Runner vllm-metal trust_remote_code RCE (fixed in DD 4.68.0, April 7) - **CVE-2026-5843** — Docker Model Runner MLX-LM model_file importlib RCE (fixed in DD 4.71.0, April 27) Mirrors the style of #24565 and #24207. Both fixed releases are already live, so this back-fills the Security sections required to reference from the corresponding CVE records. ## Test plan - [ ] Verify Security subsection renders under DD 4.71.0 with link to CVE-2026-5843 - [ ] Verify Security subsection renders under DD 4.68.0 with link to CVE-2026-5817 - [ ] Verify two new entries appear at top of security-announcements.md - [ ] Confirm CVE.org links resolve (currently will show RESERVED until CVE records are published) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9086b0a commit 46001a4

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

content/manuals/desktop/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
181181
- Fixed a bug where Kubernetes could fail to start on WSL 2 when `HTTP_PROXY` environment variables are set in WSL 2 itself.
182182
- Fixed a bug in Enhanced Container Isolation (ECI) that was causing loss of container `rootfs` persistence across Docker Desktop restarts, when using WSL.
183183

184+
### Security
185+
186+
- Addressed [CVE-2026-5843](https://www.cve.org/cverecord?id=CVE-2026-5843), container-to-host code execution in the Docker Model Runner MLX inference backend via MLX-LM `model_file` importlib loading.
187+
184188
## 4.70.0
185189

186190
{{< release-date date="2026-04-20" >}}
@@ -302,6 +306,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
302306
- Fixed a race condition where container ports would sometimes not be published correctly after container start, affecting ephemeral ports, `--publish-all`, and gateway IP bindings.
303307
- Fixed an issue where a failed WSL distro move could leave the distro unregistered.
304308

309+
### Security
310+
311+
- Addressed [CVE-2026-5817](https://www.cve.org/cverecord?id=CVE-2026-5817), container-to-host code execution in the Docker Model Runner vllm-metal inference backend via unsandboxed `trust_remote_code` tokenizer loading.
312+
305313
## 4.67.0
306314

307315
{{< release-date date="2026-03-30" >}}

content/manuals/security/security-announcements.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ toc_max: 2
1212

1313
[Subscribe to security RSS feed](/security/security-announcements/index.xml)
1414

15+
## Docker Desktop 4.71.0 security update: CVE-2026-5843
16+
17+
A vulnerability in Docker Desktop was fixed on April 27 in the [4.71.0](/manuals/desktop/release-notes.md#4710) release:
18+
19+
- Addressed [CVE-2026-5843](https://www.cve.org/cverecord?id=CVE-2026-5843), container-to-host code execution in the Docker Model Runner MLX inference backend.
20+
21+
## Docker Desktop 4.68.0 security update: CVE-2026-5817
22+
23+
A vulnerability in Docker Desktop was fixed on April 7 in the [4.68.0](/manuals/desktop/release-notes.md#4680) release:
24+
25+
- Addressed [CVE-2026-5817](https://www.cve.org/cverecord?id=CVE-2026-5817), container-to-host code execution in the Docker Model Runner vllm-metal inference backend.
26+
1527
## Docker Desktop 4.67.0 security update: CVE-2026-33990
1628

1729
A vulnerability in Docker Desktop was fixed on March 30 in the [4.67.0](/manuals/desktop/release-notes.md#4670) release:

0 commit comments

Comments
 (0)