Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/43980?format=api",
    "vulnerability_id": "VCID-6mxz-st39-zyh3",
    "summary": "OpenStack Neutron allows remote attackers to bypass an intended ICMPv6-spoofing protection mechanism\nThe IPTables firewall in OpenStack Neutron before 7.0.4 and 8.0.0 through 8.1.0 allows remote attackers to bypass an intended ICMPv6-spoofing protection mechanism and consequently cause a denial of service or intercept network traffic via a link-local source address.",
    "aliases": [
        {
            "alias": "CVE-2015-8914"
        },
        {
            "alias": "GHSA-3vj4-cvjp-482h"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/63216?format=api",
            "purl": "pkg:pypi/neutron@7.0.5",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@7.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/63217?format=api",
            "purl": "pkg:pypi/neutron@8.1.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@8.1.1"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/56173?format=api",
            "purl": "pkg:pypi/neutron@8.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6mxz-st39-zyh3"
                },
                {
                    "vulnerability": "VCID-737y-rfry-dqed"
                },
                {
                    "vulnerability": "VCID-cwwz-4a6e-tugg"
                },
                {
                    "vulnerability": "VCID-m7vh-gw28-wbas"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/neutron@8.0.0"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2016:1473",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2016:1473"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2016:1474",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2016:1474"
        },
        {
            "reference_url": "https://bugs.launchpad.net/neutron/+bug/1502933",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://bugs.launchpad.net/neutron/+bug/1502933"
        },
        {
            "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/1d1159bb2b57f0b4193f8666f53736f05bf7eac9",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/openstack/neutron/commit/1d1159bb2b57f0b4193f8666f53736f05bf7eac9"
        },
        {
            "reference_url": "https://github.com/openstack/neutron/commit/3e66b1a87544d7a127abceec13bfeacb8f18f7e1",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/openstack/neutron/commit/3e66b1a87544d7a127abceec13bfeacb8f18f7e1"
        },
        {
            "reference_url": "https://review.openstack.org/#/c/300233",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://review.openstack.org/#/c/300233"
        },
        {
            "reference_url": "https://review.openstack.org/#/c/310648",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://review.openstack.org/#/c/310648"
        },
        {
            "reference_url": "https://review.openstack.org/#/c/310652",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://review.openstack.org/#/c/310652"
        },
        {
            "reference_url": "https://security.openstack.org/ossa/OSSA-2016-009.html",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://security.openstack.org/ossa/OSSA-2016-009.html"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2015-8914",
            "reference_id": "CVE-2015-8914",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-8914"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-3vj4-cvjp-482h",
            "reference_id": "GHSA-3vj4-cvjp-482h",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-3vj4-cvjp-482h"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 923,
            "name": "Improper Restriction of Communication Channel to Intended Endpoints",
            "description": "The product establishes a communication channel to (or from) an endpoint for privileged or protected operations, but it does not properly ensure that it is communicating with the correct endpoint."
        },
        {
            "cwe_id": 937,
            "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."
        },
        {
            "cwe_id": 1035,
            "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."
        }
    ],
    "exploits": [],
    "severity_range_score": null,
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-6mxz-st39-zyh3"
}