Skip to content

[release-v0.45.x] Security: Fix GHSA-hrxh-6v49-42gf (google.golang.org/grpc) - #3131

Open
divyansh42 wants to merge 1 commit into
release-v0.45.xfrom
fix/SRVKP-13176-GHSA-hrxh-6v49-42gf-grpc-release-v0.45.x-attempt-1
Open

[release-v0.45.x] Security: Fix GHSA-hrxh-6v49-42gf (google.golang.org/grpc)#3131
divyansh42 wants to merge 1 commit into
release-v0.45.xfrom
fix/SRVKP-13176-GHSA-hrxh-6v49-42gf-grpc-release-v0.45.x-attempt-1

Conversation

@divyansh42

Copy link
Copy Markdown
Member

Changes

Fix GHSA-hrxh-6v49-42gf (GO-2026-6061) by upgrading google.golang.org/grpc from v1.81.1 to v1.82.1.

CVE Details

  • Advisory: GHSA-hrxh-6v49-42gf (GO-2026-6061)
  • Package: google.golang.org/grpc
  • Severity: Important (gRPC-Go xDS RBAC and HTTP/2 vulnerabilities)
  • Vulnerable versions: < v1.82.1
  • Fixed version: v1.82.1
  • Jira Issues: SRVKP-13176

Vulnerability Scan

  • Tool: govulncheck v1.6.0 with GOTOOLCHAIN=go1.26.5
  • Finding: google.golang.org/grpc@v1.81.1 → Fixed in v1.82.1
  • No patch exists in the 1.81.x line; v1.82.1 is the minimum safe version

Test Results

Status: ✅ All tests passed
Command: GOTOOLCHAIN=go1.26.5 go test ./...
Summary: All unit tests passed successfully before creating this PR

Changes Applied

  • go get google.golang.org/grpc@v1.82.1
  • go mod tidy
  • go mod verify ✅ (all modules verified)
  • go mod vendor

Submitter Checklist

  • Includes tests (if functionality changed/added) — dependency-only update, no logic changes
  • Run the code checkers with make check
  • Regenerate the manpages, docs and go formatting with make generated
  • Commit messages follow commit message best practices

Release Notes

Security fix: update google.golang.org/grpc from v1.81.1 to v1.82.1 to address GHSA-hrxh-6v49-42gf

🤖 Generated by CVE Fixer Workflow

- Upgrade google.golang.org/grpc from v1.81.1 to v1.82.1
- Addresses gRPC-Go xDS RBAC and HTTP/2 vulnerabilities (GHSA-hrxh-6v49-42gf, GO-2026-6061)
- All versions < v1.82.1 are affected; no patch exists in the 1.81.x line
- Run go mod tidy, go mod verify, go mod vendor — all passed

Jira: SRVKP-13176
Test result: passed

Co-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tekton-robot tekton-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Aug 12, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please ask for approval from divyansh42 after the PR has been reviewed.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants