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

CVE-2026-30947: Parse Server Information Disclosure Bug

CVE-2026-30947 is an information disclosure flaw in Parse Server that bypasses class-level permissions in LiveQuery subscriptions, exposing restricted data. This article covers technical details, affected versions, and fixes.

Published: March 13, 2026

CVE-2026-30947 Overview

CVE-2026-30947 is an Authorization Bypass vulnerability in Parse Server, an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 9.5.2-alpha.3 and 8.6.16, class-level permissions (CLP) are not enforced for LiveQuery subscriptions. An unauthenticated or unauthorized client can subscribe to any LiveQuery-enabled class and receive real-time events for all objects, regardless of CLP restrictions.

This vulnerability affects all Parse Server deployments that use LiveQuery with class-level permissions. The flaw allows attackers to bypass access controls and receive real-time data streams that should be restricted, leading to significant unauthorized information disclosure.

Critical Impact

Data intended to be restricted by class-level permissions is leaked to unauthorized subscribers in real time, enabling attackers to monitor sensitive object changes without authentication.

Affected Products

  • parseplatform parse-server versions prior to 8.6.16
  • parseplatform parse-server versions 9.5.2-alpha1 and 9.5.2-alpha2
  • All Parse Server deployments using LiveQuery with class-level permissions

Discovery Timeline

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

Technical Details for CVE-2026-30947

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization). The root cause lies in Parse Server's LiveQuery subscription handler, which fails to validate class-level permissions before allowing clients to subscribe to real-time event streams.

LiveQuery is a feature in Parse Server that enables real-time data synchronization by allowing clients to subscribe to object changes. When properly configured, class-level permissions should restrict which users can read, write, or otherwise interact with objects in specific classes. However, the affected versions do not enforce these permissions during the subscription process.

The network-accessible attack vector requires no authentication and no user interaction. An attacker can establish a WebSocket connection to the LiveQuery server and subscribe to any class, regardless of the CLP configuration. Once subscribed, the attacker receives real-time notifications whenever objects in that class are created, updated, or deleted—exposing potentially sensitive data that administrators believed was protected.

Root Cause

The vulnerability stems from a missing authorization check in the LiveQuery subscription flow. When a client initiates a subscription request, Parse Server validates the connection but fails to verify whether the requesting client has the necessary class-level permissions to access the specified class. This oversight allows the subscription to proceed without proper access control validation, bypassing the intended security model.

Attack Vector

The attack exploits the network-accessible LiveQuery WebSocket endpoint. An attacker can connect to the LiveQuery server and issue subscription requests for any LiveQuery-enabled class. Since CLP validation is missing from the subscription handler, the server accepts the subscription and begins streaming real-time object events to the unauthorized client.

The attack requires no prior authentication, making it accessible to any network attacker who can reach the LiveQuery endpoint. The attacker receives a continuous stream of data changes, potentially including sensitive user information, application state, or business-critical data that was intended to be access-controlled.

For detailed technical information about the vulnerability mechanism, see the GitHub Security Advisory GHSA-7ch5-98q2-7289.

Detection Methods for CVE-2026-30947

Indicators of Compromise

  • Unusual WebSocket connections to LiveQuery endpoints from untrusted IP addresses
  • Subscription requests from unauthenticated sessions to CLP-protected classes
  • Anomalous spikes in LiveQuery subscription activity without corresponding authenticated user sessions
  • Log entries showing subscription events from clients without valid session tokens

Detection Strategies

  • Monitor LiveQuery WebSocket connections for subscription attempts to sensitive classes without proper authentication headers
  • Implement logging for all LiveQuery subscription requests and correlate with authentication status
  • Review Parse Server access logs for subscription patterns that bypass normal application workflows
  • Deploy network-level monitoring to detect unexpected connections to the LiveQuery port from external sources

Monitoring Recommendations

  • Enable verbose logging for the LiveQuery server component to capture subscription metadata
  • Configure alerts for LiveQuery subscriptions to classes containing sensitive data
  • Implement session validation logging to identify subscription attempts without valid authentication
  • Monitor for rapid successive subscription attempts across multiple classes, which may indicate reconnaissance activity

How to Mitigate CVE-2026-30947

Immediate Actions Required

  • Upgrade Parse Server to version 8.6.16 or 9.5.2-alpha.3 immediately
  • Audit existing LiveQuery subscriptions to identify any unauthorized access that may have occurred
  • Review class-level permissions configuration to ensure sensitive classes have appropriate restrictions
  • Consider temporarily disabling LiveQuery for highly sensitive classes until patches are applied

Patch Information

Parse Server has released security patches addressing this vulnerability in versions 8.6.16 and 9.5.2-alpha.3. Organizations should upgrade to these versions immediately to ensure class-level permissions are properly enforced for LiveQuery subscriptions.

  • GitHub Parse Server Release 8.6.16 - Stable release with fix
  • GitHub Parse Server Release 9.5.2-alpha.3 - Alpha release with fix

For complete vulnerability details and remediation guidance, refer to the GitHub Security Advisory GHSA-7ch5-98q2-7289.

Workarounds

  • Disable LiveQuery functionality entirely for sensitive classes until the patch is applied
  • Implement network-level access controls to restrict LiveQuery endpoint access to trusted clients only
  • Deploy a reverse proxy or application firewall to validate authentication before allowing WebSocket connections
  • Consider using server-side filtering to limit data exposure while awaiting patch deployment
bash
# Example: Upgrade Parse Server to patched version
npm update parse-server@8.6.16

# Verify installed version
npm list 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

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.01%

  • 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-863
  • Technical References
  • GitHub Parse Server Release 8.6.16

  • GitHub Parse Server Release 9.5.2-alpha.3
  • Vendor Resources
  • GitHub Security Advisory GHSA-7ch5-98q2-7289
  • Related CVEs
  • CVE-2026-39321: Parse Server Information Disclosure Flaw

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

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

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