CVE-2026-66885
Last modified
CVE-2026-66885 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Cross-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, Livebook.ZTA.LivebookTeams.handle_request/4 in lib/livebook/zta/livebook_teams.ex handles the OAuth-style callback carrying a teams_identity marker and a code parameter. The clause exchanges that code for an access token and writes the token into the browser session without verifying any value that ties the callback to the browser session that started the login. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
Cross-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, Livebook.ZTA.LivebookTeams.handle_request/4 in lib/livebook/zta/livebook_teams.ex handles the OAuth-style callback carrying a teams_identity marker and a code parameter. The clause exchanges that code for an access token and writes the token into the browser session without verifying any value that ties the callback to the browser session that started the login. No state or nonce is generated when the flow is initiated: Livebook.Teams.Requests.create_auth_request/1 in lib/livebook/teams/requests.ex sends an empty request body, so no per-attempt value is ever registered, and the callback clause has nothing to compare against. 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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Livebook | Livebook | >= 0.15.0, < 0.18.7 |
| Livebook | Livebook | >= 0.19.0, < 0.19.9 |
References
- https://cna.erlef.org/cves/CVE-2026-66885.htmlVendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-66885Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-66885?
How severe is CVE-2026-66885?
How do I fix CVE-2026-66885?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-66875In the Mira hormone monitor device firmware v1.7.1.47 build …8.8
- CVE-2026-66878A flaw was found in multicloud-operators-subscription. A pri…7.7
- CVE-2026-6688FatFs R0.16 and earlier contains a downstream-caller vulnera…7.6
- CVE-2026-66881Relative Path Traversal vulnerability in livebook-dev livebo…8.1
- CVE-2026-66883Improper Handling of Case Sensitivity vulnerability in Erlan…6.3
- CVE-2026-66884Cross-Site Request Forgery vulnerability in Erlang Ecosystem…2.1
- CVE-2026-6689Mattermost versions 11.6.x <= 11.6.1, 11.5.x <= 11.5.4, 10.1…4.3
- CVE-2026-6690The LifePress plugin for WordPress is vulnerable to Stored C…7.2
- CVE-2026-66901Google::Auth versions before 0.09 for Perl allow server side…7.5
- CVE-2026-66902Google::Auth versions before 0.06 for Perl run a command nam…9.8
- CVE-2026-66909Apache CXF's JMS transport deserializes the body of any inbo…9.8
- CVE-2026-6691The MongoDB C Driver's Cyrus SASL integration performs unsaf…8.6
Are you affected by CVE-2026-66885?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
