Куда я попал?
SECURITM это SGRC система, ? автоматизирующая процессы в службах информационной безопасности. SECURITM помогает построить и управлять ИСПДн, КИИ, ГИС, СМИБ/СУИБ, банковскими системами защиты.
А еще SECURITM это место для обмена опытом и наработками для служб безопасности.

CVE-2026-66881

PUBLISHED 05.08.2026

CNA: EEF

Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download

Обновлено: 05.08.2026
Relative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A .livemd notebook can declare file_entries metadata, each entry carrying a name. Every path that creates a file entry through the user interface validates that name with Livebook.Notebook.validate_file_entry_name/2, which requires a flat filename of alphanumerics, dashes, underscores and dots, ending in an extension. The import path does not: Livebook.LiveMarkdown.Import.file_entry_metadata_to_attrs/1 in lib/livebook/live_markdown/import.ex takes the name verbatim from the notebook source. For a URL-type file entry, Livebook.Session.file_entry_cache_file/2 in lib/livebook/session.ex resolves that name beneath the session's temporary directory without checking that the result stays inside it, and Livebook.FileSystem.Utils.resolve_unix_like_path/2 collapses parent-directory segments while clamping only at the filesystem root. When the entry's content is requested and no cached copy exists, Livebook fetches the entry's URL and writes the response body to the resolved path, creating parent directories as needed. The attacker therefore controls both the destination and the contents of the written file, which may land anywhere the Livebook process can write. The same missing containment check is present in Livebook.Session.to_attachment_file_entry/2. A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9.

CWE

Идентификатор Описание
CWE-23 The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory.

CVSS

Оценка Severity Версия Базовый вектор
7 HIGH 4.0 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N

Доп. Информация

Product Status

livebook
Product: livebook
Vendor: livebook-dev
Default status: unaffected
Версии:
Затронутые версии Статус
Наблюдалось в версиях от 0.11.0 до 0.18.7 affected
Наблюдалось в версиях от 0.19.0 до 0.19.9 affected
СPE:
  • cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
livebook
Product: livebook
Vendor: livebook-dev
Default status: unaffected
Версии:
Затронутые версии Статус
Наблюдалось в версиях от 0.11.0 до 0.18.7 affected
Наблюдалось в версиях от 0.19.0 до 0.19.9 affected
Наблюдалось в версиях от 0.11.0-cuda12 до 0.18.7-cuda12 affected
Наблюдалось в версиях от 0.19.0-cuda12 до 0.19.9-cuda12 affected
СPE:
  • cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
livebook
Product: livebook
Vendor: livebook-dev
Default status: unaffected
Версии:
Затронутые версии Статус
Наблюдалось в версиях от c02eb984f80a543c7a52b1d882c76f56aa5be743 до * affected
СPE:
  • cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
 

Ссылки

Мы используем cookie-файлы, чтобы получить статистику, которая помогает нам улучшить сервис для вас с целью персонализации сервисов и предложений. Вы может прочитать подробнее о cookie-файлах или изменить настройки браузера. Продолжая пользоваться сайтом, вы даёте согласие на использование ваших cookie-файлов и соглашаетесь с Политикой обработки персональных данных.