A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-64431

CVE-2025-64431: Zitadel IDOR Auth Bypass Vulnerability

CVE-2025-64431 is an insecure Direct Object Reference authentication bypass flaw in Zitadel that lets authenticated admins access other organizations' data. This article covers technical details, affected versions, impact, and mitigation.

Published: May 26, 2026

CVE-2025-64431 Overview

CVE-2025-64431 is an Insecure Direct Object Reference (IDOR) vulnerability in Zitadel, an open source identity management platform. The flaw exists in the V2Beta API and affects versions 4.0.0-rc.1 through 4.6.2. Authenticated users holding specific administrator roles in one organization can read and modify organization-level data belonging to other tenants within the same Zitadel instance. Exposed data is limited to organization metadata such as the organization name, domains, and custom metadata fields. Users, projects, and applications are not impacted. The maintainers fixed the issue in version 4.6.3.

Critical Impact

Authenticated administrators in one organization can access and modify the name, domains, and metadata of unrelated organizations sharing the same Zitadel deployment, breaking multi-tenant isolation.

Affected Products

  • Zitadel versions 4.0.0-rc.1 through 4.6.2
  • Zitadel V2Beta organization API endpoints
  • Self-hosted and cloud Zitadel deployments running affected versions

Discovery Timeline

  • 2025-11-07 - CVE-2025-64431 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-64431

Vulnerability Analysis

The vulnerability is classified as Insecure Direct Object Reference under [CWE-639]. Zitadel's V2Beta organization service accepts an OrgId parameter from authenticated callers but fails to validate that the caller's administrator role applies to the target organization. As a result, an attacker who holds an administrator role in any organization can supply another organization's identifier and operate on its data. The impact is confined to organization-level objects, including the organization name, associated domains, and metadata. Confidentiality and integrity of organization records are both affected because the unchecked permission allowed read and write operations through the same code paths.

Root Cause

The V2Beta organization service passed the supplied organization identifier directly to command handlers without scoping the permission check to the target organization. Functions such as AddOrgDomain and RemoveOrg were invoked without the per-organization permission context that the fix later introduces as an additional argument. This pattern allowed a caller authorized for organization A to drive mutations against organization B.

Attack Vector

Exploitation requires a valid authenticated session and an administrator role within at least one organization in the Zitadel instance. The attacker calls a V2Beta endpoint and substitutes the OrgId field with the identifier of a target organization. Because the permission evaluation does not bind to that target, the request is processed. The patch in commit 8dcfff9 adds an explicit permission-check argument to the underlying command functions.

go
// Patch: internal/api/grpc/admin/import.go
// fix(api): correct permission check in organization v2beta service
-		_, err := s.command.AddOrgDomain(ctx, org.GetOrgId(), domainR.DomainName, []string{})
+		_, err := s.command.AddOrgDomain(ctx, org.GetOrgId(), domainR.DomainName, []string{}, nil)

// Patch: internal/api/grpc/admin/org.go
func (s *Server) RemoveOrg(ctx context.Context, req *admin_pb.RemoveOrgRequest) (*admin_pb.RemoveOrgResponse, error) {
-	details, err := s.command.RemoveOrg(ctx, req.OrgId)
+	details, err := s.command.RemoveOrg(ctx, req.OrgId, nil, true)

Source: GitHub Commit 8dcfff9. The new trailing arguments introduce a permission check callback and an explicit authorization flag that bind the operation to the target organization.

Detection Methods for CVE-2025-64431

Indicators of Compromise

  • V2Beta API requests where the authenticated principal's home organization differs from the OrgId parameter in the request body.
  • Unexpected changes to organization names, verified domains, or metadata keys without corresponding administrative tickets.
  • New or removed organization domains that do not align with the configured primary domain of the requesting administrator.
  • Audit log entries for AddOrgDomain, RemoveOrg, or organization metadata mutations issued by users outside the affected tenant.

Detection Strategies

  • Parse Zitadel audit events and flag any V2Beta organization mutation where the actor's orgId claim does not match the resource orgId.
  • Correlate API access logs against the org membership table to find cross-organization operations.
  • Alert on bulk enumeration of organization identifiers from a single authenticated session.

Monitoring Recommendations

  • Forward Zitadel application and audit logs to a central SIEM for retention and correlation.
  • Track the running Zitadel version and alert when instances remain below 4.6.3.
  • Monitor egress to /zitadel.org.v2beta.OrganizationService/* paths for anomalous request volume.

How to Mitigate CVE-2025-64431

Immediate Actions Required

  • Upgrade all Zitadel instances to version 4.6.3 or later, which contains the corrected permission check.
  • Review organization audit logs since the deployment of any version in the 4.0.0-rc.1 to 4.6.2 range for unauthorized mutations.
  • Inventory existing administrator role assignments and revoke roles that are no longer required.
  • Rotate any organization domains or metadata that may have been modified by an unauthorized party.

Patch Information

The fix is included in Zitadel 4.6.3. The remediation adds explicit permission-check parameters to organization command functions in internal/api/grpc/admin/import.go and internal/api/grpc/admin/org.go. See the GitHub Security Advisory GHSA-cpf4-pmr4-w6cx and the Zitadel v4.6.3 release notes for full details.

Workarounds

  • Restrict network access to the V2Beta API surface using an upstream reverse proxy until the upgrade is applied.
  • Minimize the number of accounts granted organization administrator roles to reduce the exploitable population.
  • Disable or block the V2Beta organization endpoints at the API gateway if they are not in active use.
bash
# Upgrade Zitadel to the patched release
helm repo update
helm upgrade zitadel zitadel/zitadel --version 4.6.3

# Verify the running version
kubectl exec -n zitadel deploy/zitadel -- zitadel --version

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 Score8.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Commit Details

  • GitHub Release v4.6.3

  • GitHub Security Advisory GHSA-cpf4-pmr4-w6cx
  • 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 Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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