PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-53726 parse-community CVE debrief

CVE-2026-53726 is a vulnerability in Parse Server, an open-source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.80 and 9.9.1-alpha.6, 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.

Vendor
parse-community
Product
parse-server
CVSS
MEDIUM 6.9
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-12
Original CVE updated
2026-06-12
Advisory published
2026-06-12
Advisory updated
2026-06-12

Who should care

Developers and administrators of applications that use Parse Server and rely on protectedFields or object ACLs to keep Relation membership confidential should be aware of this vulnerability. This includes applications with private group memberships, block lists, or account-to-resource associations.

Technical summary

The vulnerability has a CVSS score of 6.9 and is classified as MEDIUM severity. It was published on June 12, 2026, and has not been modified since then. The vulnerability is related to CWE-639.

Defensive priority

MEDIUM

Recommended defensive actions

  • Upgrade to Parse Server version 8.6.80 or 9.9.1-alpha.6 or later.
  • Review and update application code to ensure that sensitive data is properly protected.

Evidence notes

The vulnerability was patched in versions 8.6.80 and 9.9.1-alpha.6. References to the patches and advisory can be found at [ref-4](https://github.com/parse-community/parse-server/pull/10493), [ref-5](https://github.com/parse-community/parse-server/pull/10494), and [ref-6](https://github.com/parse-community/parse-server/security/advisories/GHSA-wmwx-jr2p-4j4r).

Official resources

public