Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/49873?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/49873?format=api", "vulnerability_id": "VCID-ggsq-9qgx-vyf6", "summary": "vLLM vulnerable to Server-Side Request Forgery (SSRF) through MediaConnector\nA Server-Side Request Forgery (SSRF) vulnerability exists in the `MediaConnector` class within the vLLM project's multimodal feature set. The load_from_url and load_from_url_async methods obtain and process media from URLs provided by users, using different Python parsing libraries when restricting the target host. These two parsing libraries have different interpretations of backslashes, which allows the host name restriction to be bypassed. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.\n\nThis vulnerability is particularly critical in containerized environments like `llm-d`, where a compromised vLLM pod could be used to scan the internal network, interact with other pods, and potentially cause Denial of Service or access sensitive data. For example, an attacker could make the vLLM pod send malicious requests to an internal `llm-d` management endpoint, leading to system instability by falsely reporting metrics like the KV cache state.", "aliases": [ { "alias": "CVE-2026-24779" }, { "alias": "GHSA-qh4c-xf7m-gxfc" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/49112?format=api", "purl": "pkg:pypi/vllm@0.14.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-za3a-c9m1-jqgz" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/vllm@0.14.1" } ], "affected_packages": [], "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/f46d576c54fb8aeec5fc70560e850bed38ef17d7", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7" }, { "reference_url": "https://github.com/vllm-project/vllm/pull/32746", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/vllm-project/vllm/pull/32746" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779", "reference_id": "CVE-2026-24779", "reference_type": "", "scores": [], "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779" }, { "reference_url": "https://github.com/advisories/GHSA-qh4c-xf7m-gxfc", "reference_id": "GHSA-qh4c-xf7m-gxfc", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-qh4c-xf7m-gxfc" }, { "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" } ], "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-ggsq-9qgx-vyf6" }