Jupyter Notebook Unauthorized Access Vulnerability
Vulnerability Description
Environment Setup
version: '2'
services:
web:
image: vulhub/jupyter-notebook:5.2.2
command: start-notebook.sh --NotebookApp.token=''
ports:
- "8888:8888"Vulnerability Reproduction


Last updated