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

CVE-2026-33409: Parse Server Auth Bypass Vulnerability

CVE-2026-33409 is an authentication bypass vulnerability in Parse Server that allows attackers to log in as any user with linked third-party authentication. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33409 Overview

CVE-2026-33409 is an authentication bypass vulnerability in Parse Server, an open source backend that can be deployed to any infrastructure that runs Node.js. This vulnerability allows an attacker to log in as any user who has linked a third-party authentication provider without knowing the user's credentials. The attacker only needs to know the user's provider ID to gain full access to their account, including obtaining a valid session token.

This vulnerability specifically affects Parse Server deployments where the server option allowExpiredAuthDataToken is set to true. While the default value is false, deployments that have explicitly enabled this option are at risk of complete account takeover through this authentication bypass.

Critical Impact

Attackers can gain full account access to any user with linked third-party authentication by only knowing their provider ID, enabling complete account takeover and unauthorized session token generation.

Affected Products

  • Parse Server versions prior to 8.6.52
  • Parse Server 9.6.0-alpha.1 through 9.6.0-alpha.40
  • Any Parse Server deployment with allowExpiredAuthDataToken set to true

Discovery Timeline

  • March 24, 2026 - CVE-2026-33409 published to NVD
  • March 25, 2026 - Last updated in NVD database

Technical Details for CVE-2026-33409

Vulnerability Analysis

This authentication bypass vulnerability (CWE-287) occurs during the login process when Parse Server handles users with linked third-party authentication providers. The flaw exists in how the server validates authentication data during login attempts. When a user has linked a third-party provider (such as Facebook, Google, or other OAuth providers), the server fails to properly validate the authentication credentials under certain configurations.

The vulnerability is exploitable over the network and requires the attacker to have knowledge of the target user's provider ID—information that may be obtainable through various means including social engineering, data breaches, or application information disclosure. Upon successful exploitation, the attacker receives a valid session token granting full access to the victim's account.

Root Cause

The root cause lies in the auth provider validation logic when allowExpiredAuthDataToken is enabled. This configuration option was originally intended to allow users to remain logged in even if their third-party authentication token had expired. However, the implementation contained a flaw that allowed authentication to proceed with only partial authData, effectively bypassing the credential validation entirely.

The vulnerable code path allowed login attempts with insufficient authentication data to succeed, granting session tokens without proper verification of the user's identity through the third-party provider.

Attack Vector

The attack is executed over the network and requires the following conditions:

  1. The target Parse Server instance has allowExpiredAuthDataToken set to true
  2. The target user has linked a third-party authentication provider to their account
  3. The attacker knows the victim's provider ID (e.g., their Facebook user ID)

With these conditions met, an attacker can craft a login request with partial authData containing only the provider ID, bypassing the normal credential validation flow and receiving a valid session token.

javascript
// Security patch in src/Options/Definitions.js showing the fix
// Source: https://github.com/parse-community/parse-server/commit/98f4ba5bcf2c199bfe6225f672e8edcd08ba732d
   },
   allowExpiredAuthDataToken: {
     env: 'PARSE_SERVER_ALLOW_EXPIRED_AUTH_DATA_TOKEN',
-    help: 'Allow a user to log in even if the 3rd party authentication token that was used to sign in to their account has expired. If this is set to `false`, then the token will be validated every time the user signs in to their account. This refers to the token that is stored in the `_User.authData` field. Defaults to `false`.',
+    help: 'Deprecated. This option will be removed in a future version. Auth providers are always validated on login. On update, if this is set to `true`, auth providers are only re-validated when the auth data has changed. If this is set to `false`, auth providers are re-validated on every update. Defaults to `false`.',
     action: parsers.booleanParser,
     default: false,
   },

Source: GitHub Commit Fix

Detection Methods for CVE-2026-33409

Indicators of Compromise

  • Unusual login patterns for accounts with linked third-party authentication providers
  • Session tokens generated without corresponding valid OAuth callback events
  • Authentication logs showing login attempts with minimal or partial authData payloads
  • Multiple successful logins from different IP addresses or geolocations for the same user account

Detection Strategies

  • Review Parse Server configuration files for allowExpiredAuthDataToken: true or PARSE_SERVER_ALLOW_EXPIRED_AUTH_DATA_TOKEN=true environment variables
  • Audit authentication logs for login requests containing partial authData objects with only provider IDs
  • Monitor for anomalous session creation patterns, particularly accounts with third-party auth links
  • Implement logging to capture the full authData structure during login attempts for forensic analysis

Monitoring Recommendations

  • Enable detailed authentication logging in Parse Server to capture all login attempts and their associated authData
  • Set up alerts for successful logins that don't correlate with OAuth provider callback traffic
  • Monitor for accounts accessing resources from multiple disparate locations in short timeframes
  • Track failed authentication attempts that may indicate reconnaissance activity targeting provider IDs

How to Mitigate CVE-2026-33409

Immediate Actions Required

  • Verify your Parse Server configuration and ensure allowExpiredAuthDataToken is set to false (or not set, as false is the default)
  • Update to Parse Server version 8.6.52 or 9.6.0-alpha.41 immediately
  • Audit recent authentication logs for suspicious login activity on accounts with third-party auth providers
  • Consider invalidating existing session tokens for high-value accounts and requiring re-authentication

Patch Information

The Parse Server team has released security patches in versions 8.6.52 and 9.6.0-alpha.41. The fix ensures that auth providers are always validated on login regardless of the allowExpiredAuthDataToken setting. The option itself is now deprecated and will be removed in a future major version.

Relevant patch commits:

  • GitHub Commit Update (Version 9.x branch)
  • GitHub Commit Fix (Version 8.x branch)

For complete security advisory details, see the GitHub Security Advisory GHSA-pfj7-wv7c-22pr.

Workarounds

  • Set allowExpiredAuthDataToken to false in your Parse Server configuration if upgrading immediately is not possible
  • Remove the PARSE_SERVER_ALLOW_EXPIRED_AUTH_DATA_TOKEN environment variable if it was set to true
  • Implement additional authentication monitoring at the network or application layer
  • Consider temporarily disabling third-party authentication providers until patches can be applied
bash
# Configuration example - Ensure allowExpiredAuthDataToken is disabled
# In your Parse Server configuration file or environment:

# Option 1: Environment variable (set to false or remove entirely)
export PARSE_SERVER_ALLOW_EXPIRED_AUTH_DATA_TOKEN=false

# Option 2: In Parse Server configuration object
# {
#   ...
#   allowExpiredAuthDataToken: false,
#   ...
# }

# Verify current Parse Server version
npm list parse-server

# Upgrade to patched version
npm install parse-server@8.6.52
# or for alpha channel
npm install parse-server@9.6.0-alpha.41

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

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:A/VC:H/VI:H/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
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Pull Request #10246

  • GitHub Pull Request #10247
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Fix

  • GitHub Security Advisory GHSA-pfj7-wv7c-22pr
  • Related CVEs
  • 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

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