Security Advisory

CVE-2018-19351

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2018-11-18 17:00:00
Last updated 2024-08-05 11:37:10
Assigner mitre
CVSS score not scored
State PUBLISHED

Description

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.