GHSA-72hp-qff8-4pvv

Suggest an improvement
Source
https://github.com/advisories/GHSA-72hp-qff8-4pvv
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-72hp-qff8-4pvv/GHSA-72hp-qff8-4pvv.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-72hp-qff8-4pvv
Aliases
Published
2026-03-11T00:19:57Z
Modified
2026-03-14T03:41:13Z
Severity
  • 7.1 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Parse Server has a protected fields bypass via logical query operators
Details

Impact

The validation for protected fields only checks top-level query keys. By wrapping a query constraint on a protected field inside a logical operator, the check is bypassed entirely. This allows any authenticated user to query on protected fields to extract field values.

All Parse Server deployments have default protected fields and are vulnerable.

Patches

The fix adds recursive validation of sub-queries with logical operators, consistent with the existing recursive validation patterns.

Workarounds

Use a beforeFind trigger on affected classes to manually inspect the query for protected field references in logical operator sub-queries and reject the request.

References

Database specific
{
    "cwe_ids":  [
        "CWE-284"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-03-11T00:19:57Z",
    "nvd_published_at":  "2026-03-10T21:16:48Z",
    "severity":  "HIGH"
}
References

Affected packages

npm / parse-server

Package

Affected ranges

Type
SEMVER
Events
Introduced
9.0.0
Fixed
9.5.2-alpha.6

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-72hp-qff8-4pvv/GHSA-72hp-qff8-4pvv.json"

npm / parse-server

Package

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
8.6.19

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-72hp-qff8-4pvv/GHSA-72hp-qff8-4pvv.json"