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-64717

CVE-2025-64717: Zitadel Auth Bypass Vulnerability

CVE-2025-64717 is an authentication bypass flaw in Zitadel that allows account takeover through disabled identity providers. This post explains its impact, affected versions, and mitigation steps.

Published: April 1, 2026

CVE-2025-64717 Overview

A critical authentication bypass vulnerability has been identified in ZITADEL, an open source identity management platform. The vulnerability exists in ZITADEL's federation process and allows auto-linking users from external identity providers (IdPs) to existing users in ZITADEL even when the corresponding IdP has been disabled or the organization has explicitly disallowed federated authentication.

This flaw stems from the platform's failure to correctly check or enforce an organization's specific security settings during the authentication flow. An Organization Administrator can explicitly disable an IdP or disallow federation, but this setting was not being honored during the auto-linking process, potentially allowing unauthenticated attackers to achieve full account takeover.

Critical Impact

Unauthenticated attackers can exploit this vulnerability to link external identities to existing internal user accounts, bypassing organization-mandated security controls and potentially achieving full Account Takeover.

Affected Products

  • ZITADEL versions 2.50.0 through 2.71.18
  • ZITADEL versions 3.0.0 through 3.4.3
  • ZITADEL versions 4.0.0 through 4.6.5

Discovery Timeline

  • 2025-11-13 - CVE-2025-64717 published to NVD
  • 2025-12-04 - Last updated in NVD database

Technical Details for CVE-2025-64717

Vulnerability Analysis

This authentication bypass vulnerability (CWE-287) affects ZITADEL's identity federation mechanism. The core issue lies in the platform's failure to validate organization-level login policies during the external identity auto-linking process.

When an organization administrator disables an Identity Provider or disallows federated authentication, these security configurations should prevent any authentication attempts using that IdP. However, the auto-linking process bypassed these checks entirely, creating a significant security gap.

The attack requires network access and exploits the flawed validation logic in the authentication flow. While the attack requires some conditions to be present (such as instance-level IdP configuration), it can be initiated by an unauthenticated attacker, making it particularly concerning for organizations relying on ZITADEL for identity management.

Important mitigating factors include:

  • Accounts with Multi-Factor Authentication (MFA) enabled cannot be taken over by this attack
  • Only IdPs created at the instance level allow this vulnerability to work; IdPs registered on another organization are always denied in the auto-linking process

Root Cause

The root cause of this vulnerability is improper validation of organization-specific security settings during the identity federation auto-linking process. The platform failed to verify whether the IdP was active and whether the organization's login policy permitted federated authentication before linking external identities to existing user accounts.

Specifically, the authentication flow did not correctly enforce the organization's configured login policy when processing auto-link requests from external identity providers. This oversight allowed authentication attempts through disabled IdPs to succeed, bypassing critical security controls that organization administrators had put in place.

Attack Vector

The attack is network-based and can be executed by an unauthenticated attacker. The exploitation flow involves:

  1. The attacker identifies a target organization using ZITADEL with a disabled IdP that was configured at the instance level
  2. The attacker initiates a login using the disabled IdP that should not be available for that organization
  3. Due to the vulnerability, ZITADEL incorrectly validates the login attempt
  4. Based on matching criteria (such as email address or other identity attributes), the platform auto-links the attacker's external identity to an existing internal user account
  5. The attacker gains access to the victim's account, achieving full Account Takeover

For detailed technical information, refer to the GitHub Security Advisory GHSA-j4g7-v4m4-77px.

Detection Methods for CVE-2025-64717

Indicators of Compromise

  • Unexpected successful authentication attempts through IdPs that have been administratively disabled
  • User accounts linked to external identities from IdPs that should not be permitted for the organization
  • Authentication logs showing federation activity from disabled identity providers
  • Unusual account linking events that bypass organization login policies

Detection Strategies

  • Review authentication logs for successful logins via IdPs that have been disabled at the organization level
  • Audit user account linking history to identify any unexpected external identity associations
  • Monitor for authentication attempts that reference instance-level IdPs against organizations that have disabled federation
  • Implement alerting on any auto-link events that occur outside of expected IdP configurations

Monitoring Recommendations

  • Enable detailed logging for all identity federation and auto-linking events
  • Configure alerts for authentication attempts using disabled IdPs
  • Regularly audit the mapping between external identities and internal user accounts
  • Monitor for changes in user account access patterns that may indicate account compromise

How to Mitigate CVE-2025-64717

Immediate Actions Required

  • Upgrade ZITADEL to version 2.71.19, 3.4.4, or 4.6.6 immediately
  • Audit all user accounts for unexpected external identity linkages
  • Review authentication logs for any suspicious federation activity while running vulnerable versions
  • Enable MFA for all user accounts as an additional layer of protection against this attack vector

Patch Information

The ZITADEL maintainers have released patched versions that correctly validate the organization's login policy before auto-linking an external user. Organizations should upgrade to one of the following versions:

  • Version 2.71.19 - For organizations on the 2.x branch
  • Version 3.4.4 - For organizations on the 3.x branch
  • Version 4.6.6 - For organizations on the 4.x branch

For complete details on the vulnerability and fix, refer to the GitHub Security Advisory.

Workarounds

  • No known workarounds are available aside from upgrading to a patched version
  • As a temporary mitigation, enforce MFA for all user accounts to prevent account takeover even if exploitation occurs
  • Consider temporarily removing instance-level IdP configurations until the patch can be applied
  • Implement additional monitoring and alerting on authentication events to detect potential exploitation attempts

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechZitadel

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.56%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Release v2.71.19

  • GitHub Release v3.4.4

  • GitHub Release v4.6.6
  • Vendor Resources
  • GitHub Security Advisory GHSA-j4g7-v4m4-77px
  • Related CVEs
  • CVE-2026-33132: Zitadel Auth Bypass Vulnerability

  • CVE-2026-32132: ZITADEL Auth Bypass Vulnerability

  • CVE-2026-32130: ZITADEL SCIM API Auth Bypass Vulnerability

  • CVE-2026-29067: Zitadel Auth Bypass Vulnerability
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