目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-66881— 文件条目路径遍历导致任意文件写入漏洞

CVSS 7.0 · High
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-66881 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
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
来源: CVE Program / CVE List V5
Vulnerability Type
相对路径遍历
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
livebook-devlivebook 0.11.0 ~ 0.18.7 cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
livebook-devlivebook 0.11.0 ~ 0.18.7 cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
livebook-devlivebook c02eb984f80a543c7a52b1d882c76f56aa5be743 ~ * cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*

二、漏洞 CVE-2026-66881 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级
Qwen3.6-35B-A3B · 5805 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

三、漏洞 CVE-2026-66881 的情报信息

登录查看更多情报信息。

CVE-2026-66881 补丁与修复 (3)

CVE-2026-66881 厂商安全公告 (3)

同批安全公告 · livebook-dev · 2026-08-05 · 共 5 条

CVE-2026-662988.6 HIGHJS-view沙箱输出可合成键盘事件触发未确认的全局快捷键漏洞
CVE-2026-687467.7 HIGHLivebook Teams 未解析部署组时身份检查失效
CVE-2026-668856.8 MEDIUMLivebook Teams 身份回调缺少状态绑定,允许登录 CSRF
CVE-2026-662975.0 MEDIUM未转义的环境变量在生成的安装命令中导致漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-66881

暂无评论


发表评论