CRITICAL🇵🇱 Wersja polska

CVE-2026-31856

CVSS 9.3v4.0pub. 2026-03-11upd. 2026-03-13

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. A SQL injection vulnerability exists in the PostgreSQL storage adapter when processing Increment operations on nested object fields using dot notation (e.g., stats.counter). The amount value is interpolated directly into the SQL query without parameterization or type validation. An attacker who can send write requests to the Parse Server REST API can inject arbitrary SQL subqueries to read any data from the database, bypassing CLPs and ACLs. MongoDB deployments are not affected. This vulnerability is fixed in 9.6.0-alpha.3 and 8.6.29.

🤖 AI Analysis
How it works

The vulnerability occurs in the PostgreSQL database adapter when processing Increment operations on nested fields of objects using dot notation (e.g., stats.counter). The value of the 'amount' parameter is directly inserted into the SQL query without parameterization or type validation. An attacker sending write requests to the Parse Server REST API can inject arbitrary SQL subqueries, which will be executed by the database engine. The vulnerability does not affect instances using MongoDB.

Impact

An unauthenticated attacker can read any data stored in the PostgreSQL database, including data protected by CLP (Class Level Permissions) rules and ACL (Access Control Lists). This results in a complete breach of confidentiality of stored data.

Mitigation & patch

Parse Server should be updated immediately to version 8.6.29 (stable branch) or 9.6.0-alpha.3 (alpha branch). Patches are available in the vendor references on GitHub. Until the update is applied, consider restricting access to the Parse Server REST API at the network level.

Who is affected

Parseplatform Parse Server in all versions before 8.6.29 (8.x branch) and before 9.6.0-alpha.3 (9.x branch) using the PostgreSQL adapter. Deployments based on MongoDB are not vulnerable.

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • Parseplatform Parse Server

    APP
    Parseplatform
    9.6.0< 8.6.299.0.0 – 9.6.0 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
SQLi
CWE
References

Related vulnerabilities

CVE-2026-34532CRITICAL9.1PL ✓same product

Parse Server: obejście walidatorów Cloud Functions przez prototype chain

CVE-2026-32242CRITICAL9.1PL ✓same product

Race condition w Parse Server — błędna walidacja tokenów OAuth2

CVE-2026-32248CRITICAL9.3PL ✓same product

Parse Server — przejęcie konta przez manipulację zapytaniem (Auth Bypass)

CVE-2026-31840CRITICAL9.3PL ✓same product

SQL Injection w Parse Server poprzez dot-notation i parametr sort (PostgreSQL)

CVE-2026-31871CRITICAL9.3PL ✓same product

SQL Injection w Parse Server (PostgreSQL) — operacje Increment na polach zagnieżdżonych