The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-64347

CVE-2025-64347: Apollo Router Auth Bypass Vulnerability

CVE-2025-64347 is an authentication bypass flaw in Apollo Router Core that allows unauthorized access to protected data through renamed access control directives. This article covers technical details, affected versions, and fixes.

Published: April 14, 2026

CVE-2025-64347 Overview

Apollo Router Core, a configurable Rust-based graph router designed to operate federated supergraphs using Apollo Federation 2, contains an authorization bypass vulnerability. The flaw allows unauthorized access to protected data when schema elements with access control directives (@authenticated, @requiresScopes, and @policy) are renamed via @link imports. The router fails to enforce these renamed access control directives on schema elements such as fields and types, enabling attackers to craft queries that bypass element-level access controls.

Critical Impact

Attackers can bypass authentication and authorization controls to access protected GraphQL schema elements, potentially exposing sensitive data without proper credentials or permissions.

Affected Products

  • Apollo Router Core versions 1.61.12-rc.0 and below
  • Apollo Router Core versions 2.8.1-rc.0 and below
  • Apollo Federation 2 deployments using vulnerable Router versions

Discovery Timeline

  • 2025-11-07 - CVE CVE-2025-64347 published to NVD
  • 2025-11-12 - Last updated in NVD database

Technical Details for CVE-2025-64347

Vulnerability Analysis

This authorization bypass vulnerability (CWE-284: Improper Access Control) stems from inadequate handling of directive renames in the Apollo Router's authorization plugin. When schema designers use @link imports to rename access control directives, the router's security enforcement mechanism fails to recognize these renamed variants. This creates a critical gap where protected schema elements appear unprotected to the query execution engine, allowing unauthorized data access.

The vulnerability affects Apollo Federation 2 deployments where schema composition uses renamed directives for authentication (@authenticated), scope requirements (@requiresScopes), or custom policies (@policy). Attackers can exploit this by querying fields or types that should be protected, as the router does not correlate the renamed directives with their security enforcement logic.

Root Cause

The root cause lies in the authorization plugin's directive resolution mechanism. When directives are renamed via @link imports, the plugin continues to search for directives using their original canonical names rather than resolving the actual names used in the schema. This disconnect between schema composition and runtime authorization enforcement creates the bypass condition.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker with knowledge of the GraphQL schema can craft queries targeting fields or types protected by renamed access control directives. Since the router fails to enforce these protections, the queries execute successfully, returning data that should require authentication or specific authorization scopes.

rust
// Security patch excerpt from authenticated.rs
// Source: https://github.com/apollographql/router/commit/78e4b20a2fc26cc5f141aa47992ed85375266a2b

 use apollo_compiler::Node;
 use apollo_compiler::ast;
 use apollo_compiler::executable;
+use apollo_compiler::name;
 use apollo_compiler::schema;
 use apollo_compiler::schema::Implementers;
+use apollo_federation::link::spec::Identity;
 use tower::BoxError;
 
 use crate::json_ext::Path;

The patch introduces apollo_federation::link::spec::Identity to properly resolve directive identities regardless of renaming, ensuring security directives are enforced even when aliased.

Detection Methods for CVE-2025-64347

Indicators of Compromise

  • Unexpected successful GraphQL queries to fields or types that should require authentication
  • Query logs showing access to protected schema elements without corresponding authentication tokens
  • Audit trail gaps where protected data was accessed without authorization events
  • Queries targeting fields decorated with renamed @authenticated, @requiresScopes, or @policy directives

Detection Strategies

  • Review GraphQL access logs for queries accessing sensitive fields without valid JWT tokens or session credentials
  • Implement query depth and field-level logging to identify unauthorized access patterns
  • Monitor for reconnaissance-style queries that enumerate protected schema elements
  • Compare expected authorization enforcement against actual query execution results

Monitoring Recommendations

  • Enable detailed query logging in Apollo Router to capture field-level access patterns
  • Implement alerting on queries accessing known sensitive fields without authentication headers
  • Deploy anomaly detection for unusual query patterns targeting previously protected endpoints
  • Regularly audit schema definitions to identify renamed access control directives

How to Mitigate CVE-2025-64347

Immediate Actions Required

  • Upgrade Apollo Router Core to version 1.61.12 or later for the 1.x branch
  • Upgrade Apollo Router Core to version 2.8.1 or later for the 2.x branch
  • Audit GraphQL schemas for any use of renamed access control directives via @link imports
  • Review access logs for potential unauthorized data access prior to patching

Patch Information

Apollo has released security patches in versions 1.61.12 and 2.8.1 that properly handle directive renames in the authorization plugin. The fix ensures that access control directives are correctly identified and enforced regardless of how they are imported or renamed in the schema. Technical details are available in the GitHub Security Advisory and the commit details.

Workarounds

  • Avoid renaming access control directives (@authenticated, @requiresScopes, @policy) when using @link imports until patched
  • Implement additional authorization checks at the subgraph level as defense-in-depth
  • Deploy an API gateway or web application firewall with GraphQL-aware rules to enforce access controls
  • Use schema composition validation to detect renamed security directives
bash
# Configuration example - Upgrade Apollo Router
# Check current version
./router --version

# Download patched version (example for 2.x branch)
curl -sSL https://router.apollo.dev/download/nix/v2.8.1 | sh

# Verify upgrade
./router --version
# Expected: Apollo Router 2.8.1 or later

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApollo Router

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-64173: Apollo Router Auth Bypass Vulnerability

  • CVE-2025-32032: Apollo Router Core DOS Vulnerability

  • CVE-2024-32971: Apollo Router Query Plan Caching RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English