fix(deps): upgrade github.com/docker/cli to v29.2.0 for CVE fix#710
Merged
michaeljguarino merged 1 commit intomainfrom Mar 5, 2026
Merged
fix(deps): upgrade github.com/docker/cli to v29.2.0 for CVE fix#710michaeljguarino merged 1 commit intomainfrom
michaeljguarino merged 1 commit intomainfrom
Conversation
Upgrades github.com/docker/cli from v28.1.1+incompatible to v29.2.0+incompatible to address CVE: Docker CLI Plugins Uncontrolled Search Path Element vulnerability that leads to Local Privilege Escalation on Windows. This fix addresses the vulnerability in docker image ghcr.io/pluralsh/console:sha-0c07f81.
Contributor
Author
There was a problem hiding this comment.
This PR was generated by the claude (engine: claude) agent runtime. Here's some useful information you might want to know to evaluate
the ai's perfomance:
| Name | Details |
|---|---|
| 💬 Prompt | Security scanners have found the following vulnerability in our cluster:... |
| 🔗 Run history | View run history |
michaeljguarino
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github.com/docker/clifromv28.1.1+incompatibletov29.2.0+incompatibleghcr.io/pluralsh/console:sha-0c07f81Changes
go.modwith new docker/cli versiongo.sumwith corresponding checksumsTesting
Security Advisory
Docker CLI for Windows versions through 29.1.5 search 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 that are executed when a victim user opens Docker Desktop or invokes Docker CLI plugin features, potentially allowing privilege escalation if the docker CLI is executed as a privileged user.This issue does not impact non-Windows binaries and projects not using the plugin-manager code.