NONE · 0

CVE-2026-77414

JSONata is a JSON query and transformation language. Prior to 1.8.8 and 2.2.1, the src/jsonata.js environment.lookup function used a bypassable hasOwnProperty check. Crafted expressions could use $has...

Vulnerability Description

JSONata is a JSON query and transformation language. Prior to 1.8.8 and 2.2.1, the src/jsonata.js environment.lookup function used a bypassable hasOwnProperty check. Crafted expressions could use $hasOwnProperty, $spread, $string, prototype access, and $constructor to reach the object prototype and invoke process.getBuiltinModule with child_process, executing arbitrary code with the privileges of the host process. This issue is fixed in versions 1.8.8 and 2.2.1.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-77414?

CVE-2026-77414 is a documented vulnerability. JSONata is a JSON query and transformation language. Prior to 1.8.8 and 2.2.1, the src/jsonata.js environment.lookup function used a bypassable hasOwnProperty check. Crafted expressions could use $has...

How severe is CVE-2026-77414?

CVSS scoring is not yet available for CVE-2026-77414. Check NVD for updates.

Is there a patch for CVE-2026-77414?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.