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

目标: 1000 元 · 已筹: 1336 元

100%

CVE-2026-66885— Livebook 跨站请求伪造漏洞

一分钟漏洞结论

影响对象
livebook-dev livebook
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Livebook是Livebook组织开源的一款用于编写交互式协作代码笔记本的 Web 应用程序。 Livebook 0.15.0版本至0.18.7之前版本和0.19.0版本至0.19.9之前版本存在跨站请求伪造漏洞,该漏洞源于处理OAuth回调时未验证会话绑定值,导致跨站请求伪造攻击,可能使攻击者将受害者浏览器会话认证到攻击者自己的Livebook Teams身份,导致秘密、上传数据或笔记本结果泄露。

CVSS 6.8 · Medium EPSS 0.24% · P13

影响版本矩阵 7

厂商产品 版本范围状态
livebook-dev livebook 0.15.0< 0.18.7 affected
0.19.0< 0.19.9 affected
0.15.0< 0.18.7 affected
0.19.0< 0.19.9 affected
0.15.0-cuda12< 0.18.7-cuda12 affected
0.19.0-cuda12< 0.19.9-cuda12 affected
4380a411920531223088267ed1c0ad21f96ef660< * affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Livebook Teams identity callback lacks state binding, allowing login CSRF
来源: CVE Program / CVE List V5
Vulnerability Description
Cross-Site Request Forgery (CSRF) vulnerability in livebook-dev livebook allows an attacker to authenticate a victim's browser session under the attacker's own Livebook Teams identity. When Livebook is configured to use Livebook Teams for identity, Livebook.ZTA.LivebookTeams.handle_request/4 in lib/livebook/zta/livebook_teams.ex handles the OAuth-style callback carrying a teams_identity marker and a code parameter. The clause exchanges that code for an access token and writes the token into the browser session without verifying any value that ties the callback to the browser session that started the login. No state or nonce is generated when the flow is initiated: Livebook.Teams.Requests.create_auth_request/1 in lib/livebook/teams/requests.ex sends an empty request body, so no per-attempt value is ever registered, and the callback clause has nothing to compare against. An attacker who holds membership in the same Livebook Teams organisation as the target instance can therefore begin the login flow themselves, retain the resulting authorization code without redeeming it, and induce a victim to open a crafted URL carrying that code. The victim's browser completes the exchange and the resulting session is bound to the attacker's identity rather than the victim's. The victim is not required to hold any particular privilege, and no credential belonging to the victim is involved. The vulnerability does not allow the attacker to authenticate as the victim. The consequence is that a user believes they are working in their own authenticated session while they are in fact operating as another identity. Work performed in that session is attributed to the attacker's account, and secrets, uploaded data, or notebook results the victim produces are exposed to the attacker rather than kept in the victim's own account. The authorization code must be redeemed within a short window after the login flow begins, which constrains the timing of the attack but not its feasibility. This issue affects livebook: from 0.15.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:L/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
跨站请求伪造(CSRF)
来源: CVE Program / CVE List V5
Vulnerability Title
Livebook 跨站请求伪造漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Livebook是Livebook组织开源的一款用于编写交互式协作代码笔记本的 Web 应用程序。 Livebook 0.15.0版本至0.18.7之前版本和0.19.0版本至0.19.9之前版本存在跨站请求伪造漏洞,该漏洞源于处理OAuth回调时未验证会话绑定值,导致跨站请求伪造攻击,可能使攻击者将受害者浏览器会话认证到攻击者自己的Livebook Teams身份,导致秘密、上传数据或笔记本结果泄露。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
livebook-dev livebook 0.15.0 ~ 0.18.7 cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
livebook-dev livebook 0.15.0 ~ 0.18.7 cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
livebook-dev livebook 4380a411920531223088267ed1c0ad21f96ef660 ~ * cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

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

请登录查看更多情报信息。

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

CVE-2026-66885 厂商安全公告 (2)

CVE-2026-66885 新闻报道 (1)

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

CVE-2026-66298 8.6 HIGH Livebook 输入验证错误漏洞
CVE-2026-68746 7.7 HIGH Livebook 异常处理不当漏洞
CVE-2026-66881 7.0 HIGH Livebook 路径遍历漏洞
CVE-2026-66297 5.0 MEDIUM Livebook 命令注入漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-66885

暂无评论


发表评论