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-2026-29193

CVE-2026-29193: Zitadel Auth Bypass Vulnerability

CVE-2026-29193 is an authentication bypass flaw in Zitadel that allows users to circumvent login policies and register accounts even when disabled. This post covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-29193 Overview

CVE-2026-29193 is an authentication bypass vulnerability in ZITADEL, an open source identity management platform. The vulnerability exists in Zitadel's login V2 UI and allows malicious users to bypass login behavior and security policies. Attackers can exploit this flaw to self-register new accounts or sign in using password authentication even when these options have been explicitly disabled in their organization's security configuration.

Critical Impact

Unauthorized users can bypass organization security policies to create accounts or authenticate via password, potentially gaining unauthorized access to protected resources and compromising organizational security controls.

Affected Products

  • ZITADEL versions 4.0.0 through 4.12.0
  • ZITADEL Login V2 UI component

Discovery Timeline

  • 2026-03-07 - CVE-2026-29193 published to NVD
  • 2026-03-10 - Last updated in NVD database

Technical Details for CVE-2026-29193

Vulnerability Analysis

This authentication bypass vulnerability (CWE-287) affects the login V2 UI component in ZITADEL identity management platform. The flaw allows attackers to circumvent organization-level security policies that are designed to control user registration and authentication methods.

When an organization administrator disables self-registration or password-based authentication through ZITADEL's administrative interface, these restrictions should be enforced at the login layer. However, due to improper enforcement in the login V2 UI, users can bypass these restrictions and either create new accounts when self-registration is disabled or authenticate using passwords when only alternative authentication methods (such as SSO or passwordless) are permitted.

The vulnerability is particularly concerning for organizations that rely on ZITADEL to enforce strict authentication policies, such as requiring single sign-on (SSO) for all users or preventing unauthorized account creation in enterprise environments.

Root Cause

The root cause of this vulnerability is improper authentication enforcement in the login V2 UI component. The login interface fails to properly validate and enforce organization-level security policies before processing authentication or registration requests. This creates a disconnect between the configured security policies and their actual enforcement, allowing users to perform actions that should be prohibited by administrative settings.

Attack Vector

The vulnerability is exploitable remotely over the network without requiring any prior authentication or user interaction. An attacker with knowledge of this vulnerability can:

  1. Access the ZITADEL login V2 UI endpoint
  2. Bypass disabled self-registration to create unauthorized accounts within an organization
  3. Authenticate using password credentials when password authentication has been disabled in favor of more secure methods

The attack does not require special privileges or complex techniques, making it accessible to unsophisticated attackers. Organizations that have disabled certain authentication methods for compliance or security reasons may unknowingly be exposed to authentication vectors they believed were restricted.

Detection Methods for CVE-2026-29193

Indicators of Compromise

  • Unexpected new user accounts appearing in organizations where self-registration is disabled
  • Authentication logs showing password-based logins when password authentication should be disabled
  • User registration events occurring outside normal administrative account creation workflows
  • Login activity from the V2 UI that bypasses expected authentication flows (e.g., SSO redirects)

Detection Strategies

  • Review ZITADEL audit logs for user registration events that occur when self-registration policies are set to disabled
  • Monitor authentication events for password-based logins in organizations configured for SSO-only or passwordless authentication
  • Implement alerting on unexpected account creation patterns or authentication method anomalies
  • Compare configured organization policies against actual authentication behavior in logs

Monitoring Recommendations

  • Enable comprehensive audit logging for all authentication and registration events in ZITADEL
  • Configure alerts for any authentication method usage that contradicts organization policy settings
  • Regularly audit user accounts to identify any unauthorized registrations
  • Monitor the login V2 UI endpoints for suspicious activity patterns

How to Mitigate CVE-2026-29193

Immediate Actions Required

  • Upgrade ZITADEL to version 4.12.1 or later immediately
  • Audit all user accounts created during the vulnerable period (versions 4.0.0 to 4.12.0) to identify unauthorized registrations
  • Review authentication logs to detect any policy bypass incidents
  • Consider temporarily restricting access to the login V2 UI while upgrading if immediate patching is not possible

Patch Information

ZITADEL has released version 4.12.1 which addresses this authentication bypass vulnerability. Organizations running any version from 4.0.0 through 4.12.0 should upgrade immediately.

For detailed patch information and release notes, refer to the ZITADEL GitHub Security Advisory.

Workarounds

  • If immediate patching is not possible, consider implementing additional network-level controls to restrict access to the login V2 UI
  • Deploy a web application firewall (WAF) with rules to detect and block suspicious registration or authentication attempts
  • Implement additional identity verification for newly created accounts until the patch can be applied
  • Consider reverting to login V1 UI if available and not affected by this vulnerability
bash
# Verify your ZITADEL version
zitadel version

# Upgrade to patched version 4.12.1
# Follow your deployment method (Docker, Kubernetes, or binary)
# Example for Docker:
docker pull ghcr.io/zitadel/zitadel:v4.12.1

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

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Vendor Resources
  • GitHub Security Advisory
  • 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