EEF-CVE-2026-66297

Source
https://cna.erlef.org/osv/EEF-CVE-2026-66297.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-66297.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-66297
Aliases
  • CVE-2026-66297
  • GHSA-qpjc-w5mm-73mj
Published
2026-08-05T19:43:58.068Z
Modified
2026-08-05T19:56:01.430434544Z
Severity
  • 5.0 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:A/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H CVSS Calculator
Summary
Unescaped deployment environment variables in generated setup commands
Details

Summary

Improper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.

LivebookWeb.Hub.Teams.DeploymentGroupAgentComponent.docker_instructions/2 and LivebookWeb.Hub.Teams.DeploymentGroupAgentComponent.fly_instructions/4 in lib/livebook_web/live/hub/teams/deployment_group_agent_component.ex interpolate deployment group environment variable values into the generated Docker and Fly.io setup commands without shell escaping. The values originate from the deployment group configuration and reach the sinks through Livebook.Hubs.Dockerfile.online_docker_info/3.

Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as $(...) or backticks is evaluated by the shell without any need to break out of the quoting, and a literal double quote terminates the quoted word and allows arbitrary further tokens. The generated command is displayed in the Livebook web interface with a copy button, so a user who copies it and runs it without reviewing it first executes the injected commands on their own machine, under their own account.

An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command.

This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9.

Database specific
{
    "cwe_ids": [
        "CWE-78"
    ],
    "cpe_ids": [
        "cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*"
    ],
    "capec_ids": [
        "CAPEC-88"
    ]
}
References
Credits
    • Nguyễn Công Tú - FINDER
    • Jonatan Kłosko - REMEDIATION_DEVELOPER
    • José Valim - REMEDIATION_REVIEWER
    • Jonatan Männchen / EEF - ANALYST

Affected packages

Hex / livebook

Package

Name
livebook
Purl
pkg:hex/livebook

Affected ranges

Type
SEMVER
Events
Introduced
0.13.0
Fixed
0.18.7
Type
SEMVER
Events
Introduced
0.19.0
Fixed
0.19.9

Affected versions

0.*
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0-rc.0
0.14.0-rc.1
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-66297.json"

Git / github.com/livebook-dev/livebook

Affected versions

Other
nightly
v0.*
v0.18.0
v0.18.1
v0.18.2
v0.18.3
v0.18.4
v0.18.5
v0.18.6
v0.19.0
v0.19.1
v0.19.2
v0.19.3
v0.19.4
v0.19.5
v0.19.6
v0.19.7
v0.19.8

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-66297.json"