Lucene search
+L

747 matches found

Cvelist
Cvelist
added 2026/06/22 9:59 p.m.43 views

CVE-2026-54235 vLLM: temperature=NaN and temperature=Infinity bypass validation and propagate to GPU kernels

vLLM is an inference and serving engine for large language models LLMs. Prior to 0.23.1rc0, ll temperature validation gates use comparison operators , which silently evaluate to False for NaN and for positive Infinity in Python's IEEE 754 float semantics. Both values pass every guard and propagat...

6.9CVSS0.0045EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/06/22 9:57 p.m.8 views

CVE-2026-48746 vLLM: OpenAI auth bypass

vLLM is an inference and serving engine for large language models LLMs. From 0.3.0 until 0.22.0, a vulnerability in ASGI web servers and starlette's trust on those web servers enables an authentication bypass of the OpenAI API AuthenticationMiddleware. It allows to use the API without providing t...

9.1CVSS5.9AI score0.01152EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/22 9:57 p.m.11 views

CVE-2026-48746 vLLM: OpenAI auth bypass

vLLM is an inference and serving engine for large language models LLMs. From 0.3.0 until 0.22.0, a vulnerability in ASGI web servers and starlette's trust on those web servers enables an authentication bypass of the OpenAI API AuthenticationMiddleware. It allows to use the API without providing t...

9.1CVSS6AI score
SaveExploits0References18
ATTACKERKB
ATTACKERKB
added 2026/06/22 9:57 p.m.9 views

CVE-2026-48746

vLLM is an inference and serving engine for large language models LLMs. From 0.3.0 until 0.22.0, a vulnerability in ASGI web servers and starlette's trust on those web servers enables an authentication bypass of the OpenAI API AuthenticationMiddleware. It allows to use the API without providing t...

9.1CVSS5.9AI score0.01152EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/06/22 9:57 p.m.238 views

CVE-2026-48746

vLLM OpenAI auth bypass (CVE-2026-48746) affects vLLM versions 0.3.0 through 0.21.0. Root cause: ASGI servers and Starlette trust the Host header from the request scope, enabling manipulation of the reconstructed URL path and bypassing the OpenAI API AuthenticationMiddleware for routes beginning ...

9.1CVSS5.9AI score0.01152EPSS
SaveExploits0References16Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/06/22 9:55 p.m.9 views

CVE-2026-53923

vLLM is an inference and serving engine for large language models LLMs. From 0.5.5 until 0.23.1rc0, integer truncation of tensor dimensions in vLLM's GGUF dequantize kernels csrc/quantization/gguf/ggufkernel.cu causes partial tensor processing. The output tensor is allocated at full size via...

5.3CVSS5.8AI score0.00484EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/06/20 7:16 p.m.21 views

CVE-2025-71379

vLLM versions = 0.6.3 and 0.9.0 contain multiple regular expression denial of service ReDoS vulnerabilities. Several regex patterns — in vllm/lora/utils.py, the phi4mini tool parser, and the OpenAI-compatible serving chat endpoint — are susceptible to catastrophic backtracking. An attacker...

7.5CVSS0.00481EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/06/20 6:27 p.m.31 views

EUVD-2026-38129

vLLM versions = 0.10.2 and 0.13.0 are missing sparse tensor validation in multimodal embeddings processing. Because PyTorch disables sparse tensor invariant checks by default, an attacker can submit crafted embedding requests with malformed negative or out-of-bounds tensor indices, when the...

8.8CVSS6.1AI score0.00892EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/20 6:27 p.m.11 views

CVE-2026-56340 vLLM - Denial of Service via Unvalidated Multimodal Embeddings

vLLM versions = 0.10.2 and 0.13.0 are missing sparse tensor validation in multimodal embeddings processing. Because PyTorch disables sparse tensor invariant checks by default, an attacker can submit crafted embedding requests with malformed negative or out-of-bounds tensor indices, when the...

8.7CVSS6AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/06/20 6:27 p.m.16 views

CVE-2026-56340

vLLM versions = 0.10.2 and 0.13.0 are missing sparse tensor validation in multimodal embeddings processing. Because PyTorch disables sparse tensor invariant checks by default, an attacker can submit crafted embedding requests with malformed negative or out-of-bounds tensor indices, when the...

8.8CVSS5.9AI score0.00644EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/06/20 6:27 p.m.36 views

CVE-2026-56340 vLLM - Denial of Service via Unvalidated Multimodal Embeddings

vLLM versions = 0.10.2 and 0.13.0 are missing sparse tensor validation in multimodal embeddings processing. Because PyTorch disables sparse tensor invariant checks by default, an attacker can submit crafted embedding requests with malformed negative or out-of-bounds tensor indices, when the...

8.8CVSS0.00644EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/20 6:27 p.m.74 views

CVE-2026-56340

vLLM versions >= 0.10.2 and

8.8CVSS5.9AI score0.00644EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/06/20 6:27 p.m.42 views

CVE-2025-71379

CVE-2025-71379 affects vLLM versions 0.6.3 through 0.8.x (before 0.9.0). The vulnerability is a set of regular expression denial of service (ReDoS) flaws in multiple components: (1) regex patterns in vllm/lora/utils.py, (2) the phi4mini tool parser, and (3) the OpenAI-compatible serving chat endp...

7.5CVSS5.9AI score0.00481EPSS
SaveExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/06/20 6:27 p.m.18 views

CVE-2025-71379

vLLM versions = 0.6.3 and 0.9.0 contain multiple regular expression denial of service ReDoS vulnerabilities. Several regex patterns — in vllm/lora/utils.py, the phi4mini tool parser, and the OpenAI-compatible serving chat endpoint — are susceptible to catastrophic backtracking. An attacker...

5.3CVSS5.9AI score0.00481EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/06/20 6:27 p.m.14 views

CVE-2025-71379 vllm - Regular Expression Denial of Service in Multiple Components

vLLM versions = 0.6.3 and 0.9.0 contain multiple regular expression denial of service ReDoS vulnerabilities. Several regex patterns — in vllm/lora/utils.py, the phi4mini tool parser, and the OpenAI-compatible serving chat endpoint — are susceptible to catastrophic backtracking. An attacker...

5.3CVSS6AI score
SaveExploits0References4
EUVD
EUVD
added 2026/06/20 6:27 p.m.22 views

EUVD-2025-210290

vLLM versions = 0.6.3 and 0.9.0 contain multiple regular expression denial of service ReDoS vulnerabilities. Several regex patterns — in vllm/lora/utils.py, the phi4mini tool parser, and the OpenAI-compatible serving chat endpoint — are susceptible to catastrophic backtracking. An attacker...

5.3CVSS5.9AI score0.00481EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/06/20 12:00 a.m.40 views

PT-2026-51172

Name of the Vulnerable Software and Affected Versions vLLM versions 0.10.2 through 0.12.x Description Multimodal embeddings processing lacks sparse tensor validation. Since PyTorch disables sparse tensor invariant checks by default, an attacker can submit crafted embedding requests containing...

8.8CVSS5.9AI score0.00644EPSS
SaveExploits0References6
Chainguard
Chainguard
added 2026/06/19 2:17 a.m.20 views

CVE-2026-50269 vulnerabilities

Vulnerabilities for packages: py3.13-scanner-test-libraries-aiohttp, py3-vllm-cuda-13.0, tritonserver-backend-vllm-cuda-12.9, py3-vllm-cuda-12.9, airflow, py3-vllm-cuda-12.4, airflow-core, lmcache-cuda-12.8...

7.5CVSS5.9AI score0.00301EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/06/19 2:17 a.m.17 views

GHSA-M6QW-4CW2-HM4M vulnerabilities

Vulnerabilities for packages: py3.13-scanner-test-libraries-aiohttp, py3-vllm-cuda-13.0, tritonserver-backend-vllm-cuda-12.9, py3-vllm-cuda-12.9, airflow, py3-vllm-cuda-12.4, airflow-core, lmcache-cuda-12.8...

5.9AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/06/17 6:35 p.m.23 views

Duplicate Advisory: image EXIF Rotation & PNG tRNS Transparency Not Normalized, Causing Mismatch Between Model Input and Expectations

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-8jr5-v98p-w75m. This link is maintained to preserve external references. Original Description A flaw was found in vLLM, an open-source library for large language model inference. This vulnerability arises from...

4.8CVSS5.2AI score0.00239EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder