๐Ÿ” CVE Alert

CVE-2026-54133

CRITICAL 9.8

jmespath.php has CompilerRuntime code injection via unescaped function names

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

jmespath.php allows users to use JMESPath, software for declaratively specifying how to extract elements from a JSON document, in PHP applications with PHP data structures. Versions prior to 2.9.1 can generate and execute attacker-controlled PHP code when `JmesPath\CompilerRuntime` is used with an attacker-controlled JMESPath expression. The compiler emits parsed JMESPath function names into generated PHP source without sufficient escaping. A crafted expression can cause the generated cache file to contain executable attacker-controlled PHP, which is then loaded by the compiler runtime. The issue is patched in `2.9.1` and later. As a workaround, disable `JP_PHP_COMPILE` and do not use `JmesPath\CompilerRuntime` with attacker-controlled expressions. Use the default `AstRuntime` for untrusted expressions. Applications that must continue accepting untrusted JMESPath expressions before upgrading should ensure those expressions are never evaluated by the compiler runtime.

CWE CWE-20 CWE-94 CWE-116
Vendor jmespath
Product jmespath.php
Published Jun 12, 2026
Last Updated Jun 12, 2026
Stay Ahead of the Next One

Get instant alerts for jmespath jmespath.php

Be the first to know when new critical vulnerabilities affecting jmespath jmespath.php are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

jmespath / jmespath.php
< 2.9.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/jmespath/jmespath.php/security/advisories/GHSA-pcw8-m77r-2528