[release-4.19] OCPBUGS-82814,OCPBUGS-82786: Address CVE-2026-35469#2680
[release-4.19] OCPBUGS-82814,OCPBUGS-82786: Address CVE-2026-35469#2680rissh wants to merge 1 commit into
Conversation
|
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: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
@rissh: the contents of this pull request could be automatically validated. The following commits are valid:
Comment |
|
/retest |
|
@rissh: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jubittajohn, rissh 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 |
|
@jubittajohn: This pull request references Jira Issue OCPBUGS-82814, which is valid. The bug has been moved to the POST state. 7 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. |
|
/retitle [release-4.19] OCPBUGS-82814,OCPBUGS-82786: Address CVE-2026-35469 |
|
@rissh: This pull request references Jira Issue OCPBUGS-82814, which is valid. 7 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. This pull request references Jira Issue OCPBUGS-82786, 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. |
|
skipping dependent bug check since this is already fixed in 4.20 branch: ref: https://github.com/openshift/kubernetes/blob/release-4.20/go.mod#L190 /label jira/skip-dependent-bug-check |
|
@rissh: This pull request references Jira Issue OCPBUGS-82814, which is valid. 4 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. This pull request references Jira Issue OCPBUGS-82786, which is valid. The bug has been moved to the POST state. 4 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. |
Summary
Bump
github.com/moby/spdystreamfrom v0.5.0 to v0.5.1 onrelease-4.19to address CVE-2026-35469 (SPDY frame parsing DoS).Upstream fix: kubernetes/kubernetes#138358
Advisory: GHSA-pc3f-x583-g7j2
Problem
github.com/moby/spdystream≤ v0.5.0 does not validate attacker-controlled counts/lengths in SPDY/3 control frames before allocation. A remote peer that can send SPDY frames can trigger memory exhaustion (OOM) via crafted SETTINGS/header frames.Kubernetes uses spdystream via
k8s.io/apimachinery/pkg/util/httpstream/spdyfor kubelet streaming (exec/attach/portforward) and kube-apiserver→kubelet SPDY proxy paths.Solution
Vendor bump to v0.5.1, which adds bounds checks on SETTINGS entry count, header count, and header field sizes.
Changes
go.mod/go.sum:github.com/moby/spdystream v0.5.1vendor/github.com/moby/spdystream/: updated to v0.5.1 (includes newspdy/options.go, LICENSE/PATENTS)go.mod/go.sumfiles updated viahack/update-vendor.shVerification
go.modpinsgithub.com/moby/spdystream v0.5.1numSettingsvalidation invendor/github.com/moby/spdystream/spdy/read.go)hack/pin-dependency.sh+hack/update-vendor.shrun inrhel-9-golang-1.23-openshift-4.19builder