Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-66885— Livebook Teams identity callback lacks state binding, allowing login CSRF

CVSS 6.8 · Medium EPSS 0.20% · P10

Affected Version Matrix 7

VendorProductVersion RangeStatus
livebook-devlivebook0.15.0< 0.18.7affected
0.19.0< 0.19.9affected
0.15.0< 0.18.7affected
0.19.0< 0.19.9affected
0.15.0-cuda12< 0.18.7-cuda12affected
0.19.0-cuda12< 0.19.9-cuda12affected
4380a411920531223088267ed1c0ad21f96ef660< *affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-66885

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Livebook Teams identity callback lacks state binding, allowing login CSRF
Source: 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.
Source: 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
Source: CVE Program / CVE List V5
Vulnerability Type
跨站请求伪造(CSRF)
Source: CVE Program / CVE List V5

Affected Products

VendorProductAffected VersionsCPESubscribe
livebook-devlivebook 0.15.0 ~ 0.18.7 cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
livebook-devlivebook 0.15.0 ~ 0.18.7 cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
livebook-devlivebook 4380a411920531223088267ed1c0ad21f96ef660 ~ * cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*

II. Public POCs for CVE-2026-66885

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-66885

登录查看更多情报信息。

Patches & Fixes for CVE-2026-66885 (3)

Vendor Advisories for CVE-2026-66885 (2)

News Coverage for CVE-2026-66885 (1)

Same Patch Batch · livebook-dev · 2026-08-05 · 5 CVEs total

CVE-2026-662988.6 HIGHJS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shor
CVE-2026-687467.7 HIGHLivebook Teams identity check fails open when the deployment group is unresolvable, allowi
CVE-2026-668817.0 HIGHPath traversal in imported file_entries name allows arbitrary file write via URL-type entr
CVE-2026-662975.0 MEDIUMUnescaped deployment environment variables in generated setup commands

IV. Related Vulnerabilities

V. Comments for CVE-2026-66885

No comments yet


Leave a comment