All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-6658
MEDIUMpublished 2026-06-26 10:16 UTC · 2 days ago · modified 2026-06-26 20:08 UTC
5.4
CVSS / 10
// description
A vulnerability in jupyter/nbconvert versions <= 7.17.0 allows for Cross-site Scripting (XSS) via unsanitized `text/vnd.mermaid` output in HTML exports. The `data_mermaid` block in `share/templates/lab/base.html.j2` renders `text/vnd.mermaid` cell output directly into HTML without escaping, enabling attackers to inject arbitrary HTML/JavaScript by breaking out of the `<pre>` tag. This vulnerability impacts any server using nbconvert to render notebooks as HTML, allowing attackers to execute arbitrary JavaScript in the context of users viewing the HTML export.
// cvss 3.0 vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
// weaknesses (CWE)
- CWE-79