SCA: security update for parse-server (GHSA-827p-g5x5-h86c)

high Tenable Self-Hosted Container Security Plugin ID 438917

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 9.6.0-alpha.19 and 8.6.43, a remote attacker can crash the Parse Server by subscribing to a
LiveQuery with an invalid regular expression pattern. The server process terminates when the invalid
pattern reaches the regex engine during subscription matching, causing denial of service for all connected
clients. The fix in 9.6.0-alpha.19 and 8.6.43 validates regular expression patterns at subscription time,
rejecting invalid patterns before they are stored. Additionally, a defense-in-depth try-catch prevents any
subscription matching error from crashing the server process. As a workaround, disable LiveQuery if it is
not needed. (CVE-2026-32770)

Solution

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

See Also

https://github.com/advisories/GHSA-827p-g5x5-h86c

Plugin Details

Severity: High

ID: 438917

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 3/18/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: Medium

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

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

CVSS Score Source: CVE-2026-32770

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/17/2026

Vulnerability Publication Date: 3/17/2026

Reference Information

CVE: CVE-2026-32770

cwe: CWE-248