Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Confidence
google.golang.org/grpc v1.56.2 -> v1.56.3 age confidence

GitHub Vulnerability Alerts

GHSA-m425-mq94-257g

Impact

In affected releases of gRPC-Go, it is possible for an attacker to send HTTP/2 requests, cancel them, and send subsequent requests, which is valid by the HTTP/2 protocol, but would cause the gRPC-Go server to launch more concurrent method handlers than the configured maximum stream limit.

Patches

This vulnerability was addressed by #​6703 and has been included in patch releases: 1.56.3, 1.57.1, 1.58.3. It is also included in the latest release, 1.59.0.

Along with applying the patch, users should also ensure they are using the grpc.MaxConcurrentStreams server option to apply a limit to the server's resources used for any single connection.

Workarounds

None.

References

#​6703


Release Notes

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

v1.56.3: Release 1.56.3

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 - "" (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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 6, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go mod tidy
go: go.mod file indicates go 1.20, but maximum version supported by tidy is 1.18

@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.56.3 [security] fix(deps): update module google.golang.org/grpc to v1.56.3 [security] - autoclosed Dec 17, 2024
@renovate renovate bot closed this Dec 17, 2024
@renovate renovate bot deleted the renovate/go-google.golang.org-grpc-vulnerability branch December 17, 2024 04:15
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.56.3 [security] - autoclosed fix(deps): update module google.golang.org/grpc to v1.56.3 [security] Dec 17, 2024
@renovate renovate bot reopened this Dec 17, 2024
@renovate renovate bot force-pushed the renovate/go-google.golang.org-grpc-vulnerability branch from a3a4eda to 7f5a555 Compare December 17, 2024 07:30
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.56.3 [security] fix(deps): update module google.golang.org/grpc to v1.56.3 [security] - autoclosed Nov 7, 2025
@renovate renovate bot closed this Nov 7, 2025
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.56.3 [security] - autoclosed fix(deps): update module google.golang.org/grpc to v1.56.3 [security] Nov 7, 2025
@renovate renovate bot reopened this Nov 7, 2025
@renovate renovate bot force-pushed the renovate/go-google.golang.org-grpc-vulnerability branch 2 times, most recently from 7f5a555 to 73730fd Compare November 7, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant