Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/11961?format=api",
    "purl": "pkg:pypi/neutron@0.0",
    "type": "pypi",
    "namespace": "",
    "name": "neutron",
    "version": "0.0",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "7.0.0a0",
    "latest_non_vulnerable_version": "2015.1.1",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35848?format=api",
            "vulnerability_id": "VCID-1444-3h31-3kdv",
            "summary": "OpenStack Neutron before 16.4.1, 17.x before 17.1.3, and 18.0.0 allows hardware address impersonation when the linuxbridge driver with ebtables-nft is used on a Netfilter-based platform. By sending carefully crafted packets, anyone in control of a server instance connected to the virtual switch can impersonate the hardware addresses of other systems on the network, resulting in denial of service or in some cases possibly interception of traffic intended for other destinations.",
            "references": [
                {
                    "reference_url": "https://launchpad.net/bugs/1938670",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://launchpad.net/bugs/1938670"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/23434?format=api",
                    "purl": "pkg:pypi/neutron@16.4.1",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@16.4.1"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/23435?format=api",
                    "purl": "pkg:pypi/neutron@17.1.3",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@17.1.3"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/23436?format=api",
                    "purl": "pkg:pypi/neutron@18.1.0",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@18.1.0"
                }
            ],
            "aliases": [
                "CVE-2021-38598",
                "PYSEC-2021-360"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-1444-3h31-3kdv"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35863?format=api",
            "vulnerability_id": "VCID-69mn-brsx-xydy",
            "summary": "An issue was discovered in the routes middleware in OpenStack Neutron before 16.4.1, 17.x before 17.2.1, and 18.x before 18.1.1. By making API requests involving nonexistent controllers, an authenticated user may cause the API worker to consume increasing amounts of memory, resulting in API performance degradation or denial of service.",
            "references": [
                {
                    "reference_url": "https://launchpad.net/bugs/1942179",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://launchpad.net/bugs/1942179"
                },
                {
                    "reference_url": "https://security.openstack.org/ossa/OSSA-2021-006.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://security.openstack.org/ossa/OSSA-2021-006.html"
                },
                {
                    "reference_url": "http://www.openwall.com/lists/oss-security/2021/09/09/2",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://www.openwall.com/lists/oss-security/2021/09/09/2"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/23434?format=api",
                    "purl": "pkg:pypi/neutron@16.4.1",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@16.4.1"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/23501?format=api",
                    "purl": "pkg:pypi/neutron@17.2.1",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@17.2.1"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/23502?format=api",
                    "purl": "pkg:pypi/neutron@18.1.1",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@18.1.1"
                }
            ],
            "aliases": [
                "CVE-2021-40797",
                "PYSEC-2021-329"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-69mn-brsx-xydy"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35258?format=api",
            "vulnerability_id": "VCID-jecq-8kqy-sfg8",
            "summary": "When using the Linux bridge ml2 driver, non-privileged tenants are able to create and attach ports without specifying an IP address, bypassing IP address validation. A potential denial of service could occur if an IP address, conflicting with existing guests or routers, is then assigned from outside of the allowed allocation pool. Versions of openstack-neutron before 13.0.0.0b2, 12.0.3 and 11.0.5 are vulnerable.",
            "references": [
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2018:2710",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2018:2710"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2018:2715",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2018:2715"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2018:2721",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2018:2721"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2018:3792",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2018:3792"
                },
                {
                    "reference_url": "https://bugs.launchpad.net/neutron/+bug/1757482",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugs.launchpad.net/neutron/+bug/1757482"
                },
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14635",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14635"
                },
                {
                    "reference_url": "https://github.com/openstack/neutron",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/openstack/neutron"
                },
                {
                    "reference_url": "https://github.com/openstack/neutron/commit/54aa6e81cb17b33ce4d5d469cc11dec2869c762d",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/openstack/neutron/commit/54aa6e81cb17b33ce4d5d469cc11dec2869c762d"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/neutron/PYSEC-2018-93.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/neutron/PYSEC-2018-93.yaml"
                },
                {
                    "reference_url": "https://git.openstack.org/cgit/openstack/neutron/commit/?id=54aa6e81cb17b33ce4d5d469cc11dec2869c762d",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://git.openstack.org/cgit/openstack/neutron/commit/?id=54aa6e81cb17b33ce4d5d469cc11dec2869c762d"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14635",
                    "reference_id": "CVE-2018-14635",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14635"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-x634-34m9-96mp",
                    "reference_id": "GHSA-x634-34m9-96mp",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-x634-34m9-96mp"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/11972?format=api",
                    "purl": "pkg:pypi/neutron@11.0.6",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p5ww-51mu-buf5"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        },
                        {
                            "vulnerability": "VCID-t5sb-ghkg-zbb6"
                        },
                        {
                            "vulnerability": "VCID-wa91-gzx6-h7gu"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@11.0.6"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/11973?format=api",
                    "purl": "pkg:pypi/neutron@12.0.4",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p5ww-51mu-buf5"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        },
                        {
                            "vulnerability": "VCID-t5sb-ghkg-zbb6"
                        },
                        {
                            "vulnerability": "VCID-wa91-gzx6-h7gu"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@12.0.4"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/22096?format=api",
                    "purl": "pkg:pypi/neutron@13.0.0.0b2",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        },
                        {
                            "vulnerability": "VCID-wa91-gzx6-h7gu"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@13.0.0.0b2"
                }
            ],
            "aliases": [
                "CVE-2018-14635",
                "GHSA-x634-34m9-96mp",
                "PYSEC-2018-93"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-jecq-8kqy-sfg8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35343?format=api",
            "vulnerability_id": "VCID-p5ww-51mu-buf5",
            "summary": "An issue was discovered in OpenStack Neutron 11.x before 11.0.7, 12.x before 12.0.6, and 13.x before 13.0.3. By creating two security groups with separate/overlapping port ranges, an authenticated user may prevent Neutron from being able to configure networks on any compute nodes where those security groups are present, because of an Open vSwitch (OVS) firewall KeyError. All Neutron deployments utilizing neutron-openvswitch-agent are affected.",
            "references": [
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2019:0879",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2019:0879"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2019:0935",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2019:0935"
                },
                {
                    "reference_url": "https://bugs.launchpad.net/ossa/+bug/1813007",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugs.launchpad.net/ossa/+bug/1813007"
                },
                {
                    "reference_url": "https://github.com/openstack/neutron",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/openstack/neutron"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/neutron/PYSEC-2019-189.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/neutron/PYSEC-2019-189.yaml"
                },
                {
                    "reference_url": "https://review.openstack.org/#/q/topic:bug/1813007",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://review.openstack.org/#/q/topic:bug/1813007"
                },
                {
                    "reference_url": "https://security.openstack.org/ossa/OSSA-2019-002.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://security.openstack.org/ossa/OSSA-2019-002.html"
                },
                {
                    "reference_url": "http://www.openwall.com/lists/oss-security/2019/04/09/2",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://www.openwall.com/lists/oss-security/2019/04/09/2"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10876",
                    "reference_id": "CVE-2019-10876",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10876"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-jr9m-v5qh-mh2j",
                    "reference_id": "GHSA-jr9m-v5qh-mh2j",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-jr9m-v5qh-mh2j"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/13090?format=api",
                    "purl": "pkg:pypi/neutron@11.0.7",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        },
                        {
                            "vulnerability": "VCID-wa91-gzx6-h7gu"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@11.0.7"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/13088?format=api",
                    "purl": "pkg:pypi/neutron@12.0.6",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        },
                        {
                            "vulnerability": "VCID-wa91-gzx6-h7gu"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@12.0.6"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/13089?format=api",
                    "purl": "pkg:pypi/neutron@13.0.3",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        },
                        {
                            "vulnerability": "VCID-wa91-gzx6-h7gu"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@13.0.3"
                }
            ],
            "aliases": [
                "CVE-2019-10876",
                "GHSA-jr9m-v5qh-mh2j",
                "PYSEC-2019-189"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-p5ww-51mu-buf5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35856?format=api",
            "vulnerability_id": "VCID-p6g8-396q-t7ck",
            "summary": "An issue was discovered in OpenStack Neutron before 16.4.1, 17.x before 17.2.1, and 18.x before 18.1.1. Authenticated attackers can reconfigure dnsmasq via a crafted extra_dhcp_opts value.",
            "references": [
                {
                    "reference_url": "https://launchpad.net/bugs/1939733",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://launchpad.net/bugs/1939733"
                },
                {
                    "reference_url": "https://security.openstack.org/ossa/OSSA-2021-005.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://security.openstack.org/ossa/OSSA-2021-005.html"
                },
                {
                    "reference_url": "http://www.openwall.com/lists/oss-security/2021/08/31/2",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://www.openwall.com/lists/oss-security/2021/08/31/2"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/23434?format=api",
                    "purl": "pkg:pypi/neutron@16.4.1",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@16.4.1"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/23501?format=api",
                    "purl": "pkg:pypi/neutron@17.2.1",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@17.2.1"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/23502?format=api",
                    "purl": "pkg:pypi/neutron@18.1.1",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@18.1.1"
                }
            ],
            "aliases": [
                "CVE-2021-40085",
                "PYSEC-2021-361"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-p6g8-396q-t7ck"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35330?format=api",
            "vulnerability_id": "VCID-t5sb-ghkg-zbb6",
            "summary": "An issue was discovered in the iptables firewall module in OpenStack Neutron before 10.0.8, 11.x before 11.0.7, 12.x before 12.0.6, and 13.x before 13.0.3. By setting a destination port in a security group rule along with a protocol that doesn't support that option (for example, VRRP), an authenticated user may block further application of security group rules for instances from any project/tenant on the compute hosts to which it's applied. (Only deployments using the iptables security group driver are affected.)",
            "references": [
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2019:0879",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2019:0879"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2019:0916",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2019:0916"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2019:0935",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2019:0935"
                },
                {
                    "reference_url": "https://github.com/openstack/neutron",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/openstack/neutron"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/neutron/PYSEC-2019-190.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/neutron/PYSEC-2019-190.yaml"
                },
                {
                    "reference_url": "https://launchpad.net/bugs/1818385",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://launchpad.net/bugs/1818385"
                },
                {
                    "reference_url": "https://seclists.org/bugtraq/2019/Mar/24",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://seclists.org/bugtraq/2019/Mar/24"
                },
                {
                    "reference_url": "https://security.openstack.org/ossa/OSSA-2019-001.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://security.openstack.org/ossa/OSSA-2019-001.html"
                },
                {
                    "reference_url": "https://usn.ubuntu.com/4036-1",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://usn.ubuntu.com/4036-1"
                },
                {
                    "reference_url": "https://usn.ubuntu.com/4036-1/",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://usn.ubuntu.com/4036-1/"
                },
                {
                    "reference_url": "https://web.archive.org/web/20201208185619/http://www.securityfocus.com/bid/107390",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://web.archive.org/web/20201208185619/http://www.securityfocus.com/bid/107390"
                },
                {
                    "reference_url": "https://www.debian.org/security/2019/dsa-4409",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.debian.org/security/2019/dsa-4409"
                },
                {
                    "reference_url": "http://www.openwall.com/lists/oss-security/2019/03/18/2",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://www.openwall.com/lists/oss-security/2019/03/18/2"
                },
                {
                    "reference_url": "http://www.securityfocus.com/bid/107390",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://www.securityfocus.com/bid/107390"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9735",
                    "reference_id": "CVE-2019-9735",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9735"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-9773-3fqg-8w25",
                    "reference_id": "GHSA-9773-3fqg-8w25",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-9773-3fqg-8w25"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/13091?format=api",
                    "purl": "pkg:pypi/neutron@10.0.8",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@10.0.8"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/13090?format=api",
                    "purl": "pkg:pypi/neutron@11.0.7",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        },
                        {
                            "vulnerability": "VCID-wa91-gzx6-h7gu"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@11.0.7"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/13088?format=api",
                    "purl": "pkg:pypi/neutron@12.0.6",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        },
                        {
                            "vulnerability": "VCID-wa91-gzx6-h7gu"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@12.0.6"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/13089?format=api",
                    "purl": "pkg:pypi/neutron@13.0.3",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        },
                        {
                            "vulnerability": "VCID-wa91-gzx6-h7gu"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@13.0.3"
                }
            ],
            "aliases": [
                "CVE-2019-9735",
                "GHSA-9773-3fqg-8w25",
                "PYSEC-2019-190"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-t5sb-ghkg-zbb6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/35812?format=api",
            "vulnerability_id": "VCID-wa91-gzx6-h7gu",
            "summary": "A flaw was found in openstack-neutron's default Open vSwitch firewall rules. By sending carefully crafted packets, anyone in control of a server instance connected to the virtual switch can impersonate the IPv6 addresses of other systems on the network, resulting in denial of service or in some cases possibly interception of traffic intended for other destinations. Only deployments using the Open vSwitch driver are affected. Source: OpenStack project. Versions before openstack-neutron 15.3.3, openstack-neutron 16.3.1 and openstack-neutron 17.1.1 are affected.",
            "references": [
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=1934330",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1934330"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/22137?format=api",
                    "purl": "pkg:pypi/neutron@15.3.3",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@15.3.3"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/22138?format=api",
                    "purl": "pkg:pypi/neutron@16.3.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@16.3.1"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/22139?format=api",
                    "purl": "pkg:pypi/neutron@17.1.1",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-1444-3h31-3kdv"
                        },
                        {
                            "vulnerability": "VCID-69mn-brsx-xydy"
                        },
                        {
                            "vulnerability": "VCID-p6g8-396q-t7ck"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@17.1.1"
                }
            ],
            "aliases": [
                "CVE-2021-20267",
                "PYSEC-2021-136"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-wa91-gzx6-h7gu"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@0.0"
}