-
Notifications
You must be signed in to change notification settings - Fork 94
CORS-4520: GCP: Support Alternate Universe Domain #474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
patrickdillon
wants to merge
3
commits into
openshift:main
Choose a base branch
from
patrickdillon:gcd-auth
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/image-registry
Length of output: 223
🏁 Script executed:
Repository: openshift/image-registry
Length of output: 2130
🌐 Web query:
GHSA-hrxh-6v49-42gf google.golang.org/grpc v1.82.0 v1.82.1 advisory💡 Result:
GHSA-hrxh-6v49-42gf is a security advisory for the google.golang.org/grpc (gRPC-Go) library, published on July 15, 2026 [1][2][3]. It addresses three distinct vulnerabilities affecting versions prior to v1.82.1, which were resolved in the v1.82.1 release [1][2][3]. The vulnerabilities are: 1. xDS RBAC Authorization Bypass (High Severity): The xDS RBAC policy translator previously ignored specific unsupported matcher fields—Metadata and RequestedServerName—treating them as no-ops instead of rejecting them [2][4]. This resulted in an authorization bypass where policies intended to restrict access based on these fields failed open [1][2]. 2. HTTP/2 Rapid Reset DoS Bypass (High Severity): Existing HTTP/2 mitigations for Rapid Reset attacks only accounted for frames that resulted in outbound control frames (such as SETTINGS ACKs or server-initiated RST_STREAMs) [5][4]. Attackers could bypass these threshold checks using client-initiated RST_STREAM frames that did not trigger outbound control frames, leading to high CPU consumption and Denial of Service [1][2][4]. 3. xDS RBAC Engine Server Panic (Medium Severity): Parsing crafted xDS RBAC policies that contained NOT rules around unsupported or unhandled fields (such as SourcedMetadata) caused the policy translator to return an empty matcher [1][6]. This led to a runtime panic and server crash when the RBAC engine attempted to authorize incoming requests [2][5][4]. Users are advised to upgrade to google.golang.org/grpc v1.82.1 or later to mitigate these issues [3][4]. Workarounds, if an immediate upgrade is not possible, include ensuring the xDS management server does not push policies containing the vulnerable fields/rules or fronting the gRPC server with a reverse proxy configured with strict rate limits [4].
Citations:
Upgrade
google.golang.org/grpcingo.mod:130to v1.82.1 or later.google.golang.org/grpc v1.82.0is affected by GHSA-hrxh-6v49-42gf.🤖 Prompt for AI Agents
Sources: Learnings, Linters/SAST tools