Skip to content

UID2-7294: fix(deps): upgrade @grpc/grpc-js to fix CVE-2026-48068, CVE-2026-48069#190

Merged
sunnywu merged 1 commit into
mainfrom
syw-UID2-7294-grpc-js-cve-fix
Jun 13, 2026
Merged

UID2-7294: fix(deps): upgrade @grpc/grpc-js to fix CVE-2026-48068, CVE-2026-48069#190
sunnywu merged 1 commit into
mainfrom
syw-UID2-7294-grpc-js-cve-fix

Conversation

@sunnywu

@sunnywu sunnywu commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes CVE-2026-48068 and CVE-2026-48069 (both HIGH severity) in @grpc/grpc-js.

  • CVE-2026-48068: A malformed request can cause a server crash in @grpc/grpc-js
  • CVE-2026-48069: An incoming malformed compressed message can cause a client or server crash in @grpc/grpc-js

Root cause: @grpc/grpc-js 1.13.3 was pulled in transitively via @google-cloud/recaptcha-enterprisegoogle-gax. CVE-2026-48069 affects gRPC clients, making this reachable from production.

Fix: Added @grpc/grpc-js >= 1.13.5 to both overrides (npm) and resolutions (yarn) in package.json. Both package-lock.json and yarn.lock now resolve to @grpc/grpc-js 1.14.4.

Jira: UID2-7294

Test plan

  • package-lock.json resolves @grpc/grpc-js to 1.14.4
  • yarn.lock resolves @grpc/grpc-js to 1.14.4
  • CI vulnerability scan passes
  • All unit tests pass

🤖 Generated with Claude Code

…VE-2026-48069

Adds override/resolution for @grpc/grpc-js >=1.13.5 (resolves to 1.14.4).
Regenerates package-lock.json and yarn.lock.

See: UID2-7294

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@sunnywu
sunnywu merged commit 056b0f4 into main Jun 13, 2026
4 checks passed
@sunnywu
sunnywu deleted the syw-UID2-7294-grpc-js-cve-fix branch June 13, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants