Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. jsonata
  4. ›
  5. CVE-2026-77415

CVE-2026-77415: JSONata vulnerable to Arbitrary Code Execution via crafted JSONata expressions

August 21, 2026

Before JSONata 2.2.1 and 1.8.8 it was possible to execute arbitrary code with crafted expressions, due to:

  • overwriting $clone allowing mutation of objects via transforms (see evaluateTransformExpression)
  • it being possible to destruct jsonata functions/lambdas (e.g. $merge.*)
  • applyProcedure using proc.arguments.forEach and not Array.prototype.forEach

Which could be chained to execute arbitrary code.

This was fixed with:

  • https://github.com/jsonata-js/jsonata/pull/799 (https://github.com/jsonata-js/jsonata/pull/799/changes#diff-de23c1b6e199d0e59406a284aae5fa7be63fcbbff706829913dba73dcdeb061cL1673-R1673)
  • https://github.com/jsonata-js/jsonata/pull/800
  • https://github.com/jsonata-js/jsonata/pull/802

Which are included in the 2.2.1 release. Fixes were then back-ported to the 1.8.8 release.

References

  • github.com/advisories/GHSA-66mm-25pp-rfff
  • github.com/jsonata-js/jsonata/commit/47c0e58542202c705726663166dbee5fcae47d06
  • github.com/jsonata-js/jsonata/commit/4b217d514376e30cba278941298d7ba97c4a6c6e
  • github.com/jsonata-js/jsonata/commit/59e25144fc3b7125f6befd71b8a6e14e1fa610d2
  • github.com/jsonata-js/jsonata/commit/f09df8416eab8ff44926fc6527c80fb8701de159
  • github.com/jsonata-js/jsonata/commit/f174348c7fa30f271b63ddedf0767e814004bc4d
  • github.com/jsonata-js/jsonata/pull/799
  • github.com/jsonata-js/jsonata/pull/800
  • github.com/jsonata-js/jsonata/pull/802
  • github.com/jsonata-js/jsonata/releases/tag/v1.8.8
  • github.com/jsonata-js/jsonata/releases/tag/v2.2.1
  • github.com/jsonata-js/jsonata/security/advisories/GHSA-66mm-25pp-rfff
  • nvd.nist.gov/vuln/detail/CVE-2026-77415

Code Behaviors & Features

Detect and mitigate CVE-2026-77415 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.8.8, all versions starting from 2.0.0 before 2.2.1

Fixed versions

  • 1.8.8
  • 2.2.1

Solution

Upgrade to versions 1.8.8, 2.2.1 or above.

Impact 9.8 CRITICAL

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

Learn more about CVSS

Weakness

  • CWE-94: Improper Control of Generation of Code ('Code Injection')

Source file

npm/jsonata/CVE-2026-77415.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 12 Sep 2026 00:19:02 +0000.