Jupyter Notebook vulnerabilities

17 known vulnerabilities affecting jupyter/notebook.

Total CVEs
17
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL1HIGH2MEDIUM14

Vulnerabilities

Page 1 of 1
CVE-2024-43805MEDIUMCVSS 6.1≥ 7.0.0, < 7.2.22024-08-28
CVE-2024-43805 [MEDIUM] CWE-79 CVE-2024-43805: jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jup jupyterlab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Architecture. This vulnerability depends on user interaction by opening a malicious notebook with Markdown cells, or Markdown file using JupyterLab preview feature. A malicious user can access any data that the attacked user has access to
ghsanvdosv
CVE-2024-22421MEDIUMCVSS 6.5≥ 7.0.0, < 7.0.72024-01-19
CVE-2024-22421 [MEDIUM] CWE-23 CVE-2024-22421: JupyterLab is an extensible environment for interactive and reproducible computing, based on the Jup JupyterLab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. Users of JupyterLab who click on a malicious link may get their `Authorization` and `XSRFToken` tokens exposed to a third party when running an older `jupyter-server` version. JupyterLab versions 4.1.0b2, 4.0.11, and 3.6
ghsanvdosv
CVE-2024-22420MEDIUMCVSS 6.1≥ 7.0.0, < 7.0.72024-01-19
CVE-2024-22420 [MEDIUM] CWE-79 CVE-2024-22420: JupyterLab is an extensible environment for interactive and reproducible computing, based on the Jup JupyterLab is an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. This vulnerability depends on user interaction by opening a malicious Markdown file using JupyterLab preview feature. A malicious user can access any data that the attacked user has access to as well as perform arbitrary
ghsanvdosv
CVE-2022-29238MEDIUMCVSS 4.3fixed in 6.4.122022-06-14
CVE-2022-29238 [MEDIUM] CWE-425 CVE-2022-29238: Jupyter Notebook is a web-based notebook environment for interactive computing. Prior to version 6.4 Jupyter Notebook is a web-based notebook environment for interactive computing. Prior to version 6.4.12, authenticated requests to the notebook server with `ContentsManager.allow_hidden = False` only prevented listing the contents of hidden directories, not accessing individual hidden files or files in hidden directories (i.e. hidden files were 'hid
cvelistv5ghsanvdosv
CVE-2022-24758HIGHCVSS 7.5fixed in 6.4.102022-03-31
CVE-2022-24758 [HIGH] CWE-532 CVE-2022-24758: The Jupyter notebook is a web-based notebook environment for interactive computing. Prior to version The Jupyter notebook is a web-based notebook environment for interactive computing. Prior to version 6.4.9, unauthorized actors can access sensitive information from server logs. Anytime a 5xx error is triggered, the auth cookie and other header values are recorded in Jupyter server logs by default. Considering these logs do not require root access, a
cvelistv5ghsanvdosv
CVE-2021-32797MEDIUM≥ 0, < 5.7.11≥ 6.0.0, < 6.4.12021-08-23
CVE-2021-32797 [MEDIUM] CWE-75 JupyterLab: XSS due to lack of sanitization of the action attribute of an html <form> JupyterLab: XSS due to lack of sanitization of the action attribute of an html ### Impact Untrusted notebook can execute code on load. This is a remote code execution, but requires user action to open a notebook. ### Patches Patched in the following versions: 3.1.4, 3.0.17, 2.3.2, 2.2.10, 1.2.21. ### References [OWASP Page on Restricting Form Submissions](https://cheatsheets
ghsaosv
CVE-2021-32798CRITICALCVSS 9.6≥ 5.7.0, < 5.7.11v6.4.0+2 more2021-08-09
CVE-2021-32798 [CRITICAL] CWE-79 CVE-2021-32798: The Jupyter notebook is a web-based notebook environment for interactive computing. In affected vers The Jupyter notebook is a web-based notebook environment for interactive computing. In affected versions untrusted notebook can execute code on load. Jupyter Notebook uses a deprecated version of Google Caja to sanitize user inputs. A public Caja bypass can be used to trigger an XSS when a victim opens a malicious ipynb document in Jupyter Notebook
cvelistv5ghsanvdosv
CVE-2020-26215MEDIUMCVSS 6.1fixed in 6.1.52020-11-18
CVE-2020-26215 [MEDIUM] CWE-601 CVE-2020-26215: Jupyter Notebook before version 6.1.5 has an Open redirect vulnerability. A maliciously crafted link Jupyter Notebook before version 6.1.5 has an Open redirect vulnerability. A maliciously crafted link to a notebook server could redirect the browser to a different website. All notebook servers are technically affected, however, these maliciously crafted links can only be reasonably made for known notebook server hosts. A link to your notebook serve
cvelistv5ghsanvdosv
CVE-2018-21030MEDIUMCVSS 5.3fixed in 5.5.02019-10-31
CVE-2018-21030 [MEDIUM] CWE-79 CVE-2018-21030: Jupyter Notebook before 5.5.0 does not use a CSP header to treat served files as belonging to a sepa Jupyter Notebook before 5.5.0 does not use a CSP header to treat served files as belonging to a separate origin. Thus, for example, an XSS payload can be placed in an SVG document.
ghsanvdosv
CVE-2019-10856MEDIUMCVSS 6.1fixed in 5.7.82019-04-04
CVE-2019-10856 [MEDIUM] CVE-2019-10856: In Jupyter Notebook before 5.7.8, an open redirect can occur via an empty netloc. This issue exists In Jupyter Notebook before 5.7.8, an open redirect can occur via an empty netloc. This issue exists because of an incomplete fix for CVE-2019-10255.
ghsanvdosv
CVE-2019-10255MEDIUMCVSS 6.1fixed in 5.7.72019-03-28
CVE-2019-10255 [MEDIUM] CWE-601 CVE-2019-10255: An Open Redirect vulnerability for all browsers in Jupyter Notebook before 5.7.7 and some browsers ( An Open Redirect vulnerability for all browsers in Jupyter Notebook before 5.7.7 and some browsers (Chrome, Firefox) in JupyterHub before 0.9.5 allows crafted links to the login page, which will redirect to a malicious site after successful login. Servers running on a base_url prefix are not affected.
ghsanvdosv
CVE-2019-9644MEDIUMCVSS 5.4fixed in 5.7.62019-03-12
CVE-2019-9644 [MEDIUM] CWE-79 CVE-2019-9644: An XSSI (cross-site inclusion) vulnerability in Jupyter Notebook before 5.7.6 allows inclusion of re An XSSI (cross-site inclusion) vulnerability in Jupyter Notebook before 5.7.6 allows inclusion of resources on malicious pages when visited by users who are authenticated with a Jupyter server. Access to the content of resources has been demonstrated with Internet Explorer through capturing of error messages, though not reproduced with other browsers.
ghsanvdosv
CVE-2018-19352MEDIUMCVSS 6.1fixed in 5.7.22018-11-18
CVE-2018-19352 [MEDIUM] CWE-79 CVE-2018-19352: Jupyter Notebook before 5.7.2 allows XSS via a crafted directory name because notebook/static/tree/j Jupyter Notebook before 5.7.2 allows XSS via a crafted directory name because notebook/static/tree/js/notebooklist.js handles certain URLs unsafely.
ghsanvdosv
CVE-2018-19351MEDIUMCVSS 6.1fixed in 5.7.12018-11-18
CVE-2018-19351 [MEDIUM] CWE-79 CVE-2018-19351: Jupyter Notebook before 5.7.1 allows XSS via an untrusted notebook because nbconvert responses are c 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 Se
ghsanvdosv
CVE-2018-8768HIGHCVSS 7.8fixed in 5.4.12018-03-18
CVE-2018-8768 [HIGH] CVE-2018-8768: In Jupyter Notebook before 5.4.1, a maliciously forged notebook file can bypass sanitization to exec In Jupyter Notebook before 5.4.1, a maliciously forged notebook file can bypass sanitization to execute JavaScript in the notebook context. Specifically, invalid HTML is 'fixed' by jQuery after sanitization, making it dangerous.
ghsanvdosv
CVE-2015-7337MEDIUMCVSS 6.8v4.0.0v4.0.1+3 more2015-09-29
CVE-2015-7337 [MEDIUM] CWE-20 CVE-2015-7337: The editor in IPython Notebook before 3.2.2 and Jupyter Notebook 4.0.x before 4.0.5 allows remote at The editor in IPython Notebook before 3.2.2 and Jupyter Notebook 4.0.x before 4.0.5 allows remote attackers to execute arbitrary JavaScript code via a crafted file, which triggers a redirect to files/, related to MIME types.
ghsanvdosv
CVE-2015-6938MEDIUMCVSS 4.3v4.0.0v4.0.1+3 more2015-09-21
CVE-2015-6938 [MEDIUM] CWE-79 CVE-2015-6938: Cross-site scripting (XSS) vulnerability in the file browser in notebook/notebookapp.py in IPython N Cross-site scripting (XSS) vulnerability in the file browser in notebook/notebookapp.py in IPython Notebook before 3.2.2 and Jupyter Notebook 4.0.x before 4.0.5 allows remote attackers to inject arbitrary web script or HTML via a folder name. NOTE: this was originally reported as a cross-site request forgery (CSRF) vulnerability, but this may be inaccu
ghsanvdosv