Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. parse-server
  4. ›
  5. CVE-2026-53726

CVE-2026-53726: parse-server: Relation `$relatedTo` query bypasses `protectedFields` and owning-object ACL

June 19, 2026

A relation query using the $relatedTo operator could read the membership of a Relation field even when that field was hidden from the requesting client by protectedFields, and even when the object owning the relation was not readable by the client under its ACL or class-level permissions. The request requires only the public API credentials that Parse clients normally carry — no user session, master key, or Cloud Code is needed.

As a result, an unauthenticated client who knows or obtains the owning object’s objectId could enumerate the objects linked through a protected relation, or combine the operator with an objectId constraint to use it as a membership oracle — confirming whether a specific object is linked to a private parent. This affects applications that rely on protectedFields or object ACLs to keep Relation membership confidential, such as private group memberships, block lists, or account-to-resource associations.

References

  • github.com/advisories/GHSA-wmwx-jr2p-4j4r
  • github.com/parse-community/parse-server/pull/10493
  • github.com/parse-community/parse-server/pull/10494
  • github.com/parse-community/parse-server/security/advisories/GHSA-wmwx-jr2p-4j4r
  • nvd.nist.gov/vuln/detail/CVE-2026-53726

Code Behaviors & Features

Detect and mitigate CVE-2026-53726 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 8.6.80, all versions starting from 9.0.0 before 9.9.1-alpha.6

Fixed versions

  • 8.6.80
  • 9.9.1-alpha.6

Solution

Upgrade to versions 8.6.80, 9.9.1-alpha.6 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-639: Authorization Bypass Through User-Controlled Key

Source file

npm/parse-server/CVE-2026-53726.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 20 Jun 2026 12:17:22 +0000.