Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/63903?format=api",
    "vulnerability_id": "VCID-auqw-2gn6-zkh6",
    "summary": "Multiple CWE-476 NULL Pointer Dereference vulnerabilities were found in GoAhead Web Server up to version 6.0.0 when compiled with the ME_GOAHEAD_REPLACE_MALLOC flag. Without a memory notifier for allocation failures, remote attackers can exploit these vulnerabilities by sending malicious requests, leading to a crash and Denial of Service (DoS).",
    "aliases": [
        {
            "alias": "CVE-2024-3184"
        }
    ],
    "fixed_packages": [],
    "affected_packages": [],
    "references": [
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-3184",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.0043",
                    "scoring_system": "epss",
                    "scoring_elements": "0.62963",
                    "published_at": "2026-06-11T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-3184"
        },
        {
            "reference_url": "https://www.nozominetworks.com/labs/vulnerability-advisories-cve-2024-3184",
            "reference_id": "vulnerability-advisories-cve-2024-3184",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.9",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-10-17T14:42:03Z/"
                }
            ],
            "url": "https://www.nozominetworks.com/labs/vulnerability-advisories-cve-2024-3184"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 476,
            "name": "NULL Pointer Dereference",
            "description": "A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit."
        }
    ],
    "exploits": [],
    "severity_range_score": "5.9 - 5.9",
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-auqw-2gn6-zkh6"
}