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

CVE-2026-33323: Parse Server Information Disclosure Flaw

CVE-2026-33323 is an information disclosure vulnerability in Parse Server that enables unauthenticated attackers to enumerate valid usernames. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33323 Overview

A username enumeration vulnerability has been identified in Parse Server, an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.51 and 9.6.0-alpha.40, the Pages route and legacy PublicAPI route for resending email verification links return distinguishable responses depending on whether the provided username exists and has an unverified email. This allows an unauthenticated attacker to enumerate valid usernames by observing different redirect targets.

The existing emailVerifySuccessOnInvalidEmail configuration option, which is enabled by default and protects the API route against this type of information disclosure, did not apply to the affected Pages and legacy PublicAPI routes, creating an inconsistent security posture across the application.

Critical Impact

Unauthenticated attackers can enumerate valid usernames on Parse Server deployments, potentially enabling targeted credential stuffing attacks, social engineering campaigns, or reconnaissance for further exploitation.

Affected Products

  • Parse Server versions prior to 8.6.51
  • Parse Server versions 9.6.0-alpha.1 through 9.6.0-alpha.39
  • All Parse Server deployments using the Pages route or legacy PublicAPI route for email verification

Discovery Timeline

  • 2026-03-24 - CVE-2026-33323 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-33323

Vulnerability Analysis

This vulnerability is classified as CWE-204 (Observable Response Discrepancy), an information disclosure weakness where an application provides different responses that reveal sensitive information about system state. In Parse Server, the email verification routes exhibit behavioral differences that allow attackers to determine whether a given username exists in the system.

When a request is made to resend an email verification link, the server's redirect behavior differs based on whether the username exists and has an unverified email address. An attacker can systematically probe the endpoint with various usernames and observe the redirect targets to distinguish between valid and invalid usernames. This information leakage occurs without requiring any authentication, making it accessible to any network attacker.

The vulnerability is particularly concerning because Parse Server already implemented protections for this scenario through the emailVerifySuccessOnInvalidEmail configuration option, but this protection was not consistently applied across all verification routes.

Root Cause

The root cause lies in the inconsistent application of the emailVerifySuccessOnInvalidEmail security configuration. While this option was designed to provide uniform responses regardless of username validity to prevent enumeration attacks, the Pages route and legacy PublicAPI route were not covered by this protection mechanism.

This created a security gap where the main API route correctly returned indistinguishable responses, but the alternative routes continued to expose user existence through observable differences in redirect behavior.

Attack Vector

The attack exploits the network-accessible email verification routes without requiring authentication. An attacker can construct requests to the vulnerable endpoints with arbitrary usernames and observe the HTTP redirect responses. By analyzing whether the redirect target differs between existing and non-existing usernames, the attacker can compile a list of valid usernames.

The attack methodology involves sending HTTP requests to the email verification resend endpoint with various potential usernames and recording the response behavior. Different redirect targets for valid versus invalid usernames allow systematic enumeration. This reconnaissance data can then be used to facilitate credential stuffing attacks, targeted phishing campaigns, or social engineering attempts.

Detection Methods for CVE-2026-33323

Indicators of Compromise

  • Unusual volume of requests to email verification resend endpoints from single IP addresses
  • Sequential or automated-looking username patterns in verification requests
  • High frequency of requests with distinct usernames but similar timing patterns
  • Requests to both /apps/.../resend_verification_email and legacy PublicAPI verification routes

Detection Strategies

  • Monitor access logs for enumeration patterns targeting email verification endpoints
  • Implement rate limiting rules that detect rapid successive requests with different usernames
  • Configure web application firewall (WAF) rules to flag suspicious enumeration activity
  • Analyze HTTP response patterns for statistically significant differences in redirect behavior

Monitoring Recommendations

  • Enable detailed logging for all authentication-related endpoints including email verification routes
  • Set up alerts for threshold-based detection of verification endpoint abuse
  • Correlate verification request patterns with subsequent authentication attempts to identify attack chains
  • Review Parse Server access logs for reconnaissance activity targeting user enumeration

How to Mitigate CVE-2026-33323

Immediate Actions Required

  • Upgrade Parse Server to version 8.6.51 or later for stable releases
  • Upgrade to version 9.6.0-alpha.40 or later for alpha channel deployments
  • Review server logs for any historical enumeration attempts against verification endpoints
  • Implement rate limiting on email verification routes as a defense-in-depth measure

Patch Information

The Parse Server maintainers have released patches that address this vulnerability by ensuring the emailVerifySuccessOnInvalidEmail configuration option applies consistently to all verification routes, including the Pages route and legacy PublicAPI route.

For version 8.x users, upgrade to 8.6.51 as documented in GitHub Pull Request #10238.

For version 9.x alpha users, upgrade to 9.6.0-alpha.40 as documented in GitHub Pull Request #10243.

Patch commits are available at commit 967aa57 and commit fbda4cb. Additional details are available in the GitHub Security Advisory GHSA-h29g-q5c2-9h4f.

Workarounds

  • Implement network-level rate limiting on email verification endpoints to slow enumeration attempts
  • Deploy a web application firewall with rules to detect and block automated enumeration patterns
  • Consider temporarily disabling the legacy PublicAPI route if not required by your application
  • Implement CAPTCHA or proof-of-work challenges on verification resend functionality to deter automated abuse
bash
# Example: Rate limiting email verification endpoints with nginx
# Add to your nginx server configuration

location ~ ^/apps/.*/resend_verification_email {
    limit_req zone=verification burst=5 nodelay;
    limit_req_status 429;
    proxy_pass http://parse_server;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechParse Server

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-204
  • Technical References
  • GitHub Pull Request #10238

  • GitHub Pull Request #10243
  • Vendor Resources
  • GitHub Commit Update #967aa57

  • GitHub Commit Update #fbda4cb

  • GitHub Security Advisory GHSA-h29g-q5c2-9h4f
  • Related CVEs
  • CVE-2026-34363: Parse Server Information Disclosure Flaw

  • CVE-2026-33429: Parse Server Information Disclosure Flaw

  • CVE-2026-33627: Parse Server Information Disclosure Flaw

  • CVE-2026-33163: Parse Server Information Disclosure Flaw
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