OCPBUGS-93597: Bump golang.org/x/crypto to v0.52.0 - #410
Conversation
Fixes CVE-2026-39835: Denial of Service via crafted SSH certificate in golang.org/x/crypto/ssh. SSH servers using CertChecker without setting IsUserAuthority or IsHostAuthority could panic. Related: OCPBUGS-93618 Related: OCPBUGS-93597 Co-authored-by: Cursor <cursoragent@cursor.com>
|
@aroyoredhat: This pull request references Jira Issue OCPBUGS-93618, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. This pull request references Jira Issue OCPBUGS-93597, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (ocp-sustaining-admins@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
WalkthroughThe indirect ChangesCrypto dependency update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aroyoredhat The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/jira refresh |
|
@aroyoredhat: This pull request references Jira Issue OCPBUGS-93597, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (ocp-sustaining-admins@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
@aroyoredhat: This pull request references Jira Issue OCPBUGS-93597, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (ocp-sustaining-admins@redhat.com), skipping review request. DetailsIn 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. |
|
@aroyoredhat: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/cc @openshift/cloud-provider-openstack-approvers |
|
/verified by ci |
|
@aroyoredhat: This PR has been marked as verified by DetailsIn 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. |
|
@aroyoredhat: GitHub didn't allow me to request PR reviews from the following users: openshift/cloud-provider-openstack-approvers. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn 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 kubernetes-sigs/prow repository. |
|
@gryf Can you approve this? |
Summary
golang.org/x/cryptofrom v0.51.0 to v0.52.0golang.org/x/crypto/sshCertCheckerwithout settingIsUserAuthorityorIsHostAuthoritycould panic when a client presents a certificateImpact Analysis
Both affected components (Cinder CSI driver and Manila CSI driver) were analyzed and classified as LOW RISK — the vulnerable
CertCheckerfunctions are not called by either component. This update is for compliance.Changes
Test plan
govulncheck ./...no longer reports GO-2026-5015Made with Cursor
Summary by CodeRabbit