Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/44567?format=api",
    "vulnerability_id": "VCID-86ed-z2u5-kffr",
    "summary": "Out-of-bounds Write\nLibde265 1.0.9 has a heap buffer overflow vulnerability in de265_image::set_SliceAddrRS(int, int, int)",
    "aliases": [
        {
            "alias": "CVE-2022-47665"
        }
    ],
    "fixed_packages": [],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60092?format=api",
            "purl": "pkg:conan/libde265@1.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-77sx-rq4k-7kgd"
                },
                {
                    "vulnerability": "VCID-86ed-z2u5-kffr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:conan/libde265@1.0.9"
        }
    ],
    "references": [
        {
            "reference_url": "https://github.com/strukturag/libde265/issues/369",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/strukturag/libde265/issues/369"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-47665",
            "reference_id": "CVE-2022-47665",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-47665"
        }
    ],
    "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": 787,
            "name": "Out-of-bounds Write",
            "description": "The product writes data past the end, or before the beginning, of the intended buffer."
        },
        {
            "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-86ed-z2u5-kffr"
}