Skip to content

OCPBUGS-102222:[release-4.12] Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame - #218

Open
Pranavgarud06 wants to merge 1 commit into
openshift:release-4.12from
Pranavgarud06:CVE-2026-33814-release-4.12
Open

OCPBUGS-102222:[release-4.12] Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame#218
Pranavgarud06 wants to merge 1 commit into
openshift:release-4.12from
Pranavgarud06:CVE-2026-33814-release-4.12

Conversation

@Pranavgarud06

Copy link
Copy Markdown

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:

go mod edit -replace golang.org/x/net=github.com/openshift-sustaining/net@v0.35.0-sec.4
go mod tidy
go mod vendor

…use upstream fix (x/net v0.53.0) requires go 1.25.0
@openshift-ci-robot openshift-ci-robot added jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Sep 9, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@Pranavgarud06: This pull request references Jira Issue OCPBUGS-102222, which is invalid:

  • expected dependent Jira Issue OCPBUGS-102423 to be in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but it is New instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

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:

go mod edit -replace golang.org/x/net=github.com/openshift-sustaining/net@v0.35.0-sec.4
go mod tidy
go mod vendor

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.

@openshift-ci

openshift-ci Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Pranavgarud06
Once this PR has been reviewed and has the lgtm label, please assign yevgeny-shnaidman for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Pranavgarud06

Copy link
Copy Markdown
Author

/test images

@Pranavgarud06

Copy link
Copy Markdown
Author

/retest-required

@openshift-ci

openshift-ci Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

@Pranavgarud06: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/verify 612f79f link true /test verify
ci/prow/images 612f79f link true /test images

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants