Am I affected?

type your livebook version to check

Description

Origin Validation Error vulnerability in livebook-dev livebook allows untrusted notebook output JavaScript to trigger session-wide keyboard shortcuts, including forced evaluation of all cells and runtime restart.

Livebook's JS-view feature renders notebook-defined JavaScript inside a sandboxed, cross-origin iframe specifically because that JavaScript is untrusted. The trusted iframe shell in iframe/priv/static/iframe/v5.html forwards every keydown event fired in its own window to the parent page without consulting Event.isTrusted, so an event synthesized by the untrusted script through window.dispatchEvent is forwarded exactly as a genuine keystroke would be. The parent-side relay in assets/js/hooks/js_view.js reconstructs and re-dispatches it on the live page with no further validation, and because assets/js/hooks/session.js registers the global shortcut handler on the document in the capture phase, that handler acts on the replicated event regardless of how it was produced.

Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach LivebookWeb.SessionLive and execute immediately with no confirmation: the shortcut for queueing full evaluation runs every cell in the notebook, and the shortcut for reconnecting the runtime disconnects and reconnects it, discarding in-memory state. A third shortcut deletes the focused cell behind a confirmation dialog that the user can permanently dismiss, after which it too executes silently.

Forced full evaluation is the significant consequence, because it causes the notebook's own Elixir code to run without the user choosing to evaluate anything. A user who merely opens a notebook obtained from a third party, or reached from published documentation, can have its code executed on their runtime. Livebook also mirrors cell outputs to every connected client, so a malicious output triggers in a collaborator's browser as soon as it renders.

This issue affects livebook: from 0.5.0 before 0.18.7 and from 0.19.0 before 0.19.9.

Weaknesses & attack patterns

Weakness

CWE-346 · Origin Validation Error in catalog → MITRE ↗

Attack patterns

CAPEC-160 · Exploit Script-Based APIs MITRE ↗

Affected — Hex / livebook Hex.pm ↗ Repository ↗

0.5.0 < 0.18.7 affected
0.19 series 0.19.0 < 0.19.9 affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
modules · source files · routines
modules Elixir.LivebookWeb.SessionLive
source files iframe/priv/static/iframe/v5.html · assets/js/hooks/js_view.js · assets/js/hooks/session.js · lib/livebook_web/live/session_live.ex
routines 'Elixir.LivebookWeb.SessionLive':handle_event/3

Affected — ghcr.io / livebook-dev/livebook Container registry ↗

0.5.0 < 0.18.7 affected
0.19 series 0.19.0 < 0.19.9 affected
0.5.0-cuda12 < 0.18.7-cuda12 affected
0.19 series 0.19.0-cuda12 < 0.19.9-cuda12 affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
modules · source files · routines
modules Elixir.LivebookWeb.SessionLive
source files iframe/priv/static/iframe/v5.html · assets/js/hooks/js_view.js · assets/js/hooks/session.js · lib/livebook_web/live/session_live.ex
routines 'Elixir.LivebookWeb.SessionLive':handle_event/3

Affected — GitHub / livebook-dev/livebook Repository ↗

844242b and up affected
296318f not affected
a552ce8 not affected
5980e5c not affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:livebook-dev:livebook:*:*:*:*:*:*:*:*
modules · source files · routines
modules Elixir.LivebookWeb.SessionLive
source files iframe/priv/static/iframe/v5.html · assets/js/hooks/js_view.js · assets/js/hooks/session.js · lib/livebook_web/live/session_live.ex
routines 'Elixir.LivebookWeb.SessionLive':handle_event/3

References

Credits

Nguyễn Công Tú Finder
Jonatan Männchen / EEF Analyst
Jonatan Kłosko Remediation developer
José Valim Remediation reviewer

CVSS breakdown

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
« All CVEs