Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2022-24760

CVE-2022-24760: Parse Server RCE Vulnerability

CVE-2022-24760 is a remote code execution vulnerability in Parse Server caused by prototype pollution in DatabaseController.js. Affecting default MongoDB configurations, this flaw enables attackers to execute arbitrary code remotely.

Published: February 17, 2026

CVE-2022-24760 Overview

Parse Server is an open source HTTP web server backend widely used for building scalable applications. A critical Remote Code Execution (RCE) vulnerability exists in versions prior to 4.10.7 that allows attackers to execute arbitrary code on the server. The vulnerability is rooted in Prototype Pollution within the DatabaseController.js file, affecting Parse Server in its default configuration with MongoDB and likely impacting other database backends including Postgres.

Critical Impact

This vulnerability enables unauthenticated remote code execution through prototype pollution, potentially allowing complete server compromise on both Linux (Ubuntu) and Windows systems.

Affected Products

  • Parse Platform Parse Server (versions prior to 4.10.7)
  • Canonical Ubuntu Linux
  • Microsoft Windows

Discovery Timeline

  • 2022-03-12 - CVE-2022-24760 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-24760

Vulnerability Analysis

This vulnerability represents a severe security flaw combining Prototype Pollution with Remote Code Execution. The weakness originates in the DatabaseController.js file where improper handling of object properties allows attackers to manipulate JavaScript object prototypes. By polluting the prototype chain, attackers can inject malicious properties that are inherited by other objects throughout the application, ultimately leading to arbitrary code execution.

The vulnerability is particularly dangerous because it affects Parse Server in its default configuration. The attack surface spans multiple database backends—while confirmed on MongoDB configurations, the underlying prototype pollution flaw in the core controller logic suggests Postgres and other backends are equally vulnerable.

Root Cause

The root cause stems from CWE-1321 (Improperly Controlled Modification of Object Prototype Attributes) and CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component). The application fails to properly sanitize or validate object properties before processing, allowing attackers to inject __proto__ or constructor.prototype properties that pollute the JavaScript prototype chain.

Attack Vector

The attack is network-accessible, requiring no authentication or user interaction. An attacker can craft malicious HTTP requests containing specially formatted JSON payloads that exploit the prototype pollution vulnerability. When the Parse Server processes these requests through the DatabaseController, the polluted prototype propagates through the application, enabling code execution. The attack has been confirmed functional on both Linux (Ubuntu) and Windows operating systems.

The following patches were applied to address the vulnerability:

javascript
     literalValue = t.arrayExpression(array.map((value) => {
       if (typeof value == 'string') {
         return t.stringLiteral(value);
+      } else if (typeof value == 'number') {
+        return t.numericLiteral(value);
+      } else if (typeof value == 'object') {
+        const object = parsers.objectParser(value);
+        const props = Object.entries(object).map(([k, v]) => {
+          if (typeof v == 'string') {
+            return t.objectProperty(t.identifier(k), t.stringLiteral(v));
+          } else if (typeof v == 'number') {
+            return t.objectProperty(t.identifier(k), t.numericLiteral(v));
+          } else if (typeof v == 'boolean') {
+            return t.objectProperty(t.identifier(k), t.booleanLiteral(v));
+          }
+        });
+        return t.objectExpression(props);
       } else {
         throw new Error('Unable to parse array');
       }

Source: GitHub Commit

Additional changes were made to the Config.js file to properly initialize the DatabaseController:

javascript
           cacheInfo.schemaCacheTTL,
           cacheInfo.enableSingleSchemaCache
         );
-        config.database = new DatabaseController(cacheInfo.databaseController.adapter, schemaCache);
+        config.database = new DatabaseController(
+          cacheInfo.databaseController.adapter,
+          schemaCache,
+          config
+        );
       } else {
         config[key] = cacheInfo[key];
       }

Source: GitHub Commit

Detection Methods for CVE-2022-24760

Indicators of Compromise

  • Unusual HTTP requests containing __proto__, constructor, or prototype in JSON payloads targeting Parse Server endpoints
  • Unexpected child processes spawned by the Node.js Parse Server process
  • Anomalous modifications to object prototypes in application memory
  • Suspicious outbound network connections from the Parse Server instance

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block requests containing prototype pollution payloads
  • Monitor application logs for malformed JSON requests or unexpected parsing errors in DatabaseController.js
  • Implement runtime application self-protection (RASP) to detect prototype manipulation attempts
  • Use SentinelOne's Singularity Platform to detect and block post-exploitation activities such as command execution

Monitoring Recommendations

  • Enable detailed logging for all Parse Server API endpoints and monitor for anomalous request patterns
  • Configure alerts for any process creation or system calls originating from the Node.js runtime
  • Monitor file system changes within the Parse Server installation directory
  • Track network connections from Parse Server instances to identify potential command-and-control communications

How to Mitigate CVE-2022-24760

Immediate Actions Required

  • Upgrade Parse Server to version 4.10.7 or later immediately
  • Audit Parse Server access logs for any suspicious requests containing prototype pollution patterns
  • Isolate affected Parse Server instances until patching is complete
  • Review and restrict network access to Parse Server endpoints using firewall rules

Patch Information

The Parse Server team has addressed this vulnerability in version 4.10.7. The security fix is available through the official GitHub repository commit 886bfd7cac69496e3f73d4bb536f0eec3cba0e4d. Users should upgrade immediately by updating their Node.js package dependencies. For detailed patch information, refer to the GitHub Security Advisory GHSA-p6h4-93qp-jhcm.

Workarounds

  • Manually apply the security patch from GitHub commit 886bfd7 if immediate upgrade is not possible
  • Implement input validation middleware to reject requests containing prototype pollution payloads
  • Use Object.freeze() on critical objects to prevent prototype modification
  • Deploy a reverse proxy with request filtering to block malicious payloads before they reach Parse Server
bash
# Upgrade Parse Server to patched version
npm update parse-server@4.10.7

# Verify installed version
npm list parse-server

# For yarn users
yarn upgrade parse-server@4.10.7

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechParse Server

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability69.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-74

  • CWE-1321
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory

  • Huntr Bounty Listing
  • Related CVEs
  • CVE-2024-29027: Parse Server Cloud Function RCE Vulnerability

  • CVE-2023-36475: Parse Server Prototype Pollution RCE Flaw

  • CVE-2022-39396: Parse Server RCE Vulnerability via Pollution

  • CVE-2026-39321: 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