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

CVE-2026-33132: Zitadel Auth Bypass Vulnerability

CVE-2026-33132 is an authentication bypass vulnerability in Zitadel that allows users to bypass organization enforcement during authentication. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33132 Overview

ZITADEL, an open source identity management platform, contains an authorization bypass vulnerability that allows users to circumvent organization enforcement during authentication. The vulnerability affects versions prior to 3.4.9 and versions 4.0.0 through 4.12.2, enabling attackers to bypass organization-specific access controls and authenticate with users from unauthorized organizations.

ZITADEL allows applications to enforce an organization context during authentication using scopes (urn:zitadel:iam:org:id:{id} and urn:zitadel:iam:org:domain:primary:{domainname}). When enforced, users must be part of the required organization to sign in. While this was properly enforced for OAuth2/OIDC authorization requests in login V1, corresponding controls were missing for device authorization requests and all login V2 and OIDC API V2 endpoints.

Critical Impact

Users can bypass organization restrictions and sign in with users from other organizations, potentially compromising multi-tenant isolation and enabling unauthorized cross-organization access.

Affected Products

  • ZITADEL versions prior to 3.4.9
  • ZITADEL versions 4.0.0 through 4.12.2
  • ZITADEL Login V2 and OIDC API V2 endpoints

Discovery Timeline

  • 2026-03-20 - CVE-2026-33132 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33132

Vulnerability Analysis

This authorization bypass vulnerability (CWE-863: Incorrect Authorization) stems from inconsistent enforcement of organization scope validation across different authentication endpoints. The ZITADEL identity management platform implements organization-level access controls through scope parameters in OAuth2/OIDC flows, but these controls were only enforced in the legacy login V1 implementation.

The vulnerability allows an attacker with valid credentials from one organization to authenticate against applications configured to enforce a different organization's context. This breaks the fundamental multi-tenant isolation model that ZITADEL provides, potentially enabling unauthorized access to organization-specific resources and data.

Applications that rely solely on organization enforcement during authentication are affected by this bypass. However, applications that implement additional authorization checks through roles and permissions are not impacted, as those controls are evaluated post-authentication.

Root Cause

The root cause is missing authorization validation in the newer authentication endpoints. While the login V1 OAuth2/OIDC authorization handler properly validated organization scopes, the following components lacked equivalent controls:

  1. Device Authorization Requests - The device flow did not validate organization membership
  2. Login V2 Endpoints - The modernized login implementation omitted organization scope enforcement
  3. OIDC API V2 Endpoints - The updated OIDC API lacked organization context validation

The session listing and validation functions did not filter sessions by organization context, allowing sessions from any organization to satisfy authentication requirements.

Attack Vector

An attacker exploits this vulnerability by initiating authentication through one of the affected endpoints (device authorization, login V2, or OIDC API V2) while specifying an organization scope that differs from their actual organization membership. The attack is network-accessible and requires no prior authentication to the target organization, though the attacker must possess valid credentials for some organization within the ZITADEL instance.

The following patch demonstrates the fix applied to enforce organization filtering during session validation:

typescript
     } else if (authRequest.prompt.includes(Prompt.NONE)) {
       const securitySettings = await getSecuritySettings({ serviceConfig });

-      const selectedSession = await findValidSession({ serviceConfig, sessions, authRequest });
+      const selectedSession = await findValidSession({ serviceConfig, sessions, authRequest, organization });

       const noSessionResponse = NextResponse.json({ error: "No active session found" }, { status: 400 });
       setCSPHeaders(noSessionResponse, serviceConfig, securitySettings);

Source: GitHub Commit d90285929ca019fa817f31551fd0883429dda2a8

The session loading function was also updated to filter sessions by organization context:

text
   return { title: t("title") };
 }
 
