Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2025-64347

Apollo Router Improperly Enforces Renamed Access Control Directives
Back to all
CVE

CVE-2025-64347

Apollo Router Improperly Enforces Renamed Access Control Directives

Summary 

A vulnerability in Apollo Router allowed for unauthorized access to protected data through schema elements with access control directives (@authenticated@requiresScopes, and @policy) that were renamed via @link imports. Router did not enforce renamed access control directives on schema elements (e.g. fields and types), allowing queries to bypass those element-level access controls.

Details

Apollo Federation allows users to specify access control directives (@authenticated@requiresScopes, and @policy](https://www.apollographql.com/docs/graphos/routing/security/authorization#authorization-directives)) to protect schema data access at the element level. These directives can optionally be renamed via the imports argument to the @link directive, which can be useful if their default names match an existing user-defined directive in their subgraph schema. However, Apollo Router's access control logic ignored the imports argument, and would accordingly ignore access control directives that were renamed in this way.

Who Is Impacted

This vulnerability impacts Apollo Router customers defining @authenticated@requiresScopes, or @policy directives on schema elements that were renamed via @link imports are impacted.

Scope of Impact

The vulnerability could allow a malicious actor to craft a query that can bypass access control requirements on schema elements protected by renamed access control directives.

Patches

This vulnerability has been fixed in Apollo Router by updating the access control logic to handle the imports argument in @link directives. You will need to update Router to one of the following versions:

  • 1.61.12+
  • 2.8.1+

Workarounds

  • If you are not immediately updating Router to a patched version, you should remove any renames of access control directives in the imports argument to the @link directive.
  • Customers not using Apollo Router with renamed access control directives (@authenticated@requiresScopes, and @policy) are not affected and do not need to take action.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
7.5
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
C
H
U
7.5
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Related Resources

No items found.

References

https://github.com/apollographql/router/security/advisories/GHSA-g8jh-vg5j-4h3f, https://nvd.nist.gov/vuln/detail/CVE-2025-64347, https://github.com/apollographql/router/commit/78e4b20a2fc26cc5f141aa47992ed85375266a2b, https://github.com/apollographql/router

Severity

7.5

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
7.5
EPSS Probability
0.00056%
EPSS Percentile
0.17776%
Introduced Version
0,2.0.0-alpha.2,1.39.0-rc.0,1.34.0-alpha.1
Fix Available
1.61.12,2.8.1-rc.0,1.61.12-rc.0

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading