Description
vLLM through 0.29.0 contains a resource exhaustion vulnerability in MooncakeConnector where rejected prefill requests create ownerless transfer placeholders that are never reclaimed. Attackers can send rejected requests to exhaust sender task pools, causing valid requests to be delayed by up to 480 seconds while health checks continue returning success.
Published: 2026-09-21
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Resource Exhaustion leading to delayed requests and potential denial of service
Action: Patch Now
AI Analysis

Impact

In versions up to 0.29.0 of vLLM, the MooncakeConnector component creates temporary transfer placeholders when prefill requests are rejected. These placeholders are never removed, causing the sender task pool to become saturated. As a result, legitimate requests can be delayed by as much as 480 seconds, while health checks still indicate that the system is healthy. This behavior constitutes a resource exhaustion vulnerability that can degrade performance and availability. The weakness is consistent with the CWE-772 classification, reflecting improper control of data lifetime and resources.

Affected Systems

vLLM version 0.29.0 and earlier that use the MooncakeConnector for distributed KV transfer. The product is distributed as the vllm package from the vllm-project.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the EPSS score is not available, so the exact likelihood of exploitation is uncertain. The vulnerability is publicly documented but not listed in the CISA KEV catalog, suggesting no confirmed large‑scale exploitation. Attackers can exploit the flaw by sending a volume of rejected prefill requests, thereby exhausting the task pool. Due to the lack of an official workaround, mitigation must rely on updating the software or disabling the vulnerable component.

Generated by OpenCVE AI on September 21, 2026 at 23:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch by upgrading vLLM to the latest release that includes a fix for the MooncakeConnector resource reclamation issue
  • If an immediate upgrade is not possible, disable the MooncakeConnector
  • Monitor the sender task pool utilization and health–check responses; if anomalous delays are observed, investigate and apply the patch promptly

Generated by OpenCVE AI on September 21, 2026 at 23:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 22:15:00 +0000

Type Values Removed Values Added
Description vLLM through 0.29.0 contains a resource exhaustion vulnerability in MooncakeConnector where rejected prefill requests create ownerless transfer placeholders that are never reclaimed. Attackers can send rejected requests to exhaust sender task pools, causing valid requests to be delayed by up to 480 seconds while health checks continue returning success.
Title vLLM through 0.29.0 Resource Exhaustion via Ownerless Mooncake Transfer Placeholders
First Time appeared Vllm
Vllm vllm
Weaknesses CWE-772
CPEs cpe:2.3:a:vllm:vllm:*:*:*:*:*:*:*:*
Vendors & Products Vllm
Vllm vllm
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-21T22:04:14.206Z

Reserved: 2026-09-21T21:42:27.917Z

Link: CVE-2026-94625

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T22:17:01.433

Modified: 2026-09-21T22:17:01.433

Link: CVE-2026-94625

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T00:00:13Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime