Skip to content
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
asutermo merged 1 commit into
mainfrom
cursor/fix-grpc-js-cve-3d3c
Jun 11, 2026
Merged

fix: pin @grpc/grpc-js to >=1.14.4 for CVE-2026-48069#54
asutermo merged 1 commit into
mainfrom
cursor/fix-grpc-js-cve-3d3c

Conversation

@asutermo

Copy link
Copy Markdown
Collaborator

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

  • Added a pnpm override "@grpc/grpc-js": ">=1.14.4" in root package.json, consistent with existing CVE override patterns.
  • Regenerated pnpm-lock.yaml to pin all @grpc/grpc-js references from 1.14.3 → 1.14.4.

Testing

  • pnpm install completed successfully with the updated override.
Open in Web Open in Cursor 

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
asutermo temporarily deployed to dependency-review June 11, 2026 15:05 — with GitHub Actions Inactive
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@grpc/grpc-js 1.14.4 🟢 7
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 8Found 11/13 approved changesets -- score normalized to 8
Maintained🟢 1013 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Security-Policy🟢 9security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • pnpm-lock.yaml

@asutermo
asutermo marked this pull request as ready for review June 11, 2026 15:36
@asutermo
asutermo merged commit 657b13a into main Jun 11, 2026
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants