CVE-2026-100632 PUBLISHED

Parse Server 9.0.0 before 9.10.1 Protected Fields Disclosure via LiveQuery

Assigner: VulnCheck
Reserved: 26.09.2026 Published: 26.09.2026 Updated: 26.09.2026

Parse Server is an open-source backend server. In versions >= 9.0.0 and < 9.10.1-alpha.8, and in versions < 8.6.89, LiveQuery evaluates the protectedFields class-level permission against an incompletely resolved caller identity: the subscriber's roles are not resolved, and when a subscription does not supply its own session token the event payload is redacted against an anonymous identity even though the read was authorized against the connected user. As a result, field masks defined for a role, for authenticated users, or for a specific user are not applied, so an authenticated subscriber can receive field values that the REST API correctly withholds and can use a masked field to filter or watch a subscription. Only classes with LiveQuery enabled that define protectedFields under a role:, authenticated, or per-user group are affected; masks under the public () group are applied correctly. The issue is fixed in 9.10.1-alpha.8 and 8.6.89. As a workaround, additionally define the affected field masks under the public () group, or disable LiveQuery for classes whose class-level permissions rely on role-scoped, authenticated, or per-user protectedFields groups.

Metrics

CVSS Vector: 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 Score: 7.1

Product Status

Vendor parse-community
Product parse-server
Versions Default: unaffected
  • affected from 9.0.0 to 9.10.1-alpha.8 (excl.)
  • Version 9.10.1-alpha.8 is unaffected
Vendor parse-community
Product parse-server
Versions Default: unaffected
  • affected from 0 to 8.6.89 (excl.)
  • Version 8.6.89 is unaffected

Credits

  • d3do-23 reporter
  • mtrezza coordinator

References

Problem Types

  • Exposure of Sensitive Information to an Unauthorized Actor CWE