Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/50780?format=api",
    "vulnerability_id": "VCID-e3eb-3bpf-h7gk",
    "summary": "vLLM has SSRF Protection Bypass\nThe SSRF protection fix for https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc can be bypassed in the `load_from_url_async` method due to inconsistent URL parsing behavior between the validation layer and the actual HTTP client.",
    "aliases": [
        {
            "alias": "CVE-2026-25960"
        },
        {
            "alias": "GHSA-v359-jj2v-j536"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/49116?format=api",
            "purl": "pkg:pypi/vllm@0.17.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-za3a-c9m1-jqgz"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/vllm@0.17.0"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/49114?format=api",
            "purl": "pkg:pypi/vllm@0.15.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e3eb-3bpf-h7gk"
                },
                {
                    "vulnerability": "VCID-za3a-c9m1-jqgz"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/vllm@0.15.1"
        }
    ],
    "references": [
        {
            "reference_url": "https://github.com/vllm-project/vllm",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/vllm-project/vllm"
        },
        {
            "reference_url": "https://github.com/vllm-project/vllm/commit/6f3b2047abd4a748e3db4a68543f8221358002c0",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/vllm-project/vllm/commit/6f3b2047abd4a748e3db4a68543f8221358002c0"
        },
        {
            "reference_url": "https://github.com/vllm-project/vllm/pull/34743",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/vllm-project/vllm/pull/34743"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25960",
            "reference_id": "CVE-2026-25960",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25960"
        },
        {
            "reference_url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc",
            "reference_id": "GHSA-qh4c-xf7m-gxfc",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-v359-jj2v-j536",
            "reference_id": "GHSA-v359-jj2v-j536",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-v359-jj2v-j536"
        },
        {
            "reference_url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-v359-jj2v-j536",
            "reference_id": "GHSA-v359-jj2v-j536",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-v359-jj2v-j536"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 918,
            "name": "Server-Side Request Forgery (SSRF)",
            "description": "The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination."
        },
        {
            "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-e3eb-3bpf-h7gk"
}