SQL injection in Parse Server - CVE-2026-32234

 

SQL injection in Parse Server - CVE-2026-32234

Published: April 6, 2026


Vulnerability identifier: #VU125000
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-32234
CWE-ID: CWE-89
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Parse Community
Affected software:
Parse Server

Detailed vulnerability description

The vulnerability allows a remote user to inject arbitrary SQL commands.

The vulnerability exists due to improper neutralization of special elements used in an SQL command in the query handler when processing crafted field names in query constraints with the $regex operator. A remote privileged user can send a specially crafted query to inject arbitrary SQL commands.

This issue only affects deployments using PostgreSQL and allows operations at the database level rather than through the Parse Server abstraction layer.


How to mitigate CVE-2026-32234

Install security update from vendor's website.

Sources