-
Notifications
You must be signed in to change notification settings - Fork 21
OCPBUGS-51818: Bump golang x/crypto to fix CVE-2025-22869 #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-4.16
Are you sure you want to change the base?
OCPBUGS-51818: Bump golang x/crypto to fix CVE-2025-22869 #109
Conversation
@aman4433: This pull request references Jira Issue OCPBUGS-51818, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Hi @aman4433. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -1,6 +1,8 @@ | |||
module sigs.k8s.io/cluster-api-provider-ibmcloud | |||
|
|||
go 1.20 | |||
go 1.23.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it required to update the go version to fix the CVE?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, running go mod tidy updated Go from version 1.20 to 1.23.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately we can't do this
There have been lengthy discussions on this internally in the org.
See: https://redhat-internal.slack.com/archives/CE4UC6AVB/p1741170208238289
/hold |
@damdo How should we deal with this CVE fix? |
A flaw was found in
golang.org/x/crypto
.SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.
To address this issue, we have upgraded the library to version v0.35.0, which includes a fix for the vulnerability.
Affected Library:
golang.org/x/crypto
Current Version:
v0.19.0
Fixed Version:
v0.35.0