Kritische RCE-Schwachstelle in Jsonpath-Bibliothek (CVE-2026-1615)

⚠️ CVE-Referenzen: CVE-2026-1615

Zusammenfassung

Eine Sicherheitslücke mit der CVE-ID CVE-2026-1615 in der Jsonpath-Bibliothek vor Version 1.2.0 ermöglicht Angreifern die Ausführung von beliebigem Schadcode. Die Schwachstelle betrifft alle Methoden, die Jsonpath-Ausdrücke auswerten, und kann in Node.js-Umgebungen zu Remote Code Execution (RCE) und in Browsern zu Cross-Site-Scripting (XSS) führen. Ein Patch ist dringend erforderlich, um die Angriffsfläche zu minimieren.

Versions of the package jsonpath before 1.2.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.
Quelle: app.opencve.io