CVE-2026-73558 PUBLISHED

vLLM: Cross-User Data Leak Vulnerability

Assigner: GitHub_M
Reserved: 12.08.2026 Published: 13.08.2026 Updated: 13.08.2026

vLLM is an inference and serving engine for large language models. Prior to 0.27.0, an integer overflow in blockIdx.x * 2 * d in activation_kernels.cu can cause act_and_mul_kernel to consume another batched user's input, allowing a request processed in the same inference batch to receive a partial or complete copy of another user's inference result. This issue is fixed in version 0.27.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
CVSS Score: 5.3

Product Status

Vendor vllm-project
Product vllm
Versions
  • Version < 0.27.0 is affected

References

Problem Types

  • CWE-190: Integer Overflow or Wraparound CWE