security: upgrade google.golang.org/grpc to v1.82.1 - #137
Merged
stevendborrelli merged 1 commit intoJul 31, 2026
Merged
Conversation
Addresses multiple security vulnerabilities in grpc-go: - CVE: Authorization Bypass (Fail-Open) in xDS RBAC engine - CVE: Denial of Service via HTTP/2 Rapid Reset mitigation bypass - CVE: Server Panic when parsing crafted xDS RBAC policies This upgrade fixes critical security issues affecting: - xDS RBAC Authorization engine (internal/xds/rbac) - HTTP/2 transport server (internal/transport) Signed-off-by: Steven Borrelli <steve@borrelli.org>
stevendborrelli
force-pushed
the
security/upgrade-grpc-1.82.1
branch
from
July 29, 2026 18:28
e7379b8 to
482f168
Compare
stevendborrelli
merged commit Jul 31, 2026
31d1d40
into
crossplane-contrib:main
13 of 16 checks passed
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
Upgrades
google.golang.org/grpcfrom v1.82.0 to v1.82.1 to address multiple critical security vulnerabilities.Security Vulnerabilities Fixed
1. xDS RBAC Authorization Bypass (High Severity - CVSS 8.2)
MetadataandRequestedServerNamematchers were silently ignored, potentially allowing unauthorized access2. HTTP/2 Rapid Reset DOS Bypass (High Severity - CVSS 7.5)
3. xDS RBAC Engine Server Panic (Medium Severity - CVSS 5.9)
Changes
google.golang.org/grpcfrom v1.82.0 to v1.82.1github.com/crossplane/crossplane-runtime/v2 v2.3.3github.com/crossplane/function-sdk-go v0.7.1sigs.k8s.io/controller-tools v0.21.0Testing
Verified upgrade:
$ go list -m all | grep google.golang.org/grpc google.golang.org/grpc v1.82.1Fixes dependabot security alert.
I have: