Bump github.com/moby/moby/client from v0.4.1 to v0.5.0#2039
Merged
openshift-merge-bot[bot] merged 1 commit intoJul 23, 2026
Merged
Conversation
Addresses CVE-2026-42306: race condition in docker cp mount setup that can allow host file overwrites. v0.5.0 corresponds to Docker Engine 29.5.x (API v1.55.0) which includes the fix. Signed-off-by: Todd Short <tshort@redhat.com>
tmshort
force-pushed
the
bump-moby-moby-client
branch
from
July 23, 2026 16:04
14e59ed to
81785a2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2039 +/- ##
=======================================
Coverage 58.81% 58.81%
=======================================
Files 141 141
Lines 13434 13434
=======================================
Hits 7901 7901
Misses 4323 4323
Partials 1210 1210 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
grokspawn
approved these changes
Jul 23, 2026
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grokspawn The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
openshift-merge-bot
Bot
merged commit Jul 23, 2026
837bc5d
into
operator-framework:master
13 checks passed
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/moby/moby/clientfromv0.4.1tov0.5.0github.com/moby/moby/apifromv1.54.2tov1.55.0Motivation
Addresses CVE-2026-42306: a race condition in
docker cpmount setup in the Moby container framework that can allow a malicious container to redirect a bind mount target to an arbitrary host path, potentially overwriting host files or causing denial of service. The fix is present in Docker Engine 29.5.1 / Moby API v1.55.0, which corresponds tomoby/moby/client v0.5.0.Fixes: https://redhat.atlassian.net/browse/OCPBUGS-96752
Test plan
pkg/versionsutility is used from this module🤖 Generated with Claude Code