chore(deps): bump github.com/docker/docker to v28.5.2 [security]#567
Merged
tolzhabayev merged 1 commit intomainfrom May 8, 2026
Merged
chore(deps): bump github.com/docker/docker to v28.5.2 [security]#567tolzhabayev merged 1 commit intomainfrom
tolzhabayev merged 1 commit intomainfrom
Conversation
Narrows exposure for GHSA-x744-4wpc-v9h2 / CVE-2026-34040 (Moby AuthZ plugin bypass). v28.5.2 is the latest available on the legacy github.com/docker/docker module path; the full fix is on github.com/moby/moby/v2 >= 2.0.0-beta.8 which our transitive deps don't yet use. plugin-validator does not run a Docker daemon and only links docker/docker/api/types/* — the vulnerable code path is not in its execution surface.
xnyo
approved these changes
May 6, 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/dockerfrom v28.3.3 → v28.5.2 (latest available on the legacy module path).Notes on the alert
The advisory's first patched version (v29.3.1 /
moby/moby/v2 >= 2.0.0-beta.8) lives on a new module path that none of our transitive deps consume yet. v28.5.2 is the highest version available ongithub.com/docker/dockertoday, so this PR alone will not clear Dependabot alert #52.The vulnerable code path is not in this binary's execution surface:
plugin-validatordoes not importdocker/dockerdirectly (verified via grep).docker/docker/api/types/*(struct definitions) are linked viaosv-scanner→osv-scalibr→go-containerregistry.plugin-validatoris a CLI; it never runs a Docker daemon.After merge, the alert will be dismissed as "vulnerable code is not in execution path."
Test plan
go build ./...cleango mod tidyno-op after bumpgo test ./...— all packages pass except a pre-existingpkg/runnerfailure onmain(local env missingreact-detect, unrelated to this change)