GHSA-m983-v2ff-wq65

Suggest an improvement
Source
https://github.com/advisories/GHSA-m983-v2ff-wq65
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-m983-v2ff-wq65/GHSA-m983-v2ff-wq65.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-m983-v2ff-wq65
Aliases
  • CVE-2026-34363
Published
2026-03-30T17:40:59Z
Modified
2026-03-30T17:49:09.115752Z
Severity
  • 8.2 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
LiveQuery protected field leak via shared mutable state across concurrent subscribers
Details

Impact

When multiple clients subscribe to the same class via LiveQuery, the event handlers process each subscriber concurrently using shared mutable objects. The sensitive data filter modifies these shared objects in-place, so when one subscriber's filter removes a protected field, subsequent subscribers may receive the already-filtered object. This can cause protected fields and authentication data to leak to clients that should not see them, or cause clients that should see the data to receive an incomplete object.

Additionally, when an afterEvent Cloud Code trigger is registered, one subscriber's trigger modifications can leak to other subscribers through the same shared mutable state.

Any Parse Server deployment using LiveQuery with protected fields or afterEvent triggers is affected when multiple clients subscribe to the same class.

Patches

The fix deep-clones the shared objects at the start of each subscriber's processing callback, ensuring each subscriber works on an independent copy. Additionally, a bug was fixed where master key LiveQuery clients could not receive events on classes with protected fields due to an incorrect type passed to the sensitive data filter.

Workarounds

There is no known workaround.

Resources

  • GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-m983-v2ff-wq65
  • Fix Parse Server 9: https://github.com/parse-community/parse-server/pull/10330
  • Fix Parse Server 8: https://github.com/parse-community/parse-server/pull/10331
Database specific
{
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-362"
    ],
    "nvd_published_at": null,
    "github_reviewed_at": "2026-03-30T17:40:59Z",
    "severity": "HIGH"
}
References

Affected packages

npm / parse-server

Package

Affected ranges

Type
SEMVER
Events
Introduced
9.0.0
Fixed
9.7.0-alpha.9

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-m983-v2ff-wq65/GHSA-m983-v2ff-wq65.json"

npm / parse-server

Package

Affected ranges

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

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/03/GHSA-m983-v2ff-wq65/GHSA-m983-v2ff-wq65.json"