๐Ÿ” CVE Alert

CVE-2026-55441

HIGH 8.6

mise: Arbitrary command execution via task-include files in an untrusted, config-less repository

CVSS Score
8.6
EPSS Score
0.0%
EPSS Percentile
0th

mise manages dev tools like node, python, cmake, and terraform. Prior to 2026.6.4, mise's trust feature gates config files (mise.toml, .tool-versions) through trust_check, but task-include files are loaded on a path that never reaches it. When a directory has a task-include dir (mise-tasks/, .mise/tasks/, โ€ฆ) but no config file, mise falls back to the default includes and renders each task's tera fields โ€” and that tera environment has exec() registered. A {{ exec(command='โ€ฆ') }} in any rendered field runs arbitrary commands the moment the tasks are merely listed. There's no config file to gate on, so no trust prompt ever appears. Read-only commands trigger it: mise tasks, mise task ls, mise run, mise tasks --usage (the query shell completion runs on Tab). The victim only has to cd into a cloned repo and list or tab-complete a task. This vulnerability is fixed in 2026.6.4.

CWE CWE-78 CWE-94 CWE-732
Vendor jdx
Product mise
Published Jun 26, 2026
Last Updated Jun 26, 2026
Stay Ahead of the Next One

Get instant alerts for jdx mise

Be the first to know when new high vulnerabilities affecting jdx mise 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:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

jdx / mise
< 2026.6.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/jdx/mise/security/advisories/GHSA-77g9-363w-rccq