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

CVE-2025-31478: Zulip Server Auth Bypass Vulnerability

CVE-2025-31478 is an authentication bypass flaw in Zulip Server that allows unauthorized account creation in SSO-only organizations. This article covers the technical details, affected versions, impact, and mitigation.

Updated: May 11, 2026

CVE-2025-31478 Overview

CVE-2025-31478 is an authentication bypass vulnerability in Zulip, an open-source team collaboration platform. The flaw allows attackers to create accounts in Zulip organizations that rely exclusively on a single sign-on (SSO) authentication backend, without ever authenticating against that backend. The issue affects deployments where the EmailAuthBackend is disabled and access is gated solely by SSO, with no invitation requirement or email domain restrictions. The vulnerability is tracked under [CWE-287: Improper Authentication]. Zulip resolved the issue in version 10.2.

Critical Impact

Remote unauthenticated attackers can register accounts in SSO-restricted Zulip organizations, bypassing the configured authentication backend and gaining access to internal team communications.

Affected Products

  • Zulip Server versions prior to 10.2
  • Deployments using SSO authentication backends with EmailAuthBackend disabled
  • Organizations without invitation requirements or email domain restrictions

Discovery Timeline

  • 2025-04-16 - CVE-2025-31478 published to NVD
  • 2026-01-23 - Last updated in NVD database

Technical Details for CVE-2025-31478

Vulnerability Analysis

The vulnerability resides in Zulip's account creation logic. Zulip supports configurations where organizations restrict access through a single SSO backend, disabling the standard email/password EmailAuthBackend. Administrators rely on this configuration to ensure that only users authenticated through the corporate identity provider can register.

A logic flaw in the server's signup flow permits account creation to proceed even when the user has not authenticated against the configured SSO backend. The server fails to enforce that the registering user holds a valid identity from the only enabled authentication method. As a result, attackers reach the account creation endpoint and complete registration without satisfying the SSO requirement.

The impact is scoped to confidentiality and integrity within the affected organization. An attacker who creates an unauthorized account gains the same baseline access as any legitimate member, including the ability to view channels, read messages, and post content.

Root Cause

The root cause is improper authentication enforcement during the signup pathway. The server checks whether account creation is permitted based on organization settings such as invitation requirements and email domain restrictions, but does not verify that the prospective user authenticated through the active SSO backend. When both invitation requirements and domain restrictions are absent, the missing SSO verification leaves the registration endpoint open.

Attack Vector

The attack is exploitable remotely over the network with no privileges and no user interaction. An attacker identifies a Zulip organization configured with SSO-only authentication, no required invitations, and no domain restrictions. The attacker then submits a registration request directly to the account creation endpoint, bypassing the SSO challenge entirely. Technical details are documented in the Zulip GitHub Security Advisory GHSA-qxfv-j6vg-5rqc and the fix commit b5ab90a.

Detection Methods for CVE-2025-31478

Indicators of Compromise

  • New user accounts in Zulip organizations that do not correspond to identities in the configured SSO provider
  • Account creation events lacking a corresponding SSO authentication log entry
  • Registrations originating from IP ranges or geographies inconsistent with the workforce

Detection Strategies

  • Reconcile the Zulip user roster against the SSO identity provider's user directory on a recurring basis
  • Audit Zulip server logs for register and accounts/register endpoint activity that does not include a preceding successful SSO assertion
  • Alert on account creation events where the authentication method recorded does not match the organization's configured SSO backend

Monitoring Recommendations

  • Forward Zulip application and authentication logs to a centralized SIEM for correlation with identity provider events
  • Track signup volume and rate of new accounts; investigate sudden spikes in SSO-restricted organizations
  • Monitor for direct HTTP POST requests to registration endpoints that bypass typical SSO redirect flows

How to Mitigate CVE-2025-31478

Immediate Actions Required

  • Upgrade Zulip Server to version 10.2 or later, which contains the official fix
  • Audit existing user accounts in all SSO-only organizations and disable any accounts that cannot be matched to the SSO provider
  • Review organization-level settings for invitation requirements and email domain restrictions

Patch Information

Zulip released the fix in version 10.2. The patch is implemented in commit b5ab90a and detailed in the Zulip Security Advisory GHSA-qxfv-j6vg-5rqc. Administrators should apply the upgrade promptly, particularly for internet-facing deployments.

Workarounds

  • Require invitations to join the organization, which blocks the vulnerable registration path entirely
  • Enable email domain restrictions to limit which addresses can register, reducing exposure until patching is complete
  • Temporarily re-enable an additional authentication backend only if it can be paired with strict access controls
bash
# Verify Zulip server version and upgrade
/home/zulip/deployments/current/manage.py version
su zulip -c '/home/zulip/deployments/current/scripts/upgrade-zulip-from-git 10.2'

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechZulip

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.24%

  • 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
  • Technical References
  • GitHub Commit Reference

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25741: Zulip Authentication Bypass Vulnerability

  • CVE-2026-25742: Zulip Information Disclosure Vulnerability

  • CVE-2026-26058: Zulip Path Traversal Vulnerability

  • CVE-2026-24050: Zulip Stored XSS 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