Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/43841?format=api",
    "vulnerability_id": "VCID-6bmt-zgqg-5bdv",
    "summary": "OpenStack Cinder, Glance, and Nova contain Uncontrolled Resource Consumption\nA resource vulnerability in the OpenStack Compute (nova), Block Storage (cinder), and Image (glance) services was found in their use of qemu-img. An unprivileged user could consume as much as 4 GB of RAM on the compute host by uploading a malicious image. This flaw could lead possibly to host out-of-memory errors and negatively affect other running tenant instances. oslo.concurrency has been updated to support process limits ('prlimit'), which is needed to fix this flaw.",
    "aliases": [
        {
            "alias": "CVE-2015-5162"
        },
        {
            "alias": "GHSA-g2j5-7vgx-6xrx"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/63224?format=api",
            "purl": "pkg:pypi/cinder@7.0.2",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/cinder@7.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/63225?format=api",
            "purl": "pkg:pypi/cinder@9.0.0",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/cinder@9.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/63398?format=api",
            "purl": "pkg:pypi/glance@14.0.0",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/glance@14.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/62983?format=api",
            "purl": "pkg:pypi/nova@12.0.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/nova@12.0.4"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/63223?format=api",
            "purl": "pkg:pypi/cinder@8.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6bmt-zgqg-5bdv"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/cinder@8.0.0"
        }
    ],
    "references": [
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=1268303",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1268303"
        },
        {
            "reference_url": "https://github.com/openstack/cinder/commit/455b318ced717fb38dfe40014817d78fbc47dea5",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/openstack/cinder/commit/455b318ced717fb38dfe40014817d78fbc47dea5"
        },
        {
            "reference_url": "https://github.com/openstack/glance/commit/69a9b659fd48aa3c1f84fc7bc9ae236b6803d31f",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/openstack/glance/commit/69a9b659fd48aa3c1f84fc7bc9ae236b6803d31f"
        },
        {
            "reference_url": "https://github.com/openstack/nova/commit/6bc37dcceca823998068167b49aec6def3112397",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/openstack/nova/commit/6bc37dcceca823998068167b49aec6def3112397"
        },
        {
            "reference_url": "https://launchpad.net/bugs/1449062",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://launchpad.net/bugs/1449062"
        },
        {
            "reference_url": "http://www.openwall.com/lists/oss-security/2016/10/06/8",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "http://www.openwall.com/lists/oss-security/2016/10/06/8"
        },
        {
            "reference_url": "https://access.redhat.com/security/cve/CVE-2015-5162",
            "reference_id": "CVE-2015-5162",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/security/cve/CVE-2015-5162"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5162",
            "reference_id": "CVE-2015-5162",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5162"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-g2j5-7vgx-6xrx",
            "reference_id": "GHSA-g2j5-7vgx-6xrx",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-g2j5-7vgx-6xrx"
        }
    ],
    "weaknesses": [
        {
            "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."
        },
        {
            "cwe_id": 399,
            "name": "Resource Management Errors",
            "description": "Weaknesses in this category are related to improper management of system resources."
        },
        {
            "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."
        }
    ],
    "exploits": [],
    "severity_range_score": null,
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-6bmt-zgqg-5bdv"
}