SCA: security update for parse-server (GHSA-m983-v2ff-wq65)

high Tenable Cloud Security Plugin ID 439468

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js.
Prior to versions 8.6.65 and 9.7.0-alpha.9, 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. This issue has been patched in versions 8.6.65
and 9.7.0-alpha.9. (CVE-2026-34363)

Solution

Update the parse-server library and its related packages to version 8.6.65 or later.

See Also

https://github.com/advisories/GHSA-m983-v2ff-wq65

Plugin Details

Severity: High

ID: 439468

Version: Revision 1.10

Type: Local

Family: SCA Checks

Published: 3/30/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 4.9

Temporal Score: 3.6

Vector: CVSS2#AV:N/AC:H/Au:S/C:C/I:N/A:N

CVSS Score Source: CVE-2026-34363

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.6

Vector: CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: High

Base Score: 8.2

Threat Score: 4.6

Threat Vector: CVSS:4.0/E:U

Vector: 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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/30/2026

Vulnerability Publication Date: 3/30/2026

Reference Information

CVE: CVE-2026-34363

cwe: CWE-362