Answer in brief
CVE-2026-66297 records a Medium severity (CVSS 4.9) vulnerability in Unescaped deployment environment variables in generated setup commands. The current sources do not mark it as known exploited. The current feed maps livebook-dev/livebook (generic), livebook-dev/livebook (generic), livebook-dev/livebook (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2026-66297 records a Medium severity (CVSS 4.9) vulnerability in Unescaped deployment environment variables in generated setup commands. The current sources do not mark it as known exploited. The current feed maps livebook-dev/livebook (generic), livebook-dev/livebook (generic), livebook-dev/livebook (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 4.9. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps livebook-dev/livebook (generic), livebook-dev/livebook (generic), livebook-dev/livebook (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| livebook-dev/livebookgeneric | >=0.13.0 <0.18.7 || >=0.19.0 <0.19.9 | 0.18.7, 0.19.9 |
| livebook-dev/livebookgeneric | >=0.13.0 <0.18.7 || >=0.19.0 <0.19.9 || >=0.13.0-cuda12 <0.18.7-cuda12 || >=0.19.0-cuda12 <0.19.9-cuda12 | 0.18.7, 0.19.9, 0.18.7-cuda12, 0.19.9-cuda12 |
| livebook-dev/livebookgeneric | >=7cf4af5c10ec645f55a10f30e5661c54f6a6b319 <* | * |
Published upstream
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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.
Quoted source text, attributed separately from HOL analysis.
CVSS is 4.9. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps livebook-dev/livebook (generic), livebook-dev/livebook (generic), livebook-dev/livebook (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| livebook-dev/livebookgeneric | >=0.13.0 <0.18.7 || >=0.19.0 <0.19.9 | 0.18.7, 0.19.9 |
| livebook-dev/livebookgeneric | >=0.13.0 <0.18.7 || >=0.19.0 <0.19.9 || >=0.13.0-cuda12 <0.18.7-cuda12 || >=0.19.0-cuda12 <0.19.9-cuda12 | 0.18.7, 0.19.9, 0.18.7-cuda12, 0.19.9-cuda12 |
| livebook-dev/livebookgeneric | >=7cf4af5c10ec645f55a10f30e5661c54f6a6b319 <* | * |
Published upstream
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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.
Quoted source text, attributed separately from HOL analysis.