Jupyter Notebook Unauthorized Access Vulnerability
Last updated
Last updated
Jupyter Notebook (formerly known as IPython notebook) is an interactive notebook that supports over 40 programming languages.
If the administrator does not configure a password for Jupyter Notebook, it will result in an unauthorized access vulnerability, allowing visitors to create a console and execute arbitrary Python code and commands.
After running, access http://your-ip:8888
to see the Jupyter Notebook web management interface without having to enter a password.
Select "new" -> "terminal" to create a console:
Execute any command directly: