Katalog CVE

CVE-2026-66297

WysokieCVSS 8.0
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Podwyższone ryzyko
1.31%

Percentyl 68 - wyżej niż 68% wszystkich znanych CVE

Streszczenie

Podatność typu OS Command Injection w Livebook pozwala na wstrzyknięcie komend do generowanych poleceń konfiguracyjnych Docker i Fly.io. Wartości zmiennych środowiskowych grupy wdrożeniowej są interpolowane do poleceń bez odpowiedniego escapowania, co umożliwia wykonanie dowolnych komend przez powłokę.

Ocena ryzyka

Atakujący z uprawnieniami do ustawiania zmiennych środowiskowych grupy wdrożeniowej może spowodować wykonanie złośliwego kodu na maszynie administratora, który skopiuje i uruchomi wygenerowane polecenie bez jego weryfikacji. Może to prowadzić do przejęcia konta użytkownika lub kompromitacji systemu.

Rekomendacja

Zaleca się natychmiastową aktualizację Livebook do wersji 0.18.7 lub 0.19.9 (lub nowszej), która zawiera poprawkę. Dodatkowo, przed uruchomieniem jakichkolwiek wygenerowanych poleceń, należy zawsze dokładnie je przejrzeć pod kątem podejrzanych elementów.

Inne podatności w Livebook

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS