Intel

AIKIDO-2026-475963

livebook is vulnerable to Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF)CVE-2026-66885 Published Today

68

Medium Risk

This Affects:

ELIXIRlivebook
0.15.0 - 0.18.6
Fixed in 0.18.7
0.19.0 - 0.19.8
Fixed in 0.19.9
Are you affected? Scan for Free

TL;DR

The Livebook Teams identity callback exchanges an authorization code for a token and writes it into the browser session without any state or nonce binding to the session that started the login. A member of the same Livebook Teams organization can begin a login flow, retain the code, and induce another user to open a URL carrying it, completing authentication under the initiator's identity. The victim then works in a session attributed to another account, exposing secrets, uploads, and notebook results. The fix binds the callback to the initiating session with state validation.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your instance uses Livebook Teams identity for authentication.

Background info

livebook is vulnerable to Cross-Site Request Forgery (CSRF) in versions 0.15.0 - 0.18.6 and 0.19.0 - 0.19.8.

How to fix this

Upgrade the livebook library to the patch version.