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

CVE-2026-33163: Parse Server Information Disclosure Flaw

CVE-2026-33163 is an information disclosure vulnerability in Parse Server that leaks protected fields and authData to LiveQuery subscribers. This article covers technical details, affected versions, impact, and mitigation.

Published: March 20, 2026

CVE-2026-33163 Overview

CVE-2026-33163 is a high-severity information disclosure vulnerability in Parse Server, an open source backend that can be deployed to any infrastructure that can run Node.js. The vulnerability allows the LiveQuery server to leak protected fields and authentication data (authData) to all subscribers of a class when a Parse.Cloud.afterLiveQueryEvent trigger is registered.

Critical Impact

Any user with sufficient Class-Level Permissions (CLP) to subscribe to an affected class can receive protected field data of other users, including sensitive personal information and OAuth tokens from third-party authentication providers.

Affected Products

  • Parse Server versions prior to 8.6.50
  • Parse Server versions 9.6.0-alpha1 through 9.6.0-alpha34
  • Parse Server deployments using Parse.Cloud.afterLiveQueryEvent triggers with protected fields

Discovery Timeline

  • March 18, 2026 - CVE-2026-33163 published to NVD
  • March 19, 2026 - Last updated in NVD database

Technical Details for CVE-2026-33163

Vulnerability Analysis

This vulnerability represents a reference detachment bug in Parse Server's LiveQuery implementation. The issue manifests when protected fields configured via Class-Level Permissions (protectedFields) are included in LiveQuery event payloads for all event types including create, update, delete, enter, and leave operations. The vulnerability exposes sensitive data that should be restricted, including OAuth tokens from third-party authentication providers stored in the authData field.

The flaw allows unauthorized information disclosure across user boundaries, meaning any authenticated user with subscription permissions to an affected class can intercept protected data belonging to other users. This creates a significant privacy breach vector in multi-tenant Parse Server deployments.

Root Cause

The vulnerability was caused by a reference detachment bug in the LiveQuery event handling code. When an afterEvent trigger is registered, the LiveQuery server performs a series of operations that inadvertently bypass the sensitive data filter:

  1. The LiveQuery server converts the event object to a Parse.Object for the trigger
  2. It then creates a new JSON copy via toJSONwithObjects()
  3. The sensitive data filter was applied to the Parse.Object reference
  4. However, the unfiltered JSON copy was the actual data sent to clients

This sequence results in the filter operating on a different object than what is transmitted to subscribers.

Attack Vector

An attacker with valid credentials and sufficient Class-Level Permissions to subscribe to an affected class can exploit this vulnerability by subscribing to LiveQuery events. When other users create, update, or otherwise interact with objects in that class, the attacker's subscription receives the full unfiltered data including protected fields and authentication tokens.

The attack requires:

  • A Parse Server instance with Parse.Cloud.afterLiveQueryEvent triggers registered
  • Classes with protected fields configured via Class-Level Permissions
  • Attacker having CLP permissions to subscribe to the affected class

Detection Methods for CVE-2026-33163

Indicators of Compromise

  • Unusual subscription patterns to classes containing sensitive user data
  • Unexpected LiveQuery connections from single accounts monitoring multiple classes
  • Authentication token usage from IP addresses different from original authentication source
  • Anomalous access to third-party services using leaked OAuth tokens

Detection Strategies

  • Audit Parse Server configurations for Parse.Cloud.afterLiveQueryEvent trigger registrations
  • Review Class-Level Permissions to identify classes with protected fields that also allow subscriptions
  • Monitor LiveQuery WebSocket connections for suspicious subscription behavior
  • Analyze server logs for patterns indicating bulk data harvesting via LiveQuery

Monitoring Recommendations

  • Implement logging for all LiveQuery subscription requests with user identity correlation
  • Set up alerts for high-volume LiveQuery event consumption by individual users
  • Monitor for OAuth token misuse that could indicate credential theft from this vulnerability
  • Track access patterns to classes known to contain sensitive user data

How to Mitigate CVE-2026-33163

Immediate Actions Required

  • Upgrade Parse Server to version 8.6.50 or 9.6.0-alpha.35 or later
  • Review and rotate any OAuth tokens that may have been exposed through LiveQuery
  • Audit user data for potential unauthorized access during the vulnerable period
  • Notify affected users if sensitive personal information may have been compromised

Patch Information

The fix has been released in Parse Server versions 9.6.0-alpha.35 and 8.6.50. The patch ensures that the JSON copy is assigned back to the response object before filtering, so the filter operates on the actual data sent to clients. For technical implementation details, see GitHub Pull Request #10232 and GitHub Pull Request #10233.

Additional information is available in the GitHub Security Advisory GHSA-5hmj-jcgp-6hff.

Workarounds

  • Remove all Parse.Cloud.afterLiveQueryEvent trigger registrations from your Parse Server deployment
  • Without an afterEvent trigger, the reference detachment does not occur and protected fields are correctly filtered
  • Restrict Class-Level Permissions to limit subscription access to sensitive classes
  • Consider implementing application-level filtering of sensitive fields before data reaches LiveQuery
bash
# Configuration example
# Review Cloud Code for afterLiveQueryEvent triggers
grep -r "afterLiveQueryEvent" ./cloud/

# Temporarily disable afterLiveQueryEvent triggers until patched
# Comment out or remove trigger registrations like:
# Parse.Cloud.afterLiveQueryEvent('ClassName', async (request) => { ... });

# Verify Parse Server version
npm list parse-server

# Upgrade to patched version
npm install parse-server@8.6.50

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

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/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-200

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

  • GitHub Pull Request #10233
  • Vendor Resources
  • GitHub Security Advisory GHSA-5hmj-jcgp-6hff
  • Related CVEs
  • CVE-2026-34363: Parse Server Information Disclosure Flaw

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

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

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