[WIP] Fix authorization bypass vulnerability in github.com/docker/docker#44705
Draft
[WIP] Fix authorization bypass vulnerability in github.com/docker/docker#44705
Conversation
fleet-release
previously approved these changes
May 4, 2026
CVE-2026-34040 is a high severity authorization bypass vulnerability in Docker/Moby affecting versions prior to v29.3.1. However, this vulnerability does not affect Fleet's production code. Analysis: - The github.com/docker/docker dependency is ONLY used in test/upgrade/fleet_test.go - This test file is used for integration testing with Docker Compose - Test code is not included in any production binaries (fleet server, fleetctl CLI, orbit agent) - The vulnerable AuthZ plugin bypass cannot be exploited through Fleet's test infrastructure Resolution: - Created VEX document (security/vex/fleet/CVE-2026-34040.vex.json) documenting Fleet as "not_affected" with justification "vulnerable_code_not_in_execute_path" - Updated security/status.md via `make vex-report` to reflect this assessment - Updated go.mod dependencies with `go mod tidy` The docker/docker dependency remains at v28.5.2+incompatible as upgrading to v29.3.1 would require migrating to the new moby/moby/v2 module structure, which is a significant change for test-only code that poses no production risk. Agent-Logs-Url: https://github.com/fleetdm/fleet/sessions/e7ac247d-41b2-4570-899c-b73a66ec4659 Co-authored-by: lukeheath <2495927+lukeheath@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #44705 +/- ##
==========================================
- Coverage 66.68% 66.68% -0.01%
==========================================
Files 2651 2651
Lines 213531 213573 +42
Branches 9650 9650
==========================================
+ Hits 142395 142421 +26
- Misses 58172 58185 +13
- Partials 12964 12967 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.