VDB
EN

EEF-CVE-2026-66297

Unescaped deployment environment variables in generated setup commands

빠른 조치

EEF-CVE-2026-66297 — livebook: 아래 명령으로 수정 버전으로 올리세요.

mix deps.update livebook

상세

## 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.

이 버전이 영향받나요?

사용 중인 패키지 버전을 입력하면 즉시 평가합니다.

영향 패키지

Hex / livebook
최초 영향 버전: 0.13.0 수정 버전: 0.18.7
수정 mix deps.update livebook

참고