Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module golang.org/x/net to v0.23.0 [security] #1531

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
golang.org/x/net v0.20.0 -> v0.23.0 age adoption passing confidence
golang.org/x/net v0.22.0 -> v0.23.0 age adoption passing confidence
golang.org/x/net v0.21.0 -> v0.23.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


HTTP/2 CONTINUATION flood in net/http

CVE-2023-45288 / GO-2024-2687

More information

Details

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames.

Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed.

This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send.

The fix sets a limit on the amount of excess header frames we will process before closing a connection.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Configuration

📅 Schedule: Branch creation - "" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 4, 2024 09:38
@renovate renovate bot added go Pull requests that update Go code security test labels Apr 4, 2024
@paralta paralta self-assigned this Apr 4, 2024
Copy link

github-actions bot commented Apr 4, 2024

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr1531-b59c1701af5c3ff029cce3a38e68db6ec7ebade6
  • ghcr.io/openclarity/vmclarity-cli-dev:pr1531-b59c1701af5c3ff029cce3a38e68db6ec7ebade6
  • ghcr.io/openclarity/vmclarity-cr-discovery-server-dev:pr1531-b59c1701af5c3ff029cce3a38e68db6ec7ebade6
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr1531-b59c1701af5c3ff029cce3a38e68db6ec7ebade6
  • ghcr.io/openclarity/vmclarity-ui-dev:pr1531-b59c1701af5c3ff029cce3a38e68db6ec7ebade6
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr1531-b59c1701af5c3ff029cce3a38e68db6ec7ebade6

@paralta paralta added this pull request to the merge queue Apr 4, 2024
Copy link
Contributor Author

renovate bot commented Apr 4, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Merged via the queue into main with commit c3fe05d Apr 4, 2024
34 checks passed
@paralta paralta deleted the renovate/go-golang.org/x/net-vulnerability branch April 4, 2024 13:12
ramizpolic pushed a commit that referenced this pull request Apr 7, 2024
)

* chore(deps): update module golang.org/x/net to v0.23.0 [security]

* fix: go mod tidy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Catarina Paralta <46568597+paralta@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code security test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant