CVE-2026-68746
Received Received - Intake

Livebook Failing Open to Unauthenticated Access

Vulnerability report for CVE-2026-68746, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: EEF

Description

Not 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. Livebook.Hubs.TeamClient.handle_call/3 in lib/livebook/hubs/team_client.ex does not distinguish a deployment group that could not be resolved from one that was resolved with identity enforcement switched off: the clause matches only the case where a group was found with enforcement enabled, and falls through to a catch-all that reports enforcement as switched off for everything else. The two neighbouring functions that decide user and application access resolve the same identifier and treat the same unresolved result as a denial. When the identity status is reported as switched off, Livebook.ZTA.LivebookTeams.authenticate/3 in lib/livebook/zta/livebook_teams.ex returns empty identity metadata and allows the request to continue instead of halting it. LivebookWeb.UserPlug.build_current_user/3 merges that empty metadata into a newly built user, whose access type defaults to full access, and LivebookWeb.AuthPlug.authorized?/1 grants access to any user holding full access. 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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-06
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
livebook livebook to 0.19.9 (exc)
livebook-dev livebook From 0.19.7 (inc) to 0.19.9 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-636 When the product encounters an error condition or failure, its design requires it to fall back to a state that is less secure than other options that are available, such as selecting the weakest encryption algorithm or using the most permissive access control restrictions.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability allows an unauthenticated attacker to gain full access to a Livebook server that uses Livebook Teams for identity enforcement. The issue occurs when a deployment group is deleted while an agent is disconnected, leaving a cached identifier that cannot be resolved. The system incorrectly treats this unresolved identifier as if identity enforcement is disabled, granting full access to any user who can reach the server.

Detection Guidance

Detecting this vulnerability requires checking if a Livebook server is running a vulnerable version (0.19.7 to 0.19.8) and if identity enforcement is improperly bypassed. Inspect server logs for unauthorized access attempts or unusual activity. Verify deployment group configurations and cached identifiers on connected agents.

Impact Analysis

An attacker could read sensitive notebooks and secrets, execute arbitrary code on the server, or disrupt operations. This affects any Livebook server running versions 0.19.7 to 0.19.8 that enforces Teams identity, especially if deployment groups are frequently modified.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles and HIPAA's confidentiality requirements. Unauthenticated access may result in exposure of personal or health information, triggering non-compliance with these regulations.

Mitigation Strategies

Upgrade Livebook to version 0.19.9 or later immediately. Review and delete any unused deployment groups. Restart all Livebook Agents to clear cached identifiers. Ensure identity enforcement is enabled and functioning correctly in Teams mode.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68746. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart