Back to overview

CVE-2026-1615

CRITICAL
9.8
CVSS 3.1
Description
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.

Metadata

CVE ID
CVE-2026-1615
State
PUBLISHED
Assigner
snyk
Reserved
2026-01-29 13:07 UTC
Published
2026-02-09 05:00 UTC
Last updated
2026-07-26 15:25 UTC
Primary CWE
CWE-94
Arbitrary Code Injection
Vendor / Product
n/a / jsonpath
Sources
cve.org  ·  NVD

Severity & Metrics

9.8 CRITICAL CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
SSVC — CISA Coordinator
Exploitation
none
Automatable
yes
Tech. Impact
total
Affected products (2)
VendorProductPlatformVersions
n/a jsonpath 0 < 1.3.0
n/a org.webjars.npm:jsonpath 0 < *
Weakness (CWE)
CWESourceDescription
CWE-94 cna Arbitrary Code Injection
CWE-94 adp Improper Control of Generation of Code ('Code Injection')
CVSS scores (3)
ScoreSeverityVersionSourceVector
9.8 CRITICAL 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P
9.8 CRITICAL 3.1 adp CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
9.2 CRITICAL 4.0 cna 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/E:P
Back to overview