SCA: security update for pnpm (GHSA-rxhj-4m44-96r4)

high Tenable Cloud Security Plugin ID 444036

Description

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

- pnpm is a package manager. Prior to 10.34.0 and 11.4.0, pnpm's patch application pipeline (@pnpm/patch-
package) performs no path validation on file paths extracted from .patch files. An attacker who
contributes a malicious patch file via a pull request can write attacker-controlled content to or delete
arbitrary files on the filesystem during pnpm install, as the user running the install. The diff --git
header paths containing ../../ sequences traverse out of the package directory, and the traversal is
difficult to catch in code review because patch file diff headers are opaque to most reviewers. This
vulnerability is fixed in 10.34.0 and 11.4.0. (CVE-2026-50015)

Solution

Update the pnpm library and its related packages to version 10.34.0 or later.

See Also

https://github.com/advisories/GHSA-rxhj-4m44-96r4

Plugin Details

Severity: High

ID: 444036

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 6/27/2026

Updated: 6/30/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 6.0

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.7

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

CVSS Score Source: CVE-2026-50015

CVSS v3

Risk Factor: High

Base Score: 7.3

Temporal Score: 6.6

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 6/26/2026

Vulnerability Publication Date: 6/25/2026

Reference Information

CVE: CVE-2026-50015

cwe: CWE-22