Intel

AIKIDO-2026-890690

livebook is vulnerable to Origin Validation Error

Origin Validation ErrorCVE-2026-66298 Published Today

86

High Risk

This Affects:

ELIXIRlivebook
0.5.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

Livebook renders notebook-defined JavaScript inside a sandboxed cross-origin iframe, but the iframe shell forwards every keydown event to the parent page without checking Event.isTrusted. Untrusted output scripts can synthesize keyboard events and drive Livebook's global shortcuts, forcing full notebook evaluation, restarting the runtime, or deleting cells in the browser of anyone viewing the output. The fix only proxies genuine user-initiated events from JS widgets.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you open or view untrusted notebooks that render JavaScript outputs.

Background info

livebook is vulnerable to Origin Validation Error in versions 0.5.0 - 0.18.6 and 0.19.0 - 0.19.8.

How to fix this

Upgrade the livebook library to the patch version.