Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Jun 10, 2024

This PR contains the following updates:

Package Type Update Change
@grpc/grpc-js (source) devDependencies patch 1.10.8 -> 1.10.9

GitHub Vulnerability Alerts

CVE-2024-37168

Impact

There are two separate code paths in which memory can be allocated per message in excess of the grpc.max_receive_message_length channel option:

  1. If an incoming message has a size on the wire greater than the configured limit, the entire message is buffered before it is discarded.
  2. If an incoming message has a size within the limit on the wire but decompresses to a size greater than the limit, the entire message is decompressed into memory, and on the server is not discarded.

Patches

This has been patched in versions 1.10.9, 1.9.15, and 1.8.22


Release Notes

grpc/grpc-node (@​grpc/grpc-js)

v1.10.9: @​grpc/grpc-js 1.10.9

Compare Source

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added automerge Add to automerge PRs once requirements are met security labels Jun 10, 2024
@kodiakhq kodiakhq bot merged commit 1d27984 into main Jun 10, 2024
@kodiakhq kodiakhq bot deleted the renovate/npm-@grpc/grpc-js-vulnerability branch June 10, 2024 22:19
kodiakhq bot pushed a commit that referenced this pull request Jun 11, 2024
🤖 I have created a release *beep* *boop*
---


## [0.0.20](v0.0.19...v0.0.20) (2024-06-10)


### Bug Fixes

* **deps:** Update dependency @grpc/grpc-js to v1.10.9 [SECURITY] ([#59](#59)) ([1d27984](1d27984))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants