CVE-2026-54133

Source
https://cve.org/CVERecord?id=CVE-2026-54133
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-54133.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-54133
Aliases
  • GHSA-pcw8-m77r-2528
Downstream
Related
Published
2026-06-12T13:56:37.874Z
Modified
2026-07-08T08:13:42.843336703Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
jmespath.php has CompilerRuntime code injection via unescaped function names
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/54xxx/CVE-2026-54133.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-116",
        "CWE-20",
        "CWE-94"
    ]
}
References

Affected packages

Git / github.com/jmespath/jmespath.php

Affected ranges

Type
GIT
Repo
https://github.com/jmespath/jmespath.php
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "source": [
        "AFFECTED_FIELD",
        "CPE_RANGE"
    ],
    "cpe": "cpe:2.3:a:jmespath:jmespath:*:*:*:*:*:php:*:*",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "2.9.1"
        }
    ]
}

Affected versions

0.*
0.1.0
0.2.0
0.3.0
0.4.0
1.*
1.0.0
1.1.0
1.1.1
2.*
2.0.0
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.6.1
2.7.0
2.8.0
2.9.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-54133.json"