CVE Catalog

CVE-2026-54386

MediumCVSS 6.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

15th percentile - higher than 15% of all known CVEs

Summary

Marimo before version 0.23.9 contains a reflected cross-site scripting vulnerability in the notebook page. An unauthenticated attacker can inject arbitrary JavaScript by exploiting improper escaping of single quotes in the 'file' query parameter reflected into an inline JavaScript string literal. Attackers can craft a malicious link with a payload starting with '__new__' to bypass the 404 check and inject JavaScript that executes without Content-Security-Policy restrictions in the context of the victim's marimo server.

Risk Assessment

The risk involves the execution of arbitrary JavaScript in the victim's browser, potentially leading to session theft, notebook modification, or data exfiltration. The attack requires no authentication and can be performed by tricking a user into clicking a crafted link.

Recommendation

Immediately upgrade marimo to version 0.23.9 or later, which includes a fix for this vulnerability. Additionally, consider implementing a Content-Security-Policy to restrict the execution of unauthorized scripts.

Other vulnerabilities in marimo

See all
Original NVD description (English source)

marimo before 0.23.9 contains a reflected cross-site scripting vulnerability in the notebook page that allows unauthenticated attackers to inject arbitrary JavaScript by exploiting improper escaping of single quotes in the file query parameter reflected into an inline JavaScript string literal. Attackers can craft a malicious link with a payload beginning with __new__ to bypass the 404 check and inject JavaScript into the page, which executes without Content-Security-Policy restrictions in the origin of a victim's marimo server.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS