Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/13085?format=api",
    "purl": "pkg:pypi/neutron@13.0.0",
    "type": "pypi",
    "namespace": "",
    "name": "neutron",
    "version": "13.0.0",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "16.4.1",
    "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/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/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/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@13.0.0"
}