Upgrade google.golang.org/grpc to v1.79.3 - Fix authorization bypass CVE#429
Merged
raghavendra-nataraj merged 1 commit intomainfrom Apr 20, 2026
Merged
Upgrade google.golang.org/grpc to v1.79.3 - Fix authorization bypass CVE#429raghavendra-nataraj merged 1 commit intomainfrom
raghavendra-nataraj merged 1 commit intomainfrom
Conversation
Upgrade gRPC-Go from v1.59.0 to v1.79.3 to fix authorization bypass vulnerability where HTTP/2 requests with non-canonical :path headers (missing leading slash) could bypass path-based authorization interceptors. Also updates replace directives for golang.org/x/net (v0.17.0 -> v0.48.0) and golang.org/x/sys to compatible versions required by gRPC v1.79.3. Addresses Component Governance alert: https://dev.azure.com/msazure/msk8s/_componentGovernance/MocBuild/alert/14838135 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
madhanrm
approved these changes
Apr 20, 2026
rjaini
approved these changes
Apr 20, 2026
This was referenced Apr 20, 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.
Summary
Upgrade gRPC-Go from v1.59.0 to v1.79.3 to fix authorization bypass vulnerability.
Vulnerability
HTTP/2 requests with non-canonical
:pathheaders (missing leading slash) could bypass path-based authorization interceptors (grpc/authz). Fixed in gRPC v1.79.3 which rejects such requests withcodes.Unimplemented.Changes
google.golang.org/grpc: v1.59.0 → v1.79.3golang.org/x/netreplace: v0.17.0 → v0.48.0golang.org/x/sysreplace: pinned-2022 → v0.39.0Verification
go mod tidy✅go build ./...✅CG Alert
https://dev.azure.com/msazure/msk8s/_componentGovernance/MocBuild/alert/14838135