AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2018-19351

MEDIUM · CVSS 6.1 EPSS 1.51% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2018-11-18 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2018-19351
Severity
MEDIUM
CVSS
6.1
EPSS
1.51%
Java

Original NVD 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.