A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-30941

CVE-2026-30941: Parse-server NoSQL Injection Vulnerability

CVE-2026-30941 is a NoSQL injection vulnerability in Parse-server that allows attackers to extract password reset and email verification tokens. This article covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-30941 Overview

CVE-2026-30941 is a NoSQL injection vulnerability in Parse Server, an open source backend that can be deployed to any infrastructure running Node.js. This vulnerability allows an unauthenticated attacker to inject MongoDB query operators via the token field in the password reset and email verification resend endpoints. The token value is passed to database queries without type validation and can be used to extract password reset and email verification tokens.

Critical Impact

Any Parse Server deployment using MongoDB with email verification or password reset enabled is affected. When emailVerifyTokenReuseIfValid is configured, attackers can fully extract the email verification token and use it to verify a user's email address without inbox access.

Affected Products

  • parseplatform parse-server versions prior to 8.6.14
  • parseplatform parse-server versions prior to 9.5.2-alpha.1
  • All Parse Server deployments using MongoDB with email verification or password reset enabled

Discovery Timeline

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

Technical Details for CVE-2026-30941

Vulnerability Analysis

This NoSQL injection vulnerability exists in Parse Server's authentication-related endpoints, specifically the password reset and email verification resend functionality. The core issue stems from improper handling of user-supplied input in the token field when constructing MongoDB queries.

When processing password reset or email verification requests, Parse Server accepts a token parameter that should be a simple string value. However, the application fails to validate that the token is actually a string type before passing it to MongoDB queries. This lack of type validation creates an opportunity for attackers to inject MongoDB query operators instead of a plain string value.

An attacker can exploit this by sending specially crafted JSON payloads where the token field contains MongoDB operators such as $regex, $gt, $ne, or other comparison operators. These operators are then interpreted by MongoDB, allowing the attacker to manipulate query logic and potentially extract sensitive token values through blind injection techniques.

Root Cause

The root cause of CVE-2026-30941 is the absence of type validation on the token field before it is used in database queries. Parse Server's password reset and email verification endpoints accept JSON input and directly pass the token field to MongoDB queries without verifying that the value is a string type. This allows attackers to submit objects containing MongoDB operators instead of string tokens, which MongoDB then interprets as query conditions rather than literal values to match.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can send HTTP requests to the password reset or email verification resend endpoints with a maliciously crafted token field. By using MongoDB operators like $regex with iterative queries, an attacker can systematically extract valid tokens character by character. Once a valid password reset or email verification token is extracted, the attacker can use it to reset a user's password or verify their email address without having access to the user's email inbox.

The vulnerability is particularly severe when the emailVerifyTokenReuseIfValid configuration option is enabled, as this allows the email verification token to be reused, giving attackers more time to extract and use the token before it expires or becomes invalid.

Detection Methods for CVE-2026-30941

Indicators of Compromise

  • HTTP requests to /parse/requestPasswordReset or /parse/verifyEmailResend endpoints containing JSON objects in the token field instead of string values
  • Repeated requests to authentication endpoints with varying token patterns suggesting blind injection attempts
  • MongoDB query logs showing unexpected operators like $regex, $gt, $ne, or $exists in authentication-related queries
  • Unusual patterns of email verification or password reset token usage from unexpected IP addresses

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing MongoDB operators in token fields
  • Monitor application logs for requests where the token parameter contains object notation (curly braces) rather than string values
  • Enable detailed MongoDB query logging and alert on queries containing injection operators in the authentication context
  • Implement rate limiting on password reset and email verification endpoints to slow down extraction attempts

Monitoring Recommendations

  • Set up alerts for high-frequency requests to password reset and email verification endpoints from single IP addresses
  • Monitor for patterns of requests with systematically varying token values indicative of blind injection enumeration
  • Review access logs for successful password resets or email verifications that weren't initiated by legitimate users
  • Track and alert on any unauthorized account access following password reset operations

How to Mitigate CVE-2026-30941

Immediate Actions Required

  • Upgrade Parse Server to version 8.6.14 or 9.5.2-alpha.1 immediately
  • Review logs for any evidence of exploitation attempts against password reset or email verification endpoints
  • Consider temporarily disabling password reset and email verification functionality if immediate patching is not possible
  • Implement input validation at the network level to block requests with non-string token values

Patch Information

Parse Server has released security patches that address this vulnerability by implementing proper type validation on the token field. The fix ensures that token values are validated as strings before being used in database queries, preventing MongoDB operator injection.

  • Version 8.6.14: Stable release with the security fix - GitHub Parse Server Release 8.6.14
  • Version 9.5.2-alpha.1: Alpha release with the security fix - GitHub Parse Server Release 9.5.2-alpha.1

For full technical details, see the GitHub Security Advisory GHSA-vgjh-hmwf-c588.

Workarounds

  • Deploy a reverse proxy or WAF in front of Parse Server to validate and sanitize incoming requests to authentication endpoints
  • Disable the emailVerifyTokenReuseIfValid configuration option to reduce the window of opportunity for token extraction
  • Implement custom middleware to validate that the token field in password reset and email verification requests is a string type before processing
  • Consider implementing additional rate limiting and IP-based restrictions on sensitive authentication endpoints
bash
# Example: Disable emailVerifyTokenReuseIfValid in Parse Server configuration
# In your Parse Server configuration file or initialization code:
# Set emailVerifyTokenReuseIfValid to false to limit token reuse exposure
# emailVerifyTokenReuseIfValid: false

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechParse Server

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/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-943
  • Technical References
  • GitHub Parse Server Release 8.6.14

  • GitHub Parse Server Release 9.5.2-alpha.1
  • Vendor Resources
  • GitHub Security Advisory GHSA-vgjh-hmwf-c588
  • Related CVEs
  • CVE-2026-33539: Parse Server SQL Injection Vulnerability

  • CVE-2026-31840: Parse Server SQL Injection Vulnerability

  • CVE-2026-31871: Parse Server PostgreSQL SQLi Vulnerability

  • CVE-2026-31856: Parse Server SQL Injection Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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