ghsa-cgqf-3cq5-wvcj
Vulnerability from github
Impact
The Apollo Router is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation. Affected versions are subject to a Denial-of-Service (DoS) type vulnerability. When receiving compressed HTTP payloads, affected versions of the Router evaluate the limits.http_max_request_bytes
configuration option after the entirety of the compressed payload is decompressed. If affected versions of the Router receive highly compressed payloads, this could result in significant memory consumption while the compressed payload is expanded.
Patches
Router version 1.40.2 has a fix for the vulnerability.
Workarounds
If you are unable to upgrade, you may be able to implement mitigations at proxies or load balancers positioned in front of your Router fleet (e.g. Nginx, HAProxy, or cloud-native WAF services) by creating limits on HTTP body upload size.
{ "affected": [ { "package": { "ecosystem": "crates.io", "name": "apollo-router" }, "ranges": [ { "events": [ { "introduced": "0.9.5" }, { "fixed": "1.40.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-28101" ], "database_specific": { "cwe_ids": [ "CWE-409" ], "github_reviewed": true, "github_reviewed_at": "2024-03-06T18:24:17Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "### Impact\nThe Apollo Router is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation. Affected versions are subject to a Denial-of-Service (DoS) type vulnerability. When receiving compressed HTTP payloads, affected versions of the Router evaluate the `limits.http_max_request_bytes` configuration option after the entirety of the compressed payload is decompressed. If affected versions of the Router receive highly compressed payloads, this could result in significant memory consumption while the compressed payload is expanded. \n\n### Patches\nRouter version 1.40.2 has a fix for the vulnerability.\n\n### Workarounds\nIf you are unable to upgrade, you may be able to implement mitigations at proxies or load balancers positioned in front of your Router fleet (e.g. Nginx, HAProxy, or cloud-native WAF services) by creating limits on HTTP body upload size. \n", "id": "GHSA-cgqf-3cq5-wvcj", "modified": "2024-03-06T18:24:17Z", "published": "2024-03-06T18:24:17Z", "references": [ { "type": "WEB", "url": "https://github.com/apollographql/router/security/advisories/GHSA-cgqf-3cq5-wvcj" }, { "type": "WEB", "url": "https://github.com/apollographql/router/commit/9e9527c73c8f34fc8438b09066163cd42520f413" }, { "type": "PACKAGE", "url": "https://github.com/apollographql/router" } ], "schema_version": "1.4.0", "severity": [], "summary": "Apollo Router\u0027s Compressed Payloads do not respect HTTP Payload Limits" }
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.