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
    • 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-64102

CVE-2025-64102: Zitadel Authentication DOS Vulnerability

CVE-2025-64102 is a denial of service flaw in Zitadel that enables brute-force attacks on OTP, TOTP, and passwords. This article covers the technical details, affected versions, security impact, and mitigation steps.

Published: April 1, 2026

CVE-2025-64102 Overview

CVE-2025-64102 is a high-severity authentication vulnerability affecting Zitadel, an open-source identity infrastructure software. The vulnerability allows attackers to perform online brute-force attacks against OTP, TOTP, and password authentication mechanisms due to improper restriction of excessive authentication attempts.

While Zitadel does include a lockout mechanism designed to prevent brute-force attacks, this protection is not enabled by default. Furthermore, even when enabled, the mitigation strategies were not fully implemented in the more recent resource-based APIs, leaving authentication endpoints vulnerable to credential guessing attacks.

Critical Impact

Attackers can systematically attempt authentication bypasses against OTP, TOTP, and password-protected accounts, potentially leading to unauthorized account access and identity compromise across the entire Zitadel deployment.

Affected Products

  • Zitadel versions prior to 4.6.0
  • Zitadel versions prior to 3.4.3
  • Zitadel versions prior to 2.71.18

Discovery Timeline

  • 2025-10-29 - CVE-2025-64102 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-64102

Vulnerability Analysis

This vulnerability is classified as CWE-307: Improper Restriction of Excessive Authentication Attempts. The core issue lies in Zitadel's authentication handling, where the rate-limiting and lockout mechanisms designed to thwart brute-force attacks are not active by default.

When organizations deploy Zitadel without explicitly configuring lockout policies, authentication endpoints remain unprotected against repeated login attempts. This creates a significant window for attackers to systematically guess credentials, particularly for accounts using weaker passwords or predictable OTP patterns.

The vulnerability is exacerbated by incomplete implementation across Zitadel's API surface. While older API endpoints may have some protections available (when manually enabled), the newer resource-based APIs lack full implementation of these countermeasures, creating inconsistent security postures across different authentication flows.

Root Cause

The root cause stems from two architectural decisions: (1) security-critical lockout mechanisms being opt-in rather than enabled by default, and (2) incomplete implementation of brute-force protections in the resource-based API layer. This allows the authentication subsystem to process unlimited authentication attempts without triggering protective measures, even when attackers make rapid successive failed login attempts against target accounts.

Attack Vector

The attack is network-based and requires low privileges to execute. An attacker with knowledge of valid usernames can target Zitadel authentication endpoints, systematically attempting password or OTP combinations. The attack methodology typically involves:

Attackers enumerate valid user accounts through various reconnaissance techniques. Once valid usernames are identified, automated tools submit authentication requests at high velocity, testing common passwords, credential stuffing lists, or brute-forcing OTP codes. Without rate limiting or account lockout, the authentication system continues processing each request, eventually allowing attackers to discover valid credentials. For more technical details, see the GitHub Security Advisory GHSA-xrw9-r35x-x878.

Detection Methods for CVE-2025-64102

Indicators of Compromise

  • High volume of failed authentication attempts from single IP addresses or against specific user accounts
  • Unusual patterns of OTP or TOTP validation failures in authentication logs
  • Authentication attempts occurring at abnormally high frequencies (multiple requests per second)
  • Successful logins following numerous failed attempts from the same source

Detection Strategies

  • Implement log monitoring for authentication endpoints to detect anomalous failure rates
  • Configure alerting thresholds for failed login attempts exceeding normal baselines
  • Monitor for distributed brute-force patterns where multiple IPs target the same account
  • Analyze authentication timing patterns to identify automated attack tools

Monitoring Recommendations

  • Enable comprehensive audit logging for all Zitadel authentication events
  • Integrate Zitadel logs with SIEM solutions for correlation and anomaly detection
  • Establish baseline metrics for normal authentication failure rates per user and per source IP
  • Configure real-time alerts for brute-force attack indicators

How to Mitigate CVE-2025-64102

Immediate Actions Required

  • Upgrade Zitadel to version 4.6.0, 3.4.3, or 2.71.18 depending on your deployment branch
  • Enable the built-in lockout mechanism to protect against brute-force attacks
  • Review and harden authentication policies across all API endpoints
  • Audit recent authentication logs for signs of exploitation attempts

Patch Information

Zitadel has released patched versions that address this vulnerability. The fix is available in versions 4.6.0, 3.4.3, and 2.71.18. The security patch ensures that brute-force protections are consistently applied across all API endpoints, including the resource-based APIs. For implementation details, refer to the GitHub commit b8db8cdf9cc8ea13f461758aef12457f8b7d972a.

Workarounds

  • Enable the lockout mechanism in Zitadel configuration if upgrading immediately is not possible
  • Implement external rate limiting at the network or application gateway level
  • Deploy Web Application Firewall (WAF) rules to throttle authentication requests
  • Consider adding CAPTCHA or additional verification for repeated failed authentication attempts
bash
# Example: Configure external rate limiting using nginx as a reverse proxy
# Add to nginx configuration to limit authentication endpoint requests

limit_req_zone $binary_remote_addr zone=auth_limit:10m rate=5r/s;

location /oauth/v2/ {
    limit_req zone=auth_limit burst=10 nodelay;
    proxy_pass http://zitadel_backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechZitadel

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/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-307
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-xrw9-r35x-x878
  • 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-32131: ZITADEL Information Disclosure 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