CVE-2024-32971
Last modified
CVE-2024-32971 is a critical-severity vulnerability rated 9/10 on the CVSS scale. 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. EPSS estimates a 0.73% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2024-32971?
How severe is CVE-2024-32971?
How do I fix CVE-2024-32971?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-32965Lobe Chat is an open-source, AI chat framework. Versions of …8.6
- CVE-2024-32966Static Web Server (SWS) is a tiny and fast production-ready …5.8
- CVE-2024-32967Zitadel is an open source identity management system. In cas…5.3
- CVE-2024-32969vantage6 is an open-source infrastructure for privacy preser…2.7
- CVE-2024-3297An issue in the Certificate Authenticated Session Establishm…6.5
- CVE-2024-32970Phlex is a framework for building object-oriented views in R…7.1
- CVE-2024-32972go-ethereum (geth) is a golang execution layer implementatio…7.5
- CVE-2024-32973Pluto is a superset of Lua 5.4 with a focus on general-purpo…4.8
- CVE-2024-32974Envoy is a cloud-native, open source edge and service proxy.…7.5
- CVE-2024-32975Envoy is a cloud-native, open source edge and service proxy.…7.5
- CVE-2024-32976Envoy is a cloud-native, open source edge and service proxy.…7.5
- CVE-2024-32977OctoPrint provides a web interface for controlling consumer …9.4
Are you affected by CVE-2024-32971?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
