Exclude docker/docker plugin and AuthZ vulns from govulncheck#4522
Closed
Exclude docker/docker plugin and AuthZ vulns from govulncheck#4522
Conversation
GO-2026-4883 (CVE-2026-33997, CVSS 6.8) and GO-2026-4887 (CVE-2026-34040, CVSS 8.8) affect Docker Engine's plugin privilege validation and AuthZ plugin middleware respectively. Neither is exploitable in ToolHive because we are a pure Docker API client: we never install or manage plugins, never run a Docker daemon, and never expose Docker API endpoints. Both are fixed in Docker Engine 29.3.1 but no patched release exists for the github.com/docker/docker v28.x module path we consume. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator
|
Has been fixed #4521 ... beat ya to it!!! |
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
Two new Docker Engine vulnerabilities (published 2026-04-02) are failing the govulncheck CI check across all PRs. Neither is exploitable in ToolHive because we are a pure Docker API client, but no patched release exists for the
github.com/docker/dockerv28.x module path we consume.docker plugin install. ToolHive never installs, enables, or manages Docker plugins -- zero plugin-related API calls exist in the codebase.Both are fixed in Docker Engine 29.3.1 /
moby/moby/v2 v2.0.0-beta.8, but thegithub.com/docker/dockermodule (all v28.x) has no patched release. Added to the govulncheck exclusion list with detailed justification comments.Type of change
Test plan
Verified the exclusion list format matches the existing pattern and that the govulncheck step's jq/grep pipeline will correctly filter these IDs.
Does this introduce a user-facing change?
No.
Generated with Claude Code