all: bump google.golang.org/grpc to v1.83.2 to address CVE-2026-84304 - #1812
Merged
Conversation
RafalKorepta
requested review from
andrewstucki,
chrisseto,
gene-redpanda and
hidalgopl
as code owners
September 3, 2026 11:48
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Sep 3, 2026
Addresses CVE-2026-84304 (GHSA-vp52-pcj8-j9qc): Allocation of Resources Without Limits or Throttling in google.golang.org/grpc v1.82.1, reported by Snyk against the internal/envconfig, internal/mem, internal/transport, and mem packages. Bumped in every workspace module that carries the dependency and tidied the full workspace. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
RafalKorepta
force-pushed
the
rk/snyk-grpc-bump
branch
from
September 3, 2026 13:11
6d0175d to
ff330b5
Compare
RafalKorepta
enabled auto-merge (rebase)
September 3, 2026 13:50
david-yu
approved these changes
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps
google.golang.org/grpcfrom v1.82.1 to v1.83.2 in every workspace module that carries the dependency, and tidies the full workspace.Vulnerability
Allocation of Resources Without Limits or Throttling in
google.golang.org/grpcv1.82.1, reported against theinternal/envconfig,internal/mem,internal/transport, andmempackages (HIGH severity).Snyk currently reports "no fix available" for these findings; that is database lag — the fix is published upstream (grpc-go ≥ v1.83.1). Bumped to the latest release, v1.83.2.
Backport PRs to release/v26.2.x, release/v26.1.x, and release/v25.3.x follow separately.
🤖 Generated with Claude Code