Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-32380 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

The Apollo Router Core is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. A vulnerability in Apollo Router's usage of Apollo Compiler allowed queries with deeply nested and reused named fragments to be prohibitively expensive to validate. This could lead to excessive resource consumption and denial of service. Apollo Router's usage of Apollo Compiler has been updated so that validation logic processes each named fragment only once, preventing redundant traversal. This has been remediated in apollo-router versions 1.61.2 and 2.1.1.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-770Allocation of Resources Without Limits or Throttling[email protected]

Affected Products

ProductVersions
Apollo Router
< 1.61.2 (semver)
>= 2.0.0-alpha.0, < 2.1.1 (semver)

CPE

  • cpe:2.3:a:apollographql:apollo-router:*:*:*:*:*:rust:*:*
  • cpe:2.3:a:apollographql:apollo_router:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1.61.2moderate effort
  • Upgrade: 2.1.1moderate effort
  • Workaround:low effort

    Enable persisted queries with the following settings: - persisted_queries.enabled: true - persisted_queries.safelist.enabled: true - persisted_queries.safelist.require_id: true Note: This workaround may not be sufficient, as it allows freeform GraphQL queries to be sent to Apollo Router.

Apollo Compiler
All versions

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • No remediation found in references.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-32380
NVD Published Date:
Apr 9, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-32380 Details - Not Deferred