This repository was archived by the owner on Jun 12, 2026. It is now read-only.
fix: pin @grpc/grpc-js to >=1.14.4 for CVE-2026-48069 - #54
Merged
Conversation
An incoming malformed compressed message in @grpc/grpc-js <1.14.4 can cause client or server crashes (GHSA-99f4-grh7-6pcq). Add a pnpm override to force the patched 1.14.4 release across OpenTelemetry gRPC exporter dependencies. Co-authored-by: Andrew Suter-Morris <asutermo@users.noreply.github.com>
asutermo
temporarily deployed
to
dependency-review
June 11, 2026 15:05 — with
GitHub Actions
Inactive
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
asutermo
marked this pull request as ready for review
June 11, 2026 15:36
nicot
approved these changes
Jun 11, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Resolves Dependabot alert #106 for
@grpc/grpc-js(GHSA-99f4-grh7-6pcq / CVE-2026-48069).An incoming malformed compressed message in
@grpc/grpc-js<1.14.4 can cause client or server process crashes. The package is pulled in transitively via OpenTelemetry gRPC exporters (@opentelemetry/exporter-*-otlp-grpc,@opentelemetry/otlp-grpc-exporter-base).Changes
"@grpc/grpc-js": ">=1.14.4"in rootpackage.json, consistent with existing CVE override patterns.pnpm-lock.yamlto pin all@grpc/grpc-jsreferences from 1.14.3 → 1.14.4.Testing
pnpm installcompleted successfully with the updated override.