SCA: security update for jsonpath (GHSA-87r5-mp6g-5w5j)

critical Tenable Self-Hosted Container Security Plugin ID 437714

Description

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

- Versions of the package jsonpath before 1.3.0 are vulnerable to Arbitrary Code Injection via unsafe
evaluation of user-supplied JSON Path expressions. The library relies on the static-eval module to process
JSON Path input, which is not designed to handle untrusted data safely. An attacker can exploit this
vulnerability by supplying a malicious JSON Path expression that, when evaluated, executes arbitrary
JavaScript code, leading to Remote Code Execution in Node.js environments or Cross-site Scripting (XSS) in
browser contexts. This affects all methods that evaluate JSON Paths against objects, including .query,
.nodes, .paths, .value, .parent, and .apply. (CVE-2026-1615)

See Also

https://github.com/advisories/GHSA-87r5-mp6g-5w5j

Plugin Details

Severity: Critical

ID: 437714

Version: Revision 1.19

Type: Local

Family: SCA Checks

Published: 2/13/2026

Updated: 7/14/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.88

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

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

CVSS Score Source: CVE-2026-1615

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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

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

CVSS v4

Risk Factor: Critical

Base Score: 9.2

Threat Score: 8.2

Threat Vector: CVSS:4.0/E:P

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 2/9/2026

Vulnerability Publication Date: 2/9/2026

Reference Information

CVE: CVE-2026-1615

cwe: CWE-94