← Back to CVE List

CVE-2018-19351

Published: 2018-11-18T17:29Z
Last Modified: 2024-11-21T03:57Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
Jupyter Notebook before 5.7.1 allows XSS via an untrusted notebook because nbconvert responses are considered to have the same origin as the notebook server. In other words, nbconvert endpoints can execute JavaScript with access to the server API. In notebook/nbconvert/handlers.py, NbconvertFileHandler and NbconvertPostHandler do not set a Content Security Policy to prevent this. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt