CVE-2026-39987
CRITICALmarimo is a reactive Python notebook. Prior to 0.23.0, Marimo has a Pre-Auth RCE vulnerability. The terminal WebSocket endpoint /terminal/ws lacks authentication validation, allowing an unauthenticated attacker to obtain a full PTY shell and execute arbitrary system commands. Unlike other WebSocket endpoints (e.g., /ws) that correctly call validate_auth() for authentication, the /terminal/ws endpoint only checks the running mode and platform support before accepting connections, completely skipping authentication verification. This vulnerability is fixed in 0.23.0.
Published: 4/9/2026Modified: 4/23/2026
References (5)
https://github.com/marimo-team/marimo/commit/c24d4806398f30be6b12acd6c60d1d7c68cfd12aPatchhttps://github.com/marimo-team/marimo/pull/9098Issue TrackingPatchhttps://github.com/marimo-team/marimo/security/advisories/GHSA-2679-6mx9-h9xcExploitMitigationhttps://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-39987US Government Resourcehttps://www.sysdig.com/blog/marimo-oss-python-notebook-rce-from-disclosure-to-exploitation-in-under-10-hoursExploitThird Party Advisory