SCA: security update for parse-server (GHSA-p84r-h6rx-f2xr)

medium Tenable Cloud Security Plugin ID 443715

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.
From version 9.8.0 to before version 9.9.1-alpha.3, the routeAllowList server option restricts external
client access to a configured list of REST API routes. The check is only enforced as Express middleware
against the outer HTTP request URL, so the /batch handler dispatches each sub-request to the internal
router without re-running the allow-list check. An external caller whose outer route matches batch can
issue batch sub-requests to any REST API route that the operator omitted from the allow-list.
Authentication, ACL, CLP, and other inner-route authorization controls still apply — only the operator-
configured route firewall is bypassed. This issue has been patched in version 9.9.1-alpha.3.
(CVE-2026-50008)

Solution

Update the parse-server library and its related packages to version 9.9.1-alpha.3 or later.

See Also

https://github.com/advisories/GHSA-p84r-h6rx-f2xr

Plugin Details

Severity: Medium

ID: 443715

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 6/20/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.61

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

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

CVSS Score Source: CVE-2026-50008

CVSS v3

Risk Factor: Critical

Base Score: 9.1

Temporal Score: 7.9

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.9

Threat Score: 2.7

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/19/2026

Vulnerability Publication Date: 6/12/2026

Reference Information

CVE: CVE-2026-50008

cwe: CWE-863