[release-1.43] Bump golang.org/x/crypto to v0.53.0 for CVE-2026-39830#6929
Open
lsm5 wants to merge 1 commit into
Open
[release-1.43] Bump golang.org/x/crypto to v0.53.0 for CVE-2026-39830#6929lsm5 wants to merge 1 commit into
lsm5 wants to merge 1 commit into
Conversation
3eb0666 to
1c9c85b
Compare
Contributor
Author
|
@podman-container-tools/buildah-maintainers PTAL |
nalind
approved these changes
Jun 24, 2026
nalind
left a comment
Contributor
There was a problem hiding this comment.
Does what it says on the tin. It means we need Go 1.25 now, though.
Member
|
podman-container-tools/podman#28971 did bump to v0.53.0 so I guess we should follow the same here |
Contributor
|
@lsm5 we should go to crypto v0.53.0. I don't recall the CVE numbers, but one calls for at least 0.52, the other for 0.53. |
1c9c85b to
f500e43
Compare
Contributor
Author
CVE-2026-42508 doesn't actually affect buildah as |
|
Ephemeral COPR build failed. @containers/packit-build please check. |
Fixes CVE-2026-39830: SSH server deadlock vulnerability in golang.org/x/crypto/ssh where a malicious peer could send unsolicited global request responses to block the connection. Buildah uses golang.org/x/crypto/ssh in pkg/sshagent/ for SSH agent forwarding during container builds. CVE-2026-42508 doesn't actually affect buildah but let's update to v0.53.0 to be consistent with podman. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
f500e43 to
4c95ee1
Compare
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.
Fixes CVE-2026-39830: SSH server deadlock vulnerability in golang.org/x/crypto/ssh where a malicious peer could send unsolicited global request responses to block the connection.
Buildah uses golang.org/x/crypto/ssh in pkg/sshagent/ for SSH agent forwarding during container builds.
What type of PR is this?
/kind other
What this PR does / why we need it:
How to verify it
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?