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

CVE-2026-33042: Parse Server Auth Bypass Vulnerability

CVE-2026-33042 is an authentication bypass flaw in Parse Server allowing users to sign up without credentials using empty authData. This article covers technical details, affected versions, security impact, and mitigation.

Published: March 20, 2026

CVE-2026-33042 Overview

CVE-2026-33042 is an authentication bypass vulnerability in Parse Server, an open source backend that can be deployed to any infrastructure that can run Node.js. The vulnerability allows users to sign up without providing credentials by sending an empty authData object, effectively bypassing the username and password requirement. This creates authenticated sessions without proper credentials, even when anonymous users are explicitly disabled in the server configuration.

Critical Impact

Attackers can create authenticated user accounts without valid credentials, potentially gaining unauthorized access to Parse Server applications and their associated data.

Affected Products

  • Parse Server versions prior to 8.6.49
  • Parse Server versions 9.6.0-alpha1 through 9.6.0-alpha28
  • All Parse Server deployments running on Node.js with vulnerable versions

Discovery Timeline

  • 2026-03-18 - CVE-2026-33042 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-33042

Vulnerability Analysis

This authentication bypass vulnerability (CWE-287) exists in Parse Server's user registration logic. The flaw occurs because the server fails to properly validate the authData field during user signup requests. When a user submits a signup request with an empty authData object ({}), the server incorrectly treats this as valid authentication provider data, allowing account creation without requiring traditional username and password credentials.

The vulnerability is particularly concerning because it bypasses security controls even when anonymous user functionality is disabled. Administrators who have explicitly configured their Parse Server instances to require authenticated users may incorrectly assume their systems are protected against unauthorized account creation.

Root Cause

The root cause lies in insufficient validation of the authData object during new user creation. The server's credential validation logic did not treat empty or non-actionable authData the same as absent authData. This inconsistency allowed attackers to satisfy the authentication check by providing an empty object, circumventing the requirement for valid credentials or authentication provider data.

Attack Vector

This vulnerability is exploitable over the network without requiring prior authentication or user interaction. An attacker can craft a malicious HTTP request to the Parse Server's user signup endpoint, including an empty authData field in the request body. The server processes this request as a legitimate signup with authentication provider data, creating a new user account with an authenticated session.

The attack is straightforward to execute: by sending a POST request to the /users endpoint with {"authData": {}} in the body, an attacker bypasses the normal credential requirements. This can be leveraged to create numerous unauthorized accounts, potentially leading to resource exhaustion, data manipulation, or as a stepping stone for further attacks against the application.

Detection Methods for CVE-2026-33042

Indicators of Compromise

  • User accounts created without username or password fields populated in the _User collection
  • Unusual patterns of user registrations with empty or null authentication data
  • MongoDB or database logs showing user creation operations with empty authData objects
  • Authentication logs indicating sessions created without corresponding credential validation

Detection Strategies

  • Implement monitoring for signup requests containing authData fields with empty objects
  • Query the _User collection for accounts lacking both username/password and valid third-party authentication data
  • Review Parse Server access logs for POST requests to /users or /parse/users endpoints with suspicious payloads
  • Set up alerts for unusual spikes in user account creation activity

Monitoring Recommendations

  • Enable detailed logging for all user registration events in Parse Server
  • Monitor network traffic for requests to user signup endpoints containing empty JSON objects
  • Implement database auditing to track changes to the _User collection
  • Configure SIEM rules to detect authentication bypass patterns

How to Mitigate CVE-2026-33042

Immediate Actions Required

  • Upgrade Parse Server to version 8.6.49 or 9.6.0-alpha.29 immediately
  • Audit existing user accounts in the _User collection for potentially unauthorized accounts created via this vulnerability
  • Implement the Cloud Code workaround if immediate patching is not possible
  • Review application access logs for signs of exploitation

Patch Information

The Parse Server maintainers have released patches addressing this vulnerability. The fix ensures that empty or non-actionable authData is treated the same as absent authData for credential validation during new user creation. Username and password are now required when no valid auth provider data is present.

For more details, see the GitHub Security Advisory GHSA-wjqw-r9x4-j59v and the related pull requests: PR #10219 and PR #10220.

Workarounds

  • Implement a Cloud Code beforeSave trigger on the _User class to reject signups where authData is empty and no username/password is provided
  • Add server-side validation to check for non-empty authData with valid provider keys before allowing user creation
  • Consider implementing rate limiting on user registration endpoints to reduce potential exploitation impact
javascript
// Cloud Code workaround - beforeSave trigger for _User class
Parse.Cloud.beforeSave(Parse.User, async (request) => {
  const user = request.object;
  const isNewUser = !user.existed();
  
  if (isNewUser) {
    const authData = user.get('authData');
    const username = user.get('username');
    const password = user.get('password');
    
    // Check if authData is empty or has no valid provider keys
    const hasValidAuthData = authData && 
      Object.keys(authData).length > 0 && 
      Object.values(authData).some(v => v !== null);
    
    // Require username/password if no valid authData
    if (!hasValidAuthData && (!username || !password)) {
      throw new Parse.Error(
        Parse.Error.VALIDATION_ERROR,
        'Username and password required for signup'
      );
    }
  }
});

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechParse Server

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/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-287

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Pull Request #10219

  • GitHub Pull Request #10220
  • Vendor Resources
  • GitHub Security Advisory GHSA-wjqw-r9x4-j59v
  • Related CVEs
  • CVE-2026-39381: Parse Server Auth Bypass Vulnerability

  • CVE-2026-34373: Parse Server GraphQL Auth Bypass Flaw

  • CVE-2026-34532: Parse Server Auth Bypass Vulnerability

  • CVE-2026-34574: Parse Server 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