{"url":"http://public2.vulnerablecode.io/api/packages/69859?format=json","purl":"pkg:pypi/notebook@6.4.1","type":"pypi","namespace":"","name":"notebook","version":"6.4.1","qualifiers":{},"subpath":"","is_vulnerable":true,"next_non_vulnerable_version":"6.4.12","latest_non_vulnerable_version":"7.6.0a0","affected_by_vulnerabilities":[{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/169417?format=json","vulnerability_id":"VCID-dsjn-5js1-tqff","summary":"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.","references":[{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2022-29238","reference_id":"","reference_type":"","scores":[{"value":"0.00511","scoring_system":"epss","scoring_elements":"0.67008","published_at":"2026-06-14T12:55:00Z"},{"value":"0.00511","scoring_system":"epss","scoring_elements":"0.66993","published_at":"2026-06-12T12:55:00Z"},{"value":"0.00511","scoring_system":"epss","scoring_elements":"0.66901","published_at":"2026-06-11T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2022-29238"},{"reference_url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29238","reference_id":"","reference_type":"","scores":[],"url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29238"},{"reference_url":"https://github.com/jupyter/notebook","reference_id":"","reference_type":"","scores":[{"value":"4.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/jupyter/notebook"},{"reference_url":"https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2022-212.yaml","reference_id":"","reference_type":"","scores":[{"value":"4.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2022-212.yaml"},{"reference_url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013272","reference_id":"1013272","reference_type":"","scores":[],"url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013272"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2022-29238","reference_id":"CVE-2022-29238","reference_type":"","scores":[{"value":"4.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2022-29238"},{"reference_url":"https://github.com/advisories/GHSA-v7vq-3x77-87vg","reference_id":"GHSA-v7vq-3x77-87vg","reference_type":"","scores":[{"value":"MODERATE","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-v7vq-3x77-87vg"},{"reference_url":"https://github.com/jupyter/notebook/security/advisories/GHSA-v7vq-3x77-87vg","reference_id":"GHSA-v7vq-3x77-87vg","reference_type":"","scores":[{"value":"4.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"},{"value":"MODERATE","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-04-23T14:05:26Z/"}],"url":"https://github.com/jupyter/notebook/security/advisories/GHSA-v7vq-3x77-87vg"},{"reference_url":"https://usn.ubuntu.com/5585-1/","reference_id":"USN-5585-1","reference_type":"","scores":[],"url":"https://usn.ubuntu.com/5585-1/"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/24645?format=json","purl":"pkg:pypi/notebook@6.4.12","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@6.4.12"}],"aliases":["BIT-jupyter-base-notebook-2022-29238","BIT-jupyter-notebook-2022-29238","CVE-2022-29238","GHSA-v7vq-3x77-87vg","PYSEC-2022-212"],"risk_score":3.1,"exploitability":"0.5","weighted_severity":"6.2","resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-dsjn-5js1-tqff"},{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/173347?format=json","vulnerability_id":"VCID-jsat-rcph-53fz","summary":"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.","references":[{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2022-24758","reference_id":"","reference_type":"","scores":[{"value":"0.00567","scoring_system":"epss","scoring_elements":"0.68975","published_at":"2026-06-11T12:55:00Z"},{"value":"0.00567","scoring_system":"epss","scoring_elements":"0.69075","published_at":"2026-06-14T12:55:00Z"},{"value":"0.00567","scoring_system":"epss","scoring_elements":"0.6908","published_at":"2026-06-13T12:55:00Z"},{"value":"0.00567","scoring_system":"epss","scoring_elements":"0.69068","published_at":"2026-06-12T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2022-24758"},{"reference_url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24758","reference_id":"","reference_type":"","scores":[],"url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24758"},{"reference_url":"https://github.com/jupyter/notebook","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/jupyter/notebook"},{"reference_url":"https://github.com/jupyter/notebook/commit/c219ce43c1ea25123fa70d264e7735bdf4585b1e","reference_id":"","reference_type":"","scores":[],"url":"https://github.com/jupyter/notebook/commit/c219ce43c1ea25123fa70d264e7735bdf4585b1e"},{"reference_url":"https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2022-180.yaml","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2022-180.yaml"},{"reference_url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014771","reference_id":"1014771","reference_type":"","scores":[],"url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014771"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2022-24758","reference_id":"CVE-2022-24758","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2022-24758"},{"reference_url":"https://github.com/advisories/GHSA-m87f-39q9-6f55","reference_id":"GHSA-m87f-39q9-6f55","reference_type":"","scores":[{"value":"HIGH","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-m87f-39q9-6f55"},{"reference_url":"https://github.com/jupyter/notebook/security/advisories/GHSA-m87f-39q9-6f55","reference_id":"GHSA-m87f-39q9-6f55","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"},{"value":"HIGH","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-04-23T15:56:20Z/"}],"url":"https://github.com/jupyter/notebook/security/advisories/GHSA-m87f-39q9-6f55"},{"reference_url":"https://usn.ubuntu.com/5585-1/","reference_id":"USN-5585-1","reference_type":"","scores":[],"url":"https://usn.ubuntu.com/5585-1/"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/20017?format=json","purl":"pkg:pypi/notebook@6.4.10","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-dsjn-5js1-tqff"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@6.4.10"}],"aliases":["BIT-jupyter-base-notebook-2022-24758","BIT-jupyter-notebook-2022-24758","CVE-2022-24758","GHSA-m87f-39q9-6f55","PYSEC-2022-180"],"risk_score":4.0,"exploitability":"0.5","weighted_severity":"8.0","resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-jsat-rcph-53fz"}],"fixing_vulnerabilities":[{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/197201?format=json","vulnerability_id":"VCID-6p5c-vkrd-pub3","summary":"cross-site scripting","references":[{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2021-32797","reference_id":"","reference_type":"","scores":[{"value":"0.0087","scoring_system":"epss","scoring_elements":"0.75709","published_at":"2026-06-14T12:55:00Z"},{"value":"0.0087","scoring_system":"epss","scoring_elements":"0.7563","published_at":"2026-06-11T12:55:00Z"},{"value":"0.0087","scoring_system":"epss","scoring_elements":"0.75701","published_at":"2026-06-12T12:55:00Z"},{"value":"0.0087","scoring_system":"epss","scoring_elements":"0.75714","published_at":"2026-06-13T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2021-32797"},{"reference_url":"https://github.com/google/security-research/security/advisories/GHSA-c469-p3jp-2vhx","reference_id":"","reference_type":"","scores":[{"value":"7.4","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N"},{"value":"6.3","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/google/security-research/security/advisories/GHSA-c469-p3jp-2vhx"},{"reference_url":"https://github.com/jupyterlab/jupyterlab/commit/504825938c0abfa2fb8ff8d529308830a5ae42ed","reference_id":"","reference_type":"","scores":[{"value":"7.4","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N"},{"value":"6.3","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/jupyterlab/jupyterlab/commit/504825938c0abfa2fb8ff8d529308830a5ae42ed"},{"reference_url":"https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-4952-p58q-6crx","reference_id":"","reference_type":"","scores":[{"value":"7.4","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N"},{"value":"MODERATE","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"6.3","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-4952-p58q-6crx"},{"reference_url":"https://github.com/pypa/advisory-database/tree/main/vulns/jupyterlab/PYSEC-2021-130.yaml","reference_id":"","reference_type":"","scores":[{"value":"7.4","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N"},{"value":"6.3","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/pypa/advisory-database/tree/main/vulns/jupyterlab/PYSEC-2021-130.yaml"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2021-32797","reference_id":"","reference_type":"","scores":[{"value":"7.4","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N"},{"value":"6.3","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2021-32797"},{"reference_url":"https://security.archlinux.org/ASA-202108-10","reference_id":"ASA-202108-10","reference_type":"","scores":[],"url":"https://security.archlinux.org/ASA-202108-10"},{"reference_url":"https://security.archlinux.org/AVG-2266","reference_id":"AVG-2266","reference_type":"","scores":[{"value":"High","scoring_system":"archlinux","scoring_elements":""}],"url":"https://security.archlinux.org/AVG-2266"},{"reference_url":"https://github.com/advisories/GHSA-4952-p58q-6crx","reference_id":"GHSA-4952-p58q-6crx","reference_type":"","scores":[{"value":"MODERATE","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-4952-p58q-6crx"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/61488?format=json","purl":"pkg:pypi/notebook@5.7.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-dsjn-5js1-tqff"},{"vulnerability":"VCID-jsat-rcph-53fz"},{"vulnerability":"VCID-segz-ms8u-kyf1"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@5.7.11"},{"url":"http://public2.vulnerablecode.io/api/packages/69859?format=json","purl":"pkg:pypi/notebook@6.4.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-dsjn-5js1-tqff"},{"vulnerability":"VCID-jsat-rcph-53fz"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@6.4.1"}],"aliases":["BIT-jupyterlab-2021-32797","CVE-2021-32797","GHSA-4952-p58q-6crx","PYSEC-2021-130"],"risk_score":4.0,"exploitability":"0.5","weighted_severity":"8.0","resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-6p5c-vkrd-pub3"},{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/197189?format=json","vulnerability_id":"VCID-yb37-13hx-ubd6","summary":"cross-site scripting","references":[{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2021-32798","reference_id":"","reference_type":"","scores":[{"value":"0.00172","scoring_system":"epss","scoring_elements":"0.38408","published_at":"2026-06-12T12:55:00Z"},{"value":"0.00172","scoring_system":"epss","scoring_elements":"0.38234","published_at":"2026-06-11T12:55:00Z"},{"value":"0.00172","scoring_system":"epss","scoring_elements":"0.38419","published_at":"2026-06-14T12:55:00Z"},{"value":"0.00172","scoring_system":"epss","scoring_elements":"0.3843","published_at":"2026-06-13T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2021-32798"},{"reference_url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32798","reference_id":"","reference_type":"","scores":[],"url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32798"},{"reference_url":"https://github.com/jupyter/notebook","reference_id":"","reference_type":"","scores":[{"value":"10.0","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N"},{"value":"7.8","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/jupyter/notebook"},{"reference_url":"https://github.com/jupyter/notebook/commit/79fc76e890a8ec42f73a3d009e44ef84c14ef0d5","reference_id":"","reference_type":"","scores":[{"value":"10.0","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N"},{"value":"7.8","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/jupyter/notebook/commit/79fc76e890a8ec42f73a3d009e44ef84c14ef0d5"},{"reference_url":"https://github.com/jupyter/notebook/security/advisories/GHSA-hwvq-6gjx-j797","reference_id":"","reference_type":"","scores":[{"value":"10.0","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N"},{"value":"HIGH","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"7.8","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/jupyter/notebook/security/advisories/GHSA-hwvq-6gjx-j797"},{"reference_url":"https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2021-118.yaml","reference_id":"","reference_type":"","scores":[{"value":"10.0","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N"},{"value":"7.8","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2021-118.yaml"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2021-32798","reference_id":"","reference_type":"","scores":[{"value":"10.0","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N"},{"value":"7.8","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2021-32798"},{"reference_url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992704","reference_id":"992704","reference_type":"","scores":[],"url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992704"},{"reference_url":"https://security.archlinux.org/AVG-2267","reference_id":"AVG-2267","reference_type":"","scores":[{"value":"High","scoring_system":"archlinux","scoring_elements":""}],"url":"https://security.archlinux.org/AVG-2267"},{"reference_url":"https://github.com/advisories/GHSA-hwvq-6gjx-j797","reference_id":"GHSA-hwvq-6gjx-j797","reference_type":"","scores":[{"value":"HIGH","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-hwvq-6gjx-j797"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/61488?format=json","purl":"pkg:pypi/notebook@5.7.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-dsjn-5js1-tqff"},{"vulnerability":"VCID-jsat-rcph-53fz"},{"vulnerability":"VCID-segz-ms8u-kyf1"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@5.7.11"},{"url":"http://public2.vulnerablecode.io/api/packages/69859?format=json","purl":"pkg:pypi/notebook@6.4.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-dsjn-5js1-tqff"},{"vulnerability":"VCID-jsat-rcph-53fz"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@6.4.1"}],"aliases":["BIT-jupyter-base-notebook-2021-32798","BIT-jupyter-notebook-2021-32798","CVE-2021-32798","GHSA-hwvq-6gjx-j797","PYSEC-2021-118"],"risk_score":4.5,"exploitability":"0.5","weighted_severity":"9.0","resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-yb37-13hx-ubd6"}],"risk_score":"4.0","resource_url":"http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@6.4.1"}