From 118aa1b60a9b4914434b7920f6d0a13db425a318 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:57:11 +0000 Subject: [PATCH] Publish GHSA-5vqr-wprc-cpp7 --- .../GHSA-5vqr-wprc-cpp7.json | 37 +++++++++++++++++-- 1 file changed, 33 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-5vqr-wprc-cpp7/GHSA-5vqr-wprc-cpp7.json (55%) diff --git a/advisories/unreviewed/2025/03/GHSA-5vqr-wprc-cpp7/GHSA-5vqr-wprc-cpp7.json b/advisories/github-reviewed/2025/03/GHSA-5vqr-wprc-cpp7/GHSA-5vqr-wprc-cpp7.json similarity index 55% rename from advisories/unreviewed/2025/03/GHSA-5vqr-wprc-cpp7/GHSA-5vqr-wprc-cpp7.json rename to advisories/github-reviewed/2025/03/GHSA-5vqr-wprc-cpp7/GHSA-5vqr-wprc-cpp7.json index e52894129e6..0584ccd0402 100644 --- a/advisories/unreviewed/2025/03/GHSA-5vqr-wprc-cpp7/GHSA-5vqr-wprc-cpp7.json +++ b/advisories/github-reviewed/2025/03/GHSA-5vqr-wprc-cpp7/GHSA-5vqr-wprc-cpp7.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-5vqr-wprc-cpp7", - "modified": "2025-03-20T12:32:41Z", + "modified": "2025-03-21T16:55:37Z", "published": "2025-03-20T12:32:41Z", "aliases": [ "CVE-2024-11041" ], + "summary": "vLLM Deserialization of Untrusted Data vulnerability", "details": "vllm-project vllm version v0.6.2 contains a vulnerability in the MessageQueue.dequeue() API function. The function uses pickle.loads to parse received sockets directly, leading to a remote code execution vulnerability. An attacker can exploit this by sending a malicious payload to the MessageQueue, causing the victim's machine to execute arbitrary code.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "vllm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.6.2" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11041" }, + { + "type": "PACKAGE", + "url": "https://github.com/vllm-project/vllm" + }, + { + "type": "WEB", + "url": "https://github.com/vllm-project/vllm/blob/7193774b1ff8603ad5bf4598e5efba0d9a39b436/vllm/distributed/device_communicators/shm_broadcast.py#L441-L443" + }, { "type": "WEB", "url": "https://huntr.com/bounties/00136195-11e0-4ad0-98d5-72db066e867f" @@ -29,8 +58,8 @@ "CWE-502" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T16:55:37Z", "nvd_published_at": "2025-03-20T10:15:23Z" } } \ No newline at end of file