Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/notebook@5.1.0
purl pkg:pypi/notebook@5.1.0
Next non-vulnerable version 6.4.12
Latest non-vulnerable version 7.5.6
Risk 4.0
Vulnerabilities affecting this package (12)
Vulnerability Summary Fixed by
VCID-3bhm-ewdv-zbeq
Aliases:
BIT-jupyter-base-notebook-2022-29238
BIT-jupyter-notebook-2022-29238
CVE-2022-29238
GHSA-v7vq-3x77-87vg
PYSEC-2022-212
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 'hidden' but not 'inaccessible'). This could lead to notebook configurations allowing authenticated access to files that may reasonably be expected to be disallowed. Because fully authenticated requests are required, this is of relatively low impact. But if a server's root directory contains sensitive files whose only protection from the server is being hidden (e.g. `~/.ssh` while serving $HOME), then any authenticated requests could access files if their names are guessable. Such contexts also necessarily have full access to the server and therefore execution permissions, which also generally grants access to all the same files. So this does not generally result in any privilege escalation or increase in information access, only an additional, unintended means by which the files could be accessed. Version 6.4.12 contains a patch for this issue. There are currently no known workarounds.
6.4.12
Affected by 0 other vulnerabilities.
VCID-6kh1-gzxx-k7bs
Aliases:
CVE-2019-10255
GHSA-rv62-4pmj-xw6h
URL Redirection to Untrusted Site (Open Redirect) An Open Redirect vulnerability for all browsers in Jupyter Notebook and some browsers (Chrome, Firefox) 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.
5.7.8
Affected by 5 other vulnerabilities.
VCID-6y8s-qegb-ekde
Aliases:
CVE-2018-21030
GHSA-jqwc-jm56-wcwj
PYSEC-2019-157
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.
5.5.0rc1
Affected by 11 other vulnerabilities.
5.5.0
Affected by 10 other vulnerabilities.
VCID-7bwr-bsbp-rqgc
Aliases:
BIT-jupyter-base-notebook-2021-32798
BIT-jupyter-notebook-2021-32798
CVE-2021-32798
GHSA-hwvq-6gjx-j797
PYSEC-2021-118
cross-site scripting
5.7.11
Affected by 3 other vulnerabilities.
6.4.1
Affected by 2 other vulnerabilities.
VCID-7r44-pfgv-vfhx
Aliases:
CVE-2019-10856
GHSA-rcx2-m7jp-p9wj
PYSEC-2019-158
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.
5.7.8
Affected by 5 other vulnerabilities.
VCID-a5v7-yux3-fqah
Aliases:
CVE-2018-8768
GHSA-6cwv-x26c-w2q4
PYSEC-2018-57
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.
5.4.1
Affected by 11 other vulnerabilities.
VCID-cq6c-5wrp-6uf8
Aliases:
CVE-2018-19351
GHSA-49qr-xh3w-h436
PYSEC-2018-17
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.
5.7.1
Affected by 9 other vulnerabilities.
VCID-d8dn-ga5x-pyc8
Aliases:
CVE-2019-9644
GHSA-hhx8-cr55-qcxx
PYSEC-2019-159
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. This occurs because Internet Explorer's error messages can include the content of any invalid JavaScript that was encountered.
5.7.6
Affected by 7 other vulnerabilities.
VCID-evfb-eau7-9ybb
Aliases:
BIT-jupyterlab-2021-32797
CVE-2021-32797
GHSA-4952-p58q-6crx
PYSEC-2021-130
cross-site scripting
5.7.11
Affected by 3 other vulnerabilities.
6.4.1
Affected by 2 other vulnerabilities.
VCID-ng3p-zbry-8fer
Aliases:
CVE-2018-19352
GHSA-3p4q-x8f3-p7vq
PYSEC-2018-18
Jupyter Notebook before 5.7.2 allows XSS via a crafted directory name because notebook/static/tree/js/notebooklist.js handles certain URLs unsafely.
5.7.2
Affected by 8 other vulnerabilities.
VCID-ts53-zf55-zkcn
Aliases:
BIT-jupyter-base-notebook-2022-24758
BIT-jupyter-notebook-2022-24758
CVE-2022-24758
GHSA-m87f-39q9-6f55
PYSEC-2022-180
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, an attacker can monitor these logs, steal sensitive auth/cookie information, and gain access to the Jupyter server. Jupyter notebook version 6.4.x contains a patch for this issue. There are currently no known workarounds.
6.4.10
Affected by 1 other vulnerability.
VCID-v436-yfae-x7d5
Aliases:
BIT-jupyter-base-notebook-2020-26215
BIT-jupyter-notebook-2020-26215
CVE-2020-26215
GHSA-c7vm-f5p4-8fqh
PYSEC-2020-215
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 server may appear safe, but ultimately redirect to a spoofed server on the public internet. The issue is patched in version 6.1.5.
6.1.5
Affected by 4 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-06T02:36:46.380417+00:00 GitLab Importer Affected by VCID-3bhm-ewdv-zbeq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2022-29238.yml 38.6.0
2026-06-06T01:57:01.913115+00:00 GitLab Importer Affected by VCID-d8dn-ga5x-pyc8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2019-9644.yml 38.6.0
2026-06-06T01:38:42.115669+00:00 GitLab Importer Affected by VCID-ts53-zf55-zkcn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2022-24758.yml 38.6.0
2026-06-06T00:51:11.614540+00:00 GitLab Importer Affected by VCID-evfb-eau7-9ybb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2021-32797.yml 38.6.0
2026-06-06T00:51:09.647921+00:00 GitLab Importer Affected by VCID-7bwr-bsbp-rqgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2021-32798.yml 38.6.0
2026-06-05T17:02:02.772699+00:00 PyPI Importer Affected by VCID-3bhm-ewdv-zbeq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-06-05T17:01:59.504115+00:00 PyPI Importer Affected by VCID-ts53-zf55-zkcn https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-06-05T16:56:37.916230+00:00 PyPI Importer Affected by VCID-v436-yfae-x7d5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-06-05T16:55:33.720118+00:00 PyPI Importer Affected by VCID-6y8s-qegb-ekde https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-06-05T16:55:18.986014+00:00 PyPI Importer Affected by VCID-7r44-pfgv-vfhx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-06-05T16:55:17.799484+00:00 PyPI Importer Affected by VCID-d8dn-ga5x-pyc8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-06-05T16:55:12.378971+00:00 PyPI Importer Affected by VCID-cq6c-5wrp-6uf8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-06-05T16:55:12.282972+00:00 PyPI Importer Affected by VCID-ng3p-zbry-8fer https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-06-05T16:55:02.317066+00:00 PyPI Importer Affected by VCID-a5v7-yux3-fqah https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-06-05T16:22:48.539298+00:00 GHSA Importer Affected by VCID-6y8s-qegb-ekde https://github.com/advisories/GHSA-jqwc-jm56-wcwj 38.6.0
2026-06-05T16:21:40.034917+00:00 GHSA Importer Affected by VCID-7r44-pfgv-vfhx https://github.com/advisories/GHSA-rcx2-m7jp-p9wj 38.6.0
2026-06-05T16:20:54.465034+00:00 GHSA Importer Affected by VCID-ng3p-zbry-8fer https://github.com/advisories/GHSA-3p4q-x8f3-p7vq 38.6.0
2026-06-05T16:20:54.224591+00:00 GHSA Importer Affected by VCID-cq6c-5wrp-6uf8 https://github.com/advisories/GHSA-49qr-xh3w-h436 38.6.0
2026-06-05T16:17:25.069362+00:00 GHSA Importer Affected by VCID-a5v7-yux3-fqah https://github.com/advisories/GHSA-6cwv-x26c-w2q4 38.6.0
2026-06-04T20:41:29.803232+00:00 GitLab Importer Affected by VCID-v436-yfae-x7d5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2020-26215.yml 38.6.0
2026-06-04T20:25:22.477364+00:00 GitLab Importer Affected by VCID-6y8s-qegb-ekde https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2018-21030.yml 38.6.0
2026-06-04T20:20:34.171825+00:00 GitLab Importer Affected by VCID-7r44-pfgv-vfhx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2019-10856.yml 38.6.0
2026-06-04T20:20:16.978478+00:00 GitLab Importer Affected by VCID-6kh1-gzxx-k7bs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2019-10255.yml 38.6.0
2026-06-04T20:17:12.019926+00:00 GitLab Importer Affected by VCID-cq6c-5wrp-6uf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2018-19351.yml 38.6.0
2026-06-04T20:17:08.320918+00:00 GitLab Importer Affected by VCID-ng3p-zbry-8fer https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2018-19352.yml 38.6.0
2026-06-04T20:13:46.147388+00:00 GitLab Importer Affected by VCID-a5v7-yux3-fqah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/notebook/CVE-2018-8768.yml 38.6.0
2026-06-02T04:17:23.725251+00:00 Pypa Importer Affected by VCID-3bhm-ewdv-zbeq https://github.com/pypa/advisory-database/blob/main/vulns/notebook/PYSEC-2022-212.yaml 38.6.0
2026-06-02T04:17:16.222231+00:00 Pypa Importer Affected by VCID-ts53-zf55-zkcn https://github.com/pypa/advisory-database/blob/main/vulns/notebook/PYSEC-2022-180.yaml 38.6.0
2026-06-02T04:07:56.415843+00:00 Pypa Importer Affected by VCID-v436-yfae-x7d5 https://github.com/pypa/advisory-database/blob/main/vulns/notebook/PYSEC-2020-215.yaml 38.6.0
2026-06-02T04:05:55.788017+00:00 Pypa Importer Affected by VCID-6y8s-qegb-ekde https://github.com/pypa/advisory-database/blob/main/vulns/notebook/PYSEC-2019-157.yaml 38.6.0
2026-06-02T04:05:35.786930+00:00 Pypa Importer Affected by VCID-7r44-pfgv-vfhx https://github.com/pypa/advisory-database/blob/main/vulns/notebook/PYSEC-2019-158.yaml 38.6.0
2026-06-02T04:05:34.019003+00:00 Pypa Importer Affected by VCID-d8dn-ga5x-pyc8 https://github.com/pypa/advisory-database/blob/main/vulns/notebook/PYSEC-2019-159.yaml 38.6.0
2026-06-02T04:05:25.701782+00:00 Pypa Importer Affected by VCID-ng3p-zbry-8fer https://github.com/pypa/advisory-database/blob/main/vulns/notebook/PYSEC-2018-18.yaml 38.6.0
2026-06-02T04:05:25.509785+00:00 Pypa Importer Affected by VCID-cq6c-5wrp-6uf8 https://github.com/pypa/advisory-database/blob/main/vulns/notebook/PYSEC-2018-17.yaml 38.6.0
2026-06-02T04:05:03.505990+00:00 Pypa Importer Affected by VCID-a5v7-yux3-fqah https://github.com/pypa/advisory-database/blob/main/vulns/notebook/PYSEC-2018-57.yaml 38.6.0