ghsa-7v5v-9h63-cj86
Vulnerability from github
Published
2024-06-10 21:38
Modified
2024-06-11 18:28
Severity ?
Summary
@grpc/grpc-js can allocate memory for incoming messages well above configured limits
Details
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:
- If an incoming message has a size on the wire greater than the configured limit, the entire message is buffered before it is discarded.
- 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
{ "affected": [ { "package": { "ecosystem": "npm", "name": "@grpc/grpc-js" }, "ranges": [ { "events": [ { "introduced": "1.10.0" }, { "fixed": "1.10.9" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "@grpc/grpc-js" }, "ranges": [ { "events": [ { "introduced": "1.9.0" }, { "fixed": "1.9.15" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "@grpc/grpc-js" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.8.22" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-37168" ], "database_specific": { "cwe_ids": [ "CWE-789" ], "github_reviewed": true, "github_reviewed_at": "2024-06-10T21:38:05Z", "nvd_published_at": "2024-06-10T22:15:12Z", "severity": "MODERATE" }, "details": "### Impact\nThere are two separate code paths in which memory can be allocated per message in excess of the `grpc.max_receive_message_length` channel option:\n\n 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.\n 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.\n\n### Patches\n\nThis has been patched in versions 1.10.9, 1.9.15, and 1.8.22\n", "id": "GHSA-7v5v-9h63-cj86", "modified": "2024-06-11T18:28:02Z", "published": "2024-06-10T21:38:05Z", "references": [ { "type": "WEB", "url": "https://github.com/grpc/grpc-node/security/advisories/GHSA-7v5v-9h63-cj86" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37168" }, { "type": "WEB", "url": "https://github.com/grpc/grpc-node/commit/08b0422dae56467ecae1007e899efe66a8c4a650" }, { "type": "WEB", "url": "https://github.com/grpc/grpc-node/commit/674f4e351a619fd4532f84ae6dff96b8ee4e1ed3" }, { "type": "WEB", "url": "https://github.com/grpc/grpc-node/commit/a8a020339c7eab1347a343a512ad17a4aea4bfdb" }, { "type": "PACKAGE", "url": "https://github.com/grpc/grpc-node" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "type": "CVSS_V3" } ], "summary": "@grpc/grpc-js can allocate memory for incoming messages well above configured limits" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.