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

CVE-2026-30967: Parse Server OAuth2 Auth Bypass Vulnerability

CVE-2026-30967 is an authentication bypass flaw in Parse Server's OAuth2 adapter that allows attackers to authenticate as any user with a valid token. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-30967 Overview

CVE-2026-30967 is an authentication bypass vulnerability affecting Parse Server, an open source backend that can be deployed to any infrastructure that can run Node.js. The vulnerability exists in the OAuth2 authentication adapter when configured without the useridField option. In this misconfigured state, the adapter only verifies that a token is active via the provider's token introspection endpoint but fails to verify that the token belongs to the user identified by authData.id. This allows an attacker with any valid OAuth2 token from the same provider to authenticate as any other user.

Critical Impact

This authentication bypass vulnerability enables complete account takeover. Any attacker possessing a valid OAuth2 token from the configured provider can impersonate any user on the Parse Server deployment, potentially gaining unauthorized access to sensitive user data and application functionality.

Affected Products

  • parseplatform parse-server versions prior to 8.6.22
  • parseplatform parse-server versions 9.5.2-alpha1 through 9.5.2-alpha8
  • Any Parse Server deployment using the generic OAuth2 authentication adapter (configured with oauth2: true) without setting the useridField option

Discovery Timeline

  • 2026-03-10 - CVE CVE-2026-30967 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-30967

Vulnerability Analysis

This vulnerability is classified as CWE-287 (Improper Authentication). The root issue lies in incomplete token validation within the OAuth2 authentication adapter. When the useridField option is not configured, Parse Server performs an incomplete authorization check that only confirms the OAuth2 token is active but does not validate token ownership.

The attack requires network access and low privileges (a valid OAuth2 token from the same identity provider). While some preparation is needed to exploit the vulnerability, successful exploitation results in complete compromise of user confidentiality and integrity, allowing attackers to access and modify data belonging to any user account.

Root Cause

The OAuth2 authentication adapter implementation contains a logic flaw in its token validation routine. When the useridField option is not explicitly set in the Parse Server configuration, the adapter relies solely on the OAuth2 provider's token introspection endpoint to verify that a token is active. However, this validation step does not include verification that the token was actually issued to the user specified in the authData.id field. This missing authorization check creates a gap where token activity is confirmed but token ownership is not.

Attack Vector

The vulnerability can be exploited through the following attack flow:

  1. An attacker obtains any valid OAuth2 access token from the OAuth2 provider configured with the Parse Server instance. This could be their own legitimate token or one obtained through other means.

  2. The attacker sends an authentication request to Parse Server with the valid OAuth2 token but specifies a target victim's user ID in the authData.id field.

  3. Parse Server's OAuth2 adapter validates the token against the provider's introspection endpoint, which confirms the token is active.

  4. Because useridField is not configured, Parse Server does not verify that the token actually belongs to the user specified in authData.id.

  5. The attacker is successfully authenticated as the victim user, gaining full access to their account and data.

This attack requires the attacker to know or guess the target user's ID within the Parse Server system. The vulnerability affects any deployment using the generic OAuth2 authentication adapter without proper configuration of the useridField option.

Detection Methods for CVE-2026-30967

Indicators of Compromise

  • Authentication events where a single OAuth2 token is used to access multiple different user accounts
  • Unusual login patterns showing rapid account switches using the same OAuth2 provider token
  • User complaints about unauthorized access or unexpected account activity following OAuth2 authentication
  • Log entries showing authentication success for user IDs that don't match the token's actual owner

Detection Strategies

  • Review Parse Server configuration files to verify whether the useridField option is properly set for OAuth2 authentication adapters
  • Implement logging and monitoring of OAuth2 authentication events, correlating token identifiers with authenticated user IDs
  • Audit authentication logs for patterns where the same access token is associated with multiple user accounts
  • Deploy application-level monitoring to detect anomalous authentication behavior

Monitoring Recommendations

  • Enable verbose authentication logging in Parse Server to capture token validation details
  • Set up alerts for authentication events that exhibit token reuse across different user accounts
  • Monitor for unusual spikes in OAuth2 authentication failures that may indicate exploitation attempts
  • Implement user behavior analytics to detect account access patterns inconsistent with normal user activity

How to Mitigate CVE-2026-30967

Immediate Actions Required

  • Upgrade Parse Server to version 8.6.22 or 9.5.2-alpha.9 or later immediately
  • If immediate upgrade is not possible, configure the useridField option in the OAuth2 authentication adapter configuration
  • Audit OAuth2 authentication adapter configurations across all Parse Server deployments
  • Review authentication logs for any signs of prior exploitation

Patch Information

Parse Server has released security patches that address this vulnerability. Organizations should upgrade to the following versions:

  • For the 8.x branch: Upgrade to version 8.6.22 or later
  • For the 9.x branch: Upgrade to version 9.5.2-alpha.9 or later

Additional technical details and security guidance are available in the GitHub Security Advisory GHSA-fr88-w35c-r596.

Workarounds

  • Configure the useridField option in the OAuth2 authentication adapter to ensure proper token ownership validation
  • If OAuth2 authentication is not essential, consider temporarily disabling the OAuth2 adapter until patches can be applied
  • Implement additional network-level controls to limit access to authentication endpoints
  • Consider deploying a web application firewall (WAF) with rules to monitor and filter suspicious authentication requests
bash
# Configuration example for Parse Server OAuth2 adapter with useridField
# Add this to your Parse Server initialization configuration
# This ensures proper token ownership validation

# Example configuration snippet (parse-server-config.js):
# auth: {
#   oauth2: {
#     enabled: true,
#     tokenIntrospectionEndpointUrl: "https://your-oauth-provider.com/introspect",
#     useridField: "sub"  # Critical: Set this to the field containing user ID in token response
#   }
# }

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.6

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Release 8.6.22

  • GitHub Release 9.5.2-alpha.9
  • Vendor Resources
  • GitHub Security Advisory GHSA-fr88-w35c-r596
  • 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