-async function loadSessions({ serviceConfig }: { serviceConfig: ServiceConfig }) {
+async function loadSessions({
+  serviceConfig,
+  organization,
+}: {
+  serviceConfig: ServiceConfig;
+  organization?: string;
+}) {
   const cookieIds = await getAllSessionCookieIds();
 
   if (cookieIds && cookieIds.length) {
-    const response = await listSessions({ serviceConfig, ids: cookieIds.filter((id) => !!id) as string[],
+    const response = await listSessions({
+      serviceConfig,
+      ids: cookieIds.filter((id) => !!id) as string[],
     });
-    return response?.sessions ?? [];
+
+    let sessions = response?.sessions ?? [];
+    if (organization) {
+      sessions = sessions.filter((s) => s.factors?.user?.organizationId === organization);
+    }
+
+    return sessions;
   } else {
     console.info("No session cookie found.");
     return [];

Source: GitHub Commit d90285929ca019fa817f31551fd0883429dda2a8

Detection Methods for CVE-2026-33132

Indicators of Compromise

  • Authentication logs showing successful logins where the user's organization ID does not match the requested organization scope
  • Device authorization requests followed by successful authentication from users outside the enforced organization
  • Unusual cross-organization access patterns in OIDC token issuance logs
  • Login V2 or OIDC API V2 endpoint requests with organization scope parameters that don't match the authenticated user's membership

Detection Strategies

  • Monitor authentication logs for organization scope mismatches by comparing urn:zitadel:iam:org:id:{id} scopes against the authenticated user's organizationId
  • Alert on successful authentications via device authorization flow where organization enforcement is expected but user membership differs
  • Implement log correlation between OIDC token requests and user organization membership records
  • Review access logs for Login V2 and OIDC API V2 endpoints for anomalous authentication patterns

Monitoring Recommendations

  • Enable detailed audit logging for all authentication endpoints including device authorization, Login V2, and OIDC API V2
  • Configure alerts for authentication events where the organization scope in the request differs from the user's actual organization
  • Implement continuous monitoring of cross-organization authentication attempts
  • Review historical authentication logs for evidence of exploitation prior to patching

How to Mitigate CVE-2026-33132

Immediate Actions Required

  • Upgrade ZITADEL to version 3.4.9 or 4.12.3 immediately
  • Review authentication logs for signs of organization bypass exploitation
  • Audit applications relying solely on organization enforcement without additional role-based authorization
  • Consider implementing additional authorization checks at the application level as defense-in-depth

Patch Information

Security patches have been released to address this vulnerability:

  • Version 3.4.9 - Patches versions prior to 3.4.9 in the 3.x branch. See GitHub Release v3.4.9
  • Version 4.12.3 - Patches versions 4.0.0 through 4.12.2 in the 4.x branch. See GitHub Release v4.12.3

The fix adds organization context validation to the loadSessions and findValidSession functions, ensuring sessions are filtered by organization membership before authentication succeeds. See the GitHub Security Advisory GHSA-g2pf-ww5m-2r9m for complete details.

Workarounds

  • Implement role-based authorization checks at the application layer rather than relying solely on organization enforcement during authentication
  • Restrict access to Login V2 and OIDC API V2 endpoints at the network level if not required
  • Disable device authorization flow if not actively used in your deployment
  • Add application-level validation to verify user organization membership post-authentication
bash
# Configuration example
# Review and restrict OIDC endpoint access at reverse proxy level
# Example nginx configuration to limit access to specific endpoints

# Restrict device authorization endpoint access
location /oauth/v2/device_authorization {
    # Limit to known client IP ranges or disable if unused
    deny all;
    # Or allow specific networks:
    # allow 10.0.0.0/8;
    # deny all;
}

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Release v3.4.9

  • GitHub Release v4.12.3
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-g2pf-ww5m-2r9m
  • Related CVEs
  • CVE-2026-32132: ZITADEL Auth Bypass Vulnerability

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

  • CVE-2026-29067: Zitadel Auth Bypass Vulnerability

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