5.3
CVE-2026-73558
- EPSS 0.26%
- Veröffentlicht 13.08.2026 15:06:06
- Zuletzt bearbeitet 13.08.2026 16:19:05
- CVE-Watchlists
- Unerledigt
vLLM: Cross-User Data Leak Vulnerability
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.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
Herstellervllm-project
≫
Produkt
vllm
Version
< 0.27.0
Status
affected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.26% | 0.179 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| security-advisories@github.com | 5.3 | 1.6 | 3.6 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
|
CWE-190 Integer Overflow or Wraparound
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
https://github.com/vllm-project/vllm/security/advisories/GHSA-7m6h-x95x-82q5
https://github.com/vllm-project/vllm/issues/42860
https://github.com/vllm-project/vllm/pull/49660
https://github.com/vllm-project/vllm/commit/451227cb3ff07989698fed982c2d3e4300257924
https://github.com/vllm-project/vllm/releases/tag/v0.27.0