Lookup for vulnerable packages by Package URL.

GET /api/packages/10831?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/packages/10831?format=api",
    "purl": "pkg:pypi/notebook@4.4.1",
    "type": "pypi",
    "namespace": "",
    "name": "notebook",
    "version": "4.4.1",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "6.4.12",
    "latest_non_vulnerable_version": "7.0.7",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/36109?format=api",
            "vulnerability_id": "VCID-3bhm-ewdv-zbeq",
            "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://github.com/jupyter/notebook/security/advisories/GHSA-v7vq-3x77-87vg",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/security/advisories/GHSA-v7vq-3x77-87vg"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/28122?format=api",
                    "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": [
                "CVE-2022-29238",
                "GHSA-v7vq-3x77-87vg",
                "PYSEC-2022-212"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-3bhm-ewdv-zbeq"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35428?format=api",
            "vulnerability_id": "VCID-6y8s-qegb-ekde",
            "summary": "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.",
            "references": [
                {
                    "reference_url": "https://github.com/advisories/GHSA-jqwc-jm56-wcwj",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-jqwc-jm56-wcwj"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/pull/3341",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/pull/3341"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/releases/tag/5.5.0",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/releases/tag/5.5.0"
                },
                {
                    "reference_url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00033.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00033.html"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/12498?format=api",
                    "purl": "pkg:pypi/notebook@5.5.0",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-3bhm-ewdv-zbeq"
                        },
                        {
                            "vulnerability": "VCID-7r44-pfgv-vfhx"
                        },
                        {
                            "vulnerability": "VCID-cq6c-5wrp-6uf8"
                        },
                        {
                            "vulnerability": "VCID-d8dn-ga5x-pyc8"
                        },
                        {
                            "vulnerability": "VCID-ng3p-zbry-8fer"
                        },
                        {
                            "vulnerability": "VCID-ts53-zf55-zkcn"
                        },
                        {
                            "vulnerability": "VCID-v436-yfae-x7d5"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@5.5.0"
                }
            ],
            "aliases": [
                "CVE-2018-21030",
                "GHSA-jqwc-jm56-wcwj",
                "PYSEC-2019-157"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-6y8s-qegb-ekde"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35341?format=api",
            "vulnerability_id": "VCID-7r44-pfgv-vfhx",
            "summary": "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.",
            "references": [
                {
                    "reference_url": "https://blog.jupyter.org/open-redirect-vulnerability-in-jupyter-jupyterhub-adf43583f1e4",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://blog.jupyter.org/open-redirect-vulnerability-in-jupyter-jupyterhub-adf43583f1e4"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-rcx2-m7jp-p9wj",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-rcx2-m7jp-p9wj"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/commit/979e0bd15e794ceb00cc63737fcd5fd9addc4a99",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/commit/979e0bd15e794ceb00cc63737fcd5fd9addc4a99"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/compare/16cf97c...b8e30ea",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/compare/16cf97c...b8e30ea"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2019-158.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2019-158.yaml"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10856",
                    "reference_id": "CVE-2019-10856",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10856"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/13210?format=api",
                    "purl": "pkg:pypi/notebook@5.7.8",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-3bhm-ewdv-zbeq"
                        },
                        {
                            "vulnerability": "VCID-7bwr-bsbp-rqgc"
                        },
                        {
                            "vulnerability": "VCID-ts53-zf55-zkcn"
                        },
                        {
                            "vulnerability": "VCID-v436-yfae-x7d5"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@5.7.8"
                }
            ],
            "aliases": [
                "CVE-2019-10856",
                "GHSA-rcx2-m7jp-p9wj",
                "PYSEC-2019-158"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-7r44-pfgv-vfhx"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35190?format=api",
            "vulnerability_id": "VCID-a5v7-yux3-fqah",
            "summary": "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.",
            "references": [
                {
                    "reference_url": "http://openwall.com/lists/oss-security/2018/03/15/2",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://openwall.com/lists/oss-security/2018/03/15/2"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-6cwv-x26c-w2q4",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-6cwv-x26c-w2q4"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2018-57.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2018-57.yaml"
                },
                {
                    "reference_url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00033.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00033.html"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2018-8768",
                    "reference_id": "CVE-2018-8768",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-8768"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/10850?format=api",
                    "purl": "pkg:pypi/notebook@5.4.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-3bhm-ewdv-zbeq"
                        },
                        {
                            "vulnerability": "VCID-6y8s-qegb-ekde"
                        },
                        {
                            "vulnerability": "VCID-7r44-pfgv-vfhx"
                        },
                        {
                            "vulnerability": "VCID-cq6c-5wrp-6uf8"
                        },
                        {
                            "vulnerability": "VCID-d8dn-ga5x-pyc8"
                        },
                        {
                            "vulnerability": "VCID-ng3p-zbry-8fer"
                        },
                        {
                            "vulnerability": "VCID-ts53-zf55-zkcn"
                        },
                        {
                            "vulnerability": "VCID-v436-yfae-x7d5"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@5.4.1"
                }
            ],
            "aliases": [
                "CVE-2018-8768",
                "GHSA-6cwv-x26c-w2q4",
                "PYSEC-2018-57"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-a5v7-yux3-fqah"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35286?format=api",
            "vulnerability_id": "VCID-cq6c-5wrp-6uf8",
            "summary": "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.",
            "references": [
                {
                    "reference_url": "https://github.com/advisories/GHSA-49qr-xh3w-h436",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-49qr-xh3w-h436"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/commit/107a89fce5f413fb5728c1c5d2c7788e1fb17491",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/commit/107a89fce5f413fb5728c1c5d2c7788e1fb17491"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2018-17.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2018-17.yaml"
                },
                {
                    "reference_url": "https://groups.google.com/forum/#!topic/jupyter/hWzu2BSsplY",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://groups.google.com/forum/#!topic/jupyter/hWzu2BSsplY"
                },
                {
                    "reference_url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00033.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00033.html"
                },
                {
                    "reference_url": "https://pypi.org/project/notebook/#history",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://pypi.org/project/notebook/#history"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2018-19351",
                    "reference_id": "CVE-2018-19351",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-19351"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/12502?format=api",
                    "purl": "pkg:pypi/notebook@5.7.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-3bhm-ewdv-zbeq"
                        },
                        {
                            "vulnerability": "VCID-7bwr-bsbp-rqgc"
                        },
                        {
                            "vulnerability": "VCID-7r44-pfgv-vfhx"
                        },
                        {
                            "vulnerability": "VCID-d8dn-ga5x-pyc8"
                        },
                        {
                            "vulnerability": "VCID-ng3p-zbry-8fer"
                        },
                        {
                            "vulnerability": "VCID-ts53-zf55-zkcn"
                        },
                        {
                            "vulnerability": "VCID-v436-yfae-x7d5"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@5.7.1"
                }
            ],
            "aliases": [
                "CVE-2018-19351",
                "GHSA-49qr-xh3w-h436",
                "PYSEC-2018-17"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-cq6c-5wrp-6uf8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35329?format=api",
            "vulnerability_id": "VCID-d8dn-ga5x-pyc8",
            "summary": "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.",
            "references": [
                {
                    "reference_url": "https://github.com/jupyter/notebook",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/compare/f3f00df...05aa4b2",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/compare/f3f00df...05aa4b2"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2019-159.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2019-159.yaml"
                },
                {
                    "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UP5RLEES2JBBNSNLBR65XM6PCD4EMF7D",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UP5RLEES2JBBNSNLBR65XM6PCD4EMF7D"
                },
                {
                    "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UP5RLEES2JBBNSNLBR65XM6PCD4EMF7D/",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UP5RLEES2JBBNSNLBR65XM6PCD4EMF7D/"
                },
                {
                    "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VMDPJBVXOVO6LYGAT46VZNHH6JKSCURO",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VMDPJBVXOVO6LYGAT46VZNHH6JKSCURO"
                },
                {
                    "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VMDPJBVXOVO6LYGAT46VZNHH6JKSCURO/",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VMDPJBVXOVO6LYGAT46VZNHH6JKSCURO/"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9644",
                    "reference_id": "CVE-2019-9644",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9644"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-hhx8-cr55-qcxx",
                    "reference_id": "GHSA-hhx8-cr55-qcxx",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-hhx8-cr55-qcxx"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/13083?format=api",
                    "purl": "pkg:pypi/notebook@5.7.6",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-3bhm-ewdv-zbeq"
                        },
                        {
                            "vulnerability": "VCID-7bwr-bsbp-rqgc"
                        },
                        {
                            "vulnerability": "VCID-7r44-pfgv-vfhx"
                        },
                        {
                            "vulnerability": "VCID-ts53-zf55-zkcn"
                        },
                        {
                            "vulnerability": "VCID-v436-yfae-x7d5"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@5.7.6"
                }
            ],
            "aliases": [
                "CVE-2019-9644",
                "GHSA-hhx8-cr55-qcxx",
                "PYSEC-2019-159"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-d8dn-ga5x-pyc8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35287?format=api",
            "vulnerability_id": "VCID-ng3p-zbry-8fer",
            "summary": "Jupyter Notebook before 5.7.2 allows XSS via a crafted directory name because notebook/static/tree/js/notebooklist.js handles certain URLs unsafely.",
            "references": [
                {
                    "reference_url": "https://github.com/advisories/GHSA-3p4q-x8f3-p7vq",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-3p4q-x8f3-p7vq"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/commit/288b73e1edbf527740e273fcc69b889460871648",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/commit/288b73e1edbf527740e273fcc69b889460871648"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2018-18.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/notebook/PYSEC-2018-18.yaml"
                },
                {
                    "reference_url": "https://pypi.org/project/notebook/#history",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://pypi.org/project/notebook/#history"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2018-19352",
                    "reference_id": "CVE-2018-19352",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-19352"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/12503?format=api",
                    "purl": "pkg:pypi/notebook@5.7.2",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-3bhm-ewdv-zbeq"
                        },
                        {
                            "vulnerability": "VCID-7bwr-bsbp-rqgc"
                        },
                        {
                            "vulnerability": "VCID-7r44-pfgv-vfhx"
                        },
                        {
                            "vulnerability": "VCID-d8dn-ga5x-pyc8"
                        },
                        {
                            "vulnerability": "VCID-ts53-zf55-zkcn"
                        },
                        {
                            "vulnerability": "VCID-v436-yfae-x7d5"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@5.7.2"
                }
            ],
            "aliases": [
                "CVE-2018-19352",
                "GHSA-3p4q-x8f3-p7vq",
                "PYSEC-2018-18"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-ng3p-zbry-8fer"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/36074?format=api",
            "vulnerability_id": "VCID-ts53-zf55-zkcn",
            "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://github.com/jupyter/notebook/commit/c219ce43c1ea25123fa70d264e7735bdf4585b1e",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/commit/c219ce43c1ea25123fa70d264e7735bdf4585b1e"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/security/advisories/GHSA-m87f-39q9-6f55",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/security/advisories/GHSA-m87f-39q9-6f55"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24758",
                    "reference_id": "CVE-2022-24758",
                    "reference_type": "",
                    "scores": [],
                    "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": [],
                    "url": "https://github.com/advisories/GHSA-m87f-39q9-6f55"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/27412?format=api",
                    "purl": "pkg:pypi/notebook@6.4.10",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-3bhm-ewdv-zbeq"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@6.4.10"
                }
            ],
            "aliases": [
                "CVE-2022-24758",
                "GHSA-m87f-39q9-6f55",
                "PYSEC-2022-180"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-ts53-zf55-zkcn"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35675?format=api",
            "vulnerability_id": "VCID-v436-yfae-x7d5",
            "summary": "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.",
            "references": [
                {
                    "reference_url": "https://github.com/jupyter/notebook/commit/3cec4bbe21756de9f0c4bccf18cf61d840314d74",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/commit/3cec4bbe21756de9f0c4bccf18cf61d840314d74"
                },
                {
                    "reference_url": "https://github.com/jupyter/notebook/security/advisories/GHSA-c7vm-f5p4-8fqh",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jupyter/notebook/security/advisories/GHSA-c7vm-f5p4-8fqh"
                },
                {
                    "reference_url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00004.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00004.html"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/19003?format=api",
                    "purl": "pkg:pypi/notebook@6.1.5",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-3bhm-ewdv-zbeq"
                        },
                        {
                            "vulnerability": "VCID-ts53-zf55-zkcn"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@6.1.5"
                }
            ],
            "aliases": [
                "CVE-2020-26215",
                "GHSA-c7vm-f5p4-8fqh",
                "PYSEC-2020-215"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-v436-yfae-x7d5"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/notebook@4.4.1"
}