livebook
Automate code & data workflows with interactive Elixir notebooks
Activity
- Latest release
- 1mo ago
- Total releases
- 84
- Cadence
- ~8 days
- Last 12 months
- 19
Reach
- Downloads
- 153.0k
- Stars
- 5.8k
Details
- License
- Apache-2.0
- First release
- May 19, 2021
| Version | Released | |
|---|---|---|
0.19.9
patch
| ||
0.18.7
patch
| ||
0.19.8
patch
5 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-68746
EEF-CVE-2026-68746
GHSA-74j5-6grg-g6wj
Aug 05, 2026
Livebook Teams identity check fails open when the deployment group is unresolvable, allowing unauthenticated access
Critical
Network
Low
Low
None
SummaryNot Failing Securely ('Failing Open') vulnerability in livebook-dev livebook allows an unauthenticated network client to obtain full access to a Livebook server that enforces identity through Livebook Teams. A Livebook Agent or App Server connected to Livebook Teams caches the identifier of the deployment group it belongs to, and resolves that identifier against a locally cached list of deployment groups on every request in order to decide whether Teams identity enforcement is active. When the identity status is reported as switched off, The cached identifier becomes unresolvable when the deployment group it refers to is deleted while the agent is not connected to receive the change, most concretely when a deployment group is deleted during the window in which an agent is disconnected or reconnecting. The client removes the group from its cached list without clearing the identifier that refers to it. Any client able to reach the affected server over the network is then granted the same access as a fully privileged member of the organisation, including the ability to read notebooks and configured secrets, execute code on the server's runtime, and disrupt its operation. This issue affects livebook: from 0.19.7 before 0.19.9. ConfigurationsThis vulnerability affects Livebook servers that enforce identity through Livebook Teams. Servers not connected to Livebook Teams, or connected without a deployment group, are not affected. Livebook Teams has also been changed to reject deletion of a deployment group while agents belonging to it are connected, which removes the most direct route into the vulnerable state. A connected agent may still reach an unresolvable cached deployment group as a result of connection failures or network errors. Affected versions
0.19.7
0.19.8
Fixed in
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.19.7
patch
5 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-68746
EEF-CVE-2026-68746
GHSA-74j5-6grg-g6wj
Aug 05, 2026
Livebook Teams identity check fails open when the deployment group is unresolvable, allowing unauthenticated access
Critical
Network
Low
Low
None
SummaryNot Failing Securely ('Failing Open') vulnerability in livebook-dev livebook allows an unauthenticated network client to obtain full access to a Livebook server that enforces identity through Livebook Teams. A Livebook Agent or App Server connected to Livebook Teams caches the identifier of the deployment group it belongs to, and resolves that identifier against a locally cached list of deployment groups on every request in order to decide whether Teams identity enforcement is active. When the identity status is reported as switched off, The cached identifier becomes unresolvable when the deployment group it refers to is deleted while the agent is not connected to receive the change, most concretely when a deployment group is deleted during the window in which an agent is disconnected or reconnecting. The client removes the group from its cached list without clearing the identifier that refers to it. Any client able to reach the affected server over the network is then granted the same access as a fully privileged member of the organisation, including the ability to read notebooks and configured secrets, execute code on the server's runtime, and disrupt its operation. This issue affects livebook: from 0.19.7 before 0.19.9. ConfigurationsThis vulnerability affects Livebook servers that enforce identity through Livebook Teams. Servers not connected to Livebook Teams, or connected without a deployment group, are not affected. Livebook Teams has also been changed to reject deletion of a deployment group while agents belonging to it are connected, which removes the most direct route into the vulnerable state. A connected agent may still reach an unresolvable cached deployment group as a result of connection failures or network errors. Affected versions
0.19.7
0.19.8
Fixed in
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.19.6
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.19.5
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.19.4
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.19.3
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.19.2
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.19.1
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.19.0
minor
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.18.6
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.18.5
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.18.4
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.18.3
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.18.2
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.18.1
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.18.0
minor
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.17.3
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.17.2
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.17.1
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.17.0
minor
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.16.4
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.16.3
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.16.2
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.16.1
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.16.0
minor
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.15.5
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.15.4
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.15.3
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.15.2
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.15.1
patch
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.15.0
minor
4 CVEs
CVE-2026-66885
EEF-CVE-2026-66885
GHSA-pvvw-28fw-c6fg
Aug 05, 2026
Livebook Teams identity callback lacks state binding, allowing login CSRF
High
Network
Low
Low
SummaryCross-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, 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. Affected versions
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
+ 19 more Show less
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.7
patch
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.6
patch
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.5
patch
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.4
patch
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.3
patch
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.2
patch
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.1
patch
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.0
minor
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.0-rc.1
pre
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.14.0-rc.0
pre
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.13.3
patch
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.13.2
patch
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.13.1
patch
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.13.0
minor
3 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66297
EEF-CVE-2026-66297
GHSA-qpjc-w5mm-73mj
Aug 05, 2026
Unescaped deployment environment variables in generated setup commands
Low
Network
Low
High
SummaryImproper Neutralization of Special Elements used in an OS Command (OS Command Injection) vulnerability in livebook-dev livebook allows command injection into generated deployment setup commands.
Both sinks place the value inside a double-quoted shell word, so a value containing a command substitution such as An attacker requires privileges sufficient to set deployment group environment variables, while the resulting code execution occurs on the machine of whoever runs the generated command. The Kubernetes instructions are not affected, because they render the same values into a YAML manifest with escaping rather than into a shell command. This issue affects livebook: from 0.13.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
+ 33 more Show less
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.12.1
patch
2 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.12.0
minor
2 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.11.4
patch
2 CVEs
CVE-2026-66298
EEF-CVE-2026-66298
GHSA-68c2-prqg-x62g
Aug 05, 2026
JS-view sandboxed output can synthesize keyboard events to trigger unconfirmed global shortcuts
Critical
Network
Low
None
SummaryOrigin 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 Sandboxed output JavaScript can therefore drive Livebook's session-wide keyboard shortcuts. Two of them reach 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. Affected versions
0.10.0
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
+ 58 more Show less
0.14.0
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.6.3
0.7.0
0.7.1
0.7.2
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev
CVE-2026-66881
EEF-CVE-2026-66881
GHSA-r4h8-2xpq-v48g
Aug 05, 2026
Path traversal in imported file_entries name allows arbitrary file write via URL-type entry download
High
Network
Low
None
SummaryRelative Path Traversal vulnerability in livebook-dev livebook allows an attacker-authored notebook to write a file with attacker-controlled content to an arbitrary path. A For a URL-type file entry, A victim who opens an attacker-supplied notebook and causes the entry to be fetched triggers the write within their own authenticated session; the attacker needs no account on the target instance. URL-type entries are also not placed under notebook stamping quarantine on import, so no warning is shown. This issue affects livebook: from 0.11.0 before 0.18.7 and from 0.19.0 before 0.19.9. Affected versions
0.11.0
0.11.1
0.11.2
0.11.3
0.11.4
0.12.0
0.12.1
0.13.0
0.13.1
0.13.2
0.13.3
0.14.0
+ 40 more Show less
0.14.0-rc.0
0.14.0-rc.1
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.17.0
0.17.1
0.17.2
0.17.3
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.18.5
0.18.6
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.19.7
0.19.8
Fixed in
0.18.7
0.19.9
References
Updated Sep 08, 2026 · Source: OSV.dev |