Back to search

Docker, Inc.

Docker (CLI)

See the latest tracked release, confirm when it was published, and subscribe for update emails.

Current version
Last checked: 2026-09-04

29.8.0

Release date
September 03, 2026
Security status
Current version appears affected by 1 high-severity CVE.

Source

GitHub API

Public release notes are linked for the latest stored release.

Release history

See the latest published releases stored for this product.

Version Published Notes
29.8.0 2026-09-03 Release Notes
29.7.2 2026-08-05 Release Notes
29.7.1 2026-07-31 Release Notes
29.7.0 2026-07-30 Release Notes
29.6.2 2026-07-16 Release Notes
29.6.1 2026-06-26 Release Notes
29.6.0 2026-06-18 Release Notes
29.5.3 2026-06-03 Release Notes
29.5.2 2026-05-20 Release Notes
29.5.1 2026-05-18 Release Notes
29.5.0 2026-05-14 Release Notes
29.4.2 2026-05-01 Release Notes
29.4.1 2026-04-20 Release Notes
29.4.3 2026-04-20 Release Notes
29.4.0 2026-04-07 Release Notes
29.3.1 2026-03-25 Release Notes

Vulnerability tracking

versionPing monitors CVEs for this product. Matching CVEs are listed below. We only display CVEs with a CVSS score of 7.0 or higher that were published within the last 90 days.

Affected status is inferred from published affected version ranges where available. Always verify against the vendor advisory before making production decisions.

CVE Severity Published Status Summary
CVE-2026-17106 HIGH (7.1) 2026-08-18 Current versionnot affected

The tar extraction routines in moby/go-archive (Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers) do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the filesystem operation on a path that is resolved by the OS, so links introduced by the archive can be followed out of the destination directory. An attacker who controls the contents of an archive can create or overwrite files at arbitrary paths writable by the extracting process.

Affected versions
  • From (including) 0 - Up to (excluding) 29.7.0
CVE-2025-15558 HIGH (7.0) 2026-03-04 Current versionaffected

Docker CLI for Windows searches for plugin binaries in C:\ProgramData\Docker\cli-plugins, a directory that does not exist by default. A low-privileged attacker can create this directory and place malicious CLI plugin binaries (docker-compose.exe, docker-buildx.exe, etc.) that are executed when a victim user opens Docker Desktop or invokes Docker CLI plugin features, and allow privilege-escalation if the docker CLI is executed as a privileged user. This issue affects Docker CLI: through 29.1.5 and Windows binaries acting as a CLI-plugin manager using the github.com/docker/cli/cli-plugins/manager https://pkg.go.dev/github.com/docker/cli@v29.1.5+incompatible/cli-plugins/manager  package, such as Docker Compose. This issue does not impact non-Windows binaries, and projects not using the plugin-manager code.

Affected versions
  • All versions