Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
9.9
Apollo Federation: Malicious Data Can Affect Multiple Requests
GHSA-pfjj-6f4p-rvmh
CVE-2026-32621
Summary
Malicious data can be injected into Apollo Federation, affecting multiple requests and potentially leading to unexpected behavior, data integrity issues, or privilege escalation. This issue is fixed in versions 2.9.6 and later of certain Apollo packages. Upgrade to a fixed version as soon as possible to prevent this risk.
What to do
- Update apollo federation-internals to version 2.9.6.
- Update apollo federation-internals to version 2.10.5.
- Update apollo federation-internals to version 2.11.6.
- Update apollo federation-internals to version 2.12.3.
- Update apollo federation-internals to version 2.13.2.
- Update apollo gateway to version 2.9.6.
- Update apollo gateway to version 2.10.5.
- Update apollo gateway to version 2.11.6.
- Update apollo gateway to version 2.12.3.
- Update apollo gateway to version 2.13.2.
- Update apollo query-planner to version 2.9.6.
- Update apollo query-planner to version 2.10.5.
- Update apollo query-planner to version 2.11.6.
- Update apollo query-planner to version 2.12.3.
- Update apollo query-planner to version 2.13.2.
Affected software
| Vendor | Product | Affected versions | Fix available |
|---|---|---|---|
| apollo | federation-internals | <= 2.9.6 | 2.9.6 |
| apollo | federation-internals | > 2.10.0 , <= 2.10.5 | 2.10.5 |
| apollo | federation-internals | > 2.11.0 , <= 2.11.6 | 2.11.6 |
| apollo | federation-internals | > 2.12.0 , <= 2.12.3 | 2.12.3 |
| apollo | federation-internals | > 2.13.0 , <= 2.13.2 | 2.13.2 |
| apollo | gateway | <= 2.9.6 | 2.9.6 |
| apollo | gateway | > 2.10.0 , <= 2.10.5 | 2.10.5 |
| apollo | gateway | > 2.11.0 , <= 2.11.6 | 2.11.6 |
| apollo | gateway | > 2.12.0 , <= 2.12.3 | 2.12.3 |
| apollo | gateway | > 2.13.0 , <= 2.13.2 | 2.13.2 |
| apollo | query-planner | <= 2.9.6 | 2.9.6 |
| apollo | query-planner | > 2.10.0 , <= 2.10.5 | 2.10.5 |
| apollo | query-planner | > 2.11.0 , <= 2.11.6 | 2.11.6 |
| apollo | query-planner | > 2.12.0 , <= 2.12.3 | 2.12.3 |
| apollo | query-planner | > 2.13.0 , <= 2.13.2 | 2.13.2 |
Original title
Apollo Federation vulnerable to prototype pollution via incomplete key sanitization
Original description
### Impact
A vulnerability exists in query plan execution within the gateway that may allow pollution of `Object.prototype` in certain scenarios. A malicious client may be able to pollute `Object.prototype` in gateway directly by crafting operations with field aliases and/or variable names that target prototype-inheritable properties. Alternatively, if a subgraph were to be compromised by a malicious actor, they may be able to pollute `Object.prototype` in gateway by crafting JSON response payloads that target prototype-inheritable properties.
Because `Object.prototype` is shared across the Node.js process, successful exploitation can affect subsequent requests to the gateway instance. This may result in unexpected application behavior, privilege escalation, data integrity issues, or other security impact depending on how polluted properties are subsequently consumed by the application or its dependencies. As of the date of this advisory, Apollo is not aware of any reported exploitation of this vulnerability.
### Patches
Mitigations addressing prototype pollution exposure have been applied in `@apollo/federation-internals`, `@apollo/gateway`, and `@apollo/query-planner` versions `2.9.6`, `2.10.5`, `2.11.6`, `2.12.3`, and `2.13.2`. Users are encouraged to upgrade to these versions or later at their earliest convenience.
### Workarounds
A fully effective workaround is not available without a code change. As an interim measure, users who are unable to upgrade immediately may consider placing an input validation layer in front of the gateway to filter operations containing [GraphQL names](https://spec.graphql.org/September2025/#sec-Names) matching known `Object.prototype` pollution patterns (e.g., `__proto__`, `constructor`, `prototype`). Users should also ensure that subgraphs in their federated graph originate from trusted sources.
A vulnerability exists in query plan execution within the gateway that may allow pollution of `Object.prototype` in certain scenarios. A malicious client may be able to pollute `Object.prototype` in gateway directly by crafting operations with field aliases and/or variable names that target prototype-inheritable properties. Alternatively, if a subgraph were to be compromised by a malicious actor, they may be able to pollute `Object.prototype` in gateway by crafting JSON response payloads that target prototype-inheritable properties.
Because `Object.prototype` is shared across the Node.js process, successful exploitation can affect subsequent requests to the gateway instance. This may result in unexpected application behavior, privilege escalation, data integrity issues, or other security impact depending on how polluted properties are subsequently consumed by the application or its dependencies. As of the date of this advisory, Apollo is not aware of any reported exploitation of this vulnerability.
### Patches
Mitigations addressing prototype pollution exposure have been applied in `@apollo/federation-internals`, `@apollo/gateway`, and `@apollo/query-planner` versions `2.9.6`, `2.10.5`, `2.11.6`, `2.12.3`, and `2.13.2`. Users are encouraged to upgrade to these versions or later at their earliest convenience.
### Workarounds
A fully effective workaround is not available without a code change. As an interim measure, users who are unable to upgrade immediately may consider placing an input validation layer in front of the gateway to filter operations containing [GraphQL names](https://spec.graphql.org/September2025/#sec-Names) matching known `Object.prototype` pollution patterns (e.g., `__proto__`, `constructor`, `prototype`). Users should also ensure that subgraphs in their federated graph originate from trusted sources.
ghsa CVSS3.1
9.9
Vulnerability type
CWE-1321
Prototype Pollution
Published: 13 Mar 2026 · Updated: 14 Mar 2026 · First seen: 13 Mar 2026