Bug 2437875 (CVE-2026-1615) - CVE-2026-1615 jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation
Summary: CVE-2026-1615 jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Pa...
Keywords:
Status: NEW
Alias: CVE-2026-1615
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-02-09 11:11 UTC by OSIDB Bzimport
Modified: 2026-02-24 13:26 UTC (History)
30 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-02-09 11:11:20 UTC
All versions of the package jsonpath 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.


Note You need to log in before you can comment on or make changes to this bug.