OCPBUGS-95572: CVE-2026-46597 openshift4/ose-hypershift-rhel9: golang… - #9264
OCPBUGS-95572: CVE-2026-46597 openshift4/ose-hypershift-rhel9: golang…#9264tonyxrmdavidson wants to merge 1 commit into
Conversation
….org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs [openshift-4.22] fix(deps): bump golang.org/x/crypto to v0.52.0 for CVE-2026-46597 Upgrades golang.org/x/crypto from v0.48.0 to v0.52.0 to remediate CVE-2026-46597 (GHSA-q4h4-gmj2-qvw2, CVSS 7.5 High), an integer underflow in the AES-GCM packet decoder in golang.org/x/crypto/ssh that allows a remote unauthenticated attacker to crash the process via a crafted SSH packet. The affected symbol ssh.Dial is directly called in cmd/infra/aws/proxyca.go via the `hypershift create infra aws` CLI command. Operator binaries are not affected. This also remediates 4 additional x/crypto/ssh vulnerabilities fixed in v0.52.0: GO-2026-5020, GO-2026-5019, GO-2026-5018, GO-2026-5017. Transitive golang.org/x/* dependencies (net, sys, sync, mod, term, text, tools) were updated to maintain compatibility. Verification: - make build: all 6 binaries built successfully (hypershift-operator, control-plane-operator, control-plane-pki-operator, karpenter-operator, hypershift, hcp) - make test: all 191 test packages passed, 0 failures Related: OCPBUGS-95572 Signed-off-by: tonyxrmdavidson <tonyxrmdavidson@yahoo.co.uk>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@tonyxrmdavidson: This pull request references Jira Issue OCPBUGS-95572, which is invalid:
Comment 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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Please specify an area label 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tonyxrmdavidson 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 |
|
@tonyxrmdavidson: all tests passed! 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-4.22 #9264 +/- ##
=============================================
Coverage 36.38% 36.38%
=============================================
Files 776 776
Lines 95183 95183
=============================================
Hits 34630 34630
Misses 57726 57726
Partials 2827 2827 🚀 New features to boost your workflow:
|
….org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs
[openshift-4.22]
fix(deps): bump golang.org/x/crypto to v0.52.0 for CVE-2026-46597
Upgrades golang.org/x/crypto from v0.48.0 to v0.52.0 to remediate
CVE-2026-46597 (GHSA-q4h4-gmj2-qvw2, CVSS 7.5 High), an integer
underflow in the AES-GCM packet decoder in golang.org/x/crypto/ssh
that allows a remote unauthenticated attacker to crash the process
via a crafted SSH packet.
The affected symbol ssh.Dial is directly called in
cmd/infra/aws/proxyca.go via the
hypershift create infra awsCLI command. Operator binaries are not affected.
This also remediates 4 additional x/crypto/ssh vulnerabilities
fixed in v0.52.0: GO-2026-5020, GO-2026-5019, GO-2026-5018,
GO-2026-5017.
Transitive golang.org/x/* dependencies (net, sys, sync, mod, term,
text, tools) were updated to maintain compatibility.
Verification: