Vulnerability Description
The Apollo Router is a graph router written in Rust to run a federated supergraph that uses Apollo Federation. Versions 0.9.5 until 1.40.2 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. Router version 1.40.2 has a fix for the vulnerability. Those who are unable to upgrade may be able to implement mitigations at proxies or load balancers positioned in front of their Router fleet (e.g. Nginx, HAProxy, or cloud-native WAF services) by creating limits on HTTP body upload size.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apollographql | Apollo Router | >= 0.9.5, < 1.40.2 |
Related Weaknesses (CWE)
References
- https://github.com/apollographql/router/commit/9e9527c73c8f34fc8438b09066163cd42Patch
- https://github.com/apollographql/router/security/advisories/GHSA-cgqf-3cq5-wvcjVendor Advisory
- https://github.com/apollographql/router/commit/9e9527c73c8f34fc8438b09066163cd42Patch
- https://github.com/apollographql/router/security/advisories/GHSA-cgqf-3cq5-wvcjVendor Advisory
FAQ
What is CVE-2024-28101?
CVE-2024-28101 is a vulnerability with a CVSS score of 7.5 (HIGH). The Apollo Router is a graph router written in Rust to run a federated supergraph that uses Apollo Federation. Versions 0.9.5 until 1.40.2 are subject to a Denial-of-Service (DoS) type vulnerability. ...
How severe is CVE-2024-28101?
CVE-2024-28101 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-28101?
Check the references section above for vendor advisories and patch information. Affected products include: Apollographql Apollo Router.