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 google.golang.org/grpc to v1.57.1 [security] #2141

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc indirect patch v1.57.0 -> v1.57.1

GitHub Vulnerability Alerts

CVE-2023-44487

swift-nio-http2 is vulnerable to a denial-of-service vulnerability in which a malicious client can create and then reset a large number of HTTP/2 streams in a short period of time. This causes swift-nio-http2 to commit to a large amount of expensive work which it then throws away, including creating entirely new Channels to serve the traffic. This can easily overwhelm an EventLoop and prevent it from making forward progress.

swift-nio-http2 1.28 contains a remediation for this issue that applies reset counter using a sliding window. This constrains the number of stream resets that may occur in a given window of time. Clients violating this limit will have their connections torn down. This allows clients to continue to cancel streams for legitimate reasons, while constraining malicious actors.


Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.57.1: Release 1.57.1

Compare Source

Security

  • server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)

    In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.


Configuration

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

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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.

Sorry, something went wrong.

@renovate renovate bot added dependencies Pull requests that update a dependency file security labels Oct 30, 2023
@mtrmac
Copy link
Contributor

mtrmac commented Oct 30, 2023

For the record, Skopeo is AFAICS never running a GRPC server, so it should not be affected.

@renovate renovate bot changed the title chore(deps): update module google.golang.org/grpc to v1.57.1 [security] chore(deps): update module google.golang.org/grpc to v1.57.1 [security] - autoclosed Oct 30, 2023
@renovate renovate bot closed this Oct 30, 2023
@renovate renovate bot deleted the renovate/go-google.golang.org/grpc-vulnerability branch October 30, 2023 18:41
@renovate renovate bot changed the title chore(deps): update module google.golang.org/grpc to v1.57.1 [security] - autoclosed chore(deps): update module google.golang.org/grpc to v1.57.1 [security] Nov 1, 2023
@renovate renovate bot reopened this Nov 1, 2023
@renovate renovate bot restored the renovate/go-google.golang.org/grpc-vulnerability branch November 1, 2023 09:39

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/go-google.golang.org/grpc-vulnerability branch from 4ecd051 to 5d4e89c Compare November 1, 2023 09:40
Copy link

Ephemeral COPR build failed. @containers/packit-build please check.

Copy link
Contributor

@mtrmac mtrmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record, Skopeo seems to never create a GRPC server, so it is not affected.

@mtrmac mtrmac merged commit 6fbc4c8 into main Nov 1, 2023
24 checks passed
@renovate renovate bot deleted the renovate/go-google.golang.org/grpc-vulnerability branch November 1, 2023 15:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file locked - please file new issue/PR security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant