fix(deps): bump google.golang.org/grpc to v1.79.3 (CVE-2026-33186)#20
Merged
Conversation
gRPC-Go v1.79.1 and earlier have an authorization bypass where malformed :path headers (missing the leading slash) could bypass path-based restricted "deny" rules in interceptors like grpc/authz. v1.79.3 rejects any request with a non-canonical path with an Unimplemented error. Severity: Critical Ref: grpc/grpc-go#8981
There was a problem hiding this comment.
Pull request overview
Updates the project’s Go module dependencies to incorporate a patched gRPC-Go release that fixes a critical authorization bypass (CVE-2026-33186).
Changes:
- Bump
google.golang.org/grpcfromv1.79.1tov1.79.3ingo.mod. - Refresh
go.sumchecksums to reflect the updated gRPC-Go version.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
go.mod |
Updates the indirect gRPC-Go requirement to v1.79.3 to pick up the security fix. |
go.sum |
Updates checksum entries for google.golang.org/grpc v1.79.3 to match the module change. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ktsakalozos-canonical
pushed a commit
that referenced
this pull request
May 28, 2026
gRPC-Go v1.79.1 and earlier have an authorization bypass where malformed :path headers (missing the leading slash) could bypass path-based restricted "deny" rules in interceptors like grpc/authz. v1.79.3 rejects any request with a non-canonical path with an Unimplemented error. Severity: Critical Ref: grpc/grpc-go#8981
6 tasks
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.
Summary
google.golang.org/grpcfrom v1.79.1 to v1.79.3 to fix CVE-2026-33186 (Critical severity)k8s/go.mod,k8s/tools/go.mod)CVE-2026-33186 - gRPC-Go authorization bypass
gRPC-Go v1.79.1 and earlier have an authorization bypass where malformed
:pathheaders (missing the leading slash) could bypass path-based restricted "deny" rules in interceptors likegrpc/authz. v1.79.3 rejects any request with a non-canonical path with anUnimplementederror.Severity: Critical
Reference: grpc/grpc-go#8981
Dependabot Alert Triage
k8s/go.modandk8s/tools/go.moddo not exist in this repo