CVE-2024-32971
published 2024-05-02CVE-2024-32971: Apollo Router is a configurable, graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. The affected versions of Apollo…
PriorityP354critical9CVSS 3.1
AVNACHPRNUINSCCHIHAH
EPSS
0.73%
50.0th percentile
Apollo Router is a configurable, graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. The affected versions of Apollo Router contain a bug that in limited circumstances, could lead to unexpected operations being executed which can result in unintended data or effects. This only affects Router instances configured to use distributed query plan caching. The root cause of this defect is a bug in Apollo Router’s cache retrieval logic: When this defect is present and distributed query planning caching is enabled, asking the Router to execute an operation (whether it is a query, a mutation, or a subscription) may result in an unexpected variation of that operation being executed or the generation of unexpected errors. The issue stems from inadvertently executing a modified version of a previously executed operation, whose query plan is stored in the underlying cache (specifically, Redis). Depending on the type of the operation, the result may vary. For a query, results may be fetched that don’t match what was requested (e.g., rather than running `fetchUsers(type: ENTERPRISE)` the Router may run `fetchUsers(type: TRIAL)`. For a mutation, this may result in incorrect mutations being sent to underlying subgraph servers (e.g., rather than sending `deleteUser(id: 10)` to a subgraph, the Router may run `deleteUser(id: 12)`. Users who are using distributed query plan caching, are advised to either upgrade to version 1.45.1 or above or downgrade to version 1.43.2 of the Apollo Router. Apollo Router versions 1.44.0 or 1.45.0 are not recommended for use and have been withdrawn. Users unable to upgrade can disable distributed query plan caching to mitigate this issue.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| apollographql | apollo-router | >= 1.44.0 < 1.45.1 | 1.45.1 |
| apollographql | router | — | — |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
Apollo Router vulnerable to Critical Regression In Query Plan Cache
osv·2024-05-02
CVE-2024-32971 [CRITICAL] Apollo Router vulnerable to Critical Regression In Query Plan Cache
Apollo Router vulnerable to Critical Regression In Query Plan Cache
### Impact
Any instance of Apollo Router 1.44.0 or 1.45.0 that is using Distributed Query Plan Caching is impacted. These versions were released on 2024-04-12 and 2024-04-22 respectively.
The affected versions of Apollo Router contain a bug that could lead to unexpected operations being executed, which can result in unintended data or effects. This only affects Router instances configured to use distributed query plan caching. Router versions other than the ones listed above, and all Router deployments that are not using distributed query plan caching, are unaffected by this defect.
If you are using the affected versions, you can check your router’s configuration YAML to verify if you are impacted:
```yaml
supergraph:
GHSA
Apollo Router vulnerable to Critical Regression In Query Plan Cache
ghsa·2024-05-02
CVE-2024-32971 [CRITICAL] CWE-440 Apollo Router vulnerable to Critical Regression In Query Plan Cache
Apollo Router vulnerable to Critical Regression In Query Plan Cache
### Impact
Any instance of Apollo Router 1.44.0 or 1.45.0 that is using Distributed Query Plan Caching is impacted. These versions were released on 2024-04-12 and 2024-04-22 respectively.
The affected versions of Apollo Router contain a bug that could lead to unexpected operations being executed, which can result in unintended data or effects. This only affects Router instances configured to use distributed query plan caching. Router versions other than the ones listed above, and all Router deployments that are not using distributed query plan caching, are unaffected by this defect.
If you are using the affected versions, you can check your router’s configuration YAML to verify if you are impacted:
```yaml
supergraph:
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/apollographql/router/commit/ff9f666598cd17661880fe7fc6e9c9611316e529https://github.com/apollographql/router/releases/tag/v1.45.1https://github.com/apollographql/router/security/advisories/GHSA-q9p4-hw9m-fj2vhttps://www.apollographql.com/docs/router/configuration/distributed-caching/#distributed-query-plan-cachinghttps://github.com/apollographql/router/commit/ff9f666598cd17661880fe7fc6e9c9611316e529https://github.com/apollographql/router/releases/tag/v1.45.1https://github.com/apollographql/router/security/advisories/GHSA-q9p4-hw9m-fj2vhttps://www.apollographql.com/docs/router/configuration/distributed-caching/#distributed-query-plan-caching
2024-05-02
Published