OCPBUGS-102222:[release-4.12] Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame - #218
Conversation
…use upstream fix (x/net v0.53.0) requires go 1.25.0
|
@Pranavgarud06: This pull request references Jira Issue OCPBUGS-102222, 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Pranavgarud06 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 |
|
/test images |
|
/retest-required |
|
@Pranavgarud06: The following tests 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. |
Summary :
This PR bumps golang.org/x/net → v0.53.0 to remediate the HTTP/2 transport infinite-loop vulnerability (CVE-2026-33814 / GO-2026-4918).
Scope: this addresses the golang.org/x/net/http2 component only. The stdlib net/http half of the same CVE (fixed in Go 1.25.10 / 1.26.3) is remediated separately via the Go build toolchain and is out of scope for this PR.
Notes for Reviewers: