parse-server: Malformed `$regex` query leaks database error details in API response
Moderate severity
GitHub Reviewed
Published
Mar 5, 2026
in
parse-community/parse-server
•
Updated Mar 6, 2026
Package
Affected versions
>= 9.0.0, < 9.5.0-alpha.6
< 8.6.7
Patched versions
9.5.0-alpha.6
8.6.7
Description
Published by the National Vulnerability Database
Mar 6, 2026
Published to the GitHub Advisory Database
Mar 6, 2026
Reviewed
Mar 6, 2026
Last updated
Mar 6, 2026
Impact
A malformed $regex query parameter (e.g.
[abc)causes the database to return a structured error object that is passed unsanitized through the API response. This leaks database internals such as error messages, error codes, code names, cluster timestamps, and topology details. The vulnerability is exploitable by any client that can send query requests, depending on the deployment's permission configuration.Patches
The fix sanitizes database error objects so that only a generic
"An internal server error occurred"message is returned to clients, while the detailed error is logged server-side. The fix respects theenableSanitizedErrorResponseserver option.Workarounds
There is no workaround other than upgrading. The error leakage occurs in the query execution layer and cannot be mitigated through server configuration or client-side changes.
Resources
References