Jupyter Notebook XSS via untrusted notebooks
Moderate severity
GitHub Reviewed
Published
Nov 21, 2018
to the GitHub Advisory Database
•
Updated Sep 27, 2024
Description
Published to the GitHub Advisory Database
Nov 21, 2018
Reviewed
Jun 16, 2020
Last updated
Sep 27, 2024
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.
References