Lucene search
+L

737 matches found

OSV
OSV
added 2026/07/07 4:03 p.m.14 views

PYSEC-2026-2020 vLLM vulnerable to Server-Side Request Forgery (SSRF) through MediaConnector

Summary A Server-Side Request Forgery SSRF vulnerability exists in the MediaConnector class within the vLLM project's multimodal feature set. The loadfromurl and loadfromurlasync methods obtain and process media from URLs provided by users, using different Python parsing libraries when restrictin...

7.1CVSS6.1AI score0.00538EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 4:03 p.m.15 views

PYSEC-2026-2018 vLLM deserialization vulnerability leading to DoS and potential RCE

Summary A memory corruption vulnerability that leading to a crash denial-of-service and potentially remote code execution RCE exists in vLLM versions 0.10.2 and later, in the Completions API endpoint. When processing user-supplied prompt embeddings, the endpoint loads serialized tensors using...

8.8CVSS6.8AI score0.00892EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 4:03 p.m.16 views

PYSEC-2026-2013 vLLM: Resource-Exhaustion (DoS) through Malicious Jinja Template in OpenAI-Compatible Server

Summary A resource-exhaustion denial-of-service vulnerability exists in multiple endpoints of the OpenAI-Compatible Server due to the ability to specify Jinja templates via the chattemplate and chattemplatekwargs parameters. If an attacker can supply these parameters to the API, they can cause a...

6.5CVSS6.3AI score0.00207EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 4:03 p.m.22 views

PYSEC-2026-2026 vLLM is vulnerable to timing attack at bearer auth

Summary The API key support in vLLM performed validation using a method that was vulnerable to a timing attack. This could potentially allow an attacker to discover a valid API key using an approach more efficient than brute force. Details...

7.5CVSS6.5AI score0.00528EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/07 4:03 p.m.17 views

PYSEC-2026-2011 vLLM is vulnerable to Server-Side Request Forgery (SSRF) through `MediaConnector` class

Summary A Server-Side Request Forgery SSRF vulnerability exists in the MediaConnector class within the vLLM project's multimodal feature set. The loadfromurl and loadfromurlasync methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows...

7.1CVSS6.4AI score0.00229EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/07 4:03 p.m.13 views

PYSEC-2026-2021 vllm API endpoints vulnerable to Denial of Service Attacks

Summary A Denial of Service DoS vulnerability can be triggered by sending a single HTTP GET request with an extremely large header to an HTTP endpoint. This results in server memory exhaustion, potentially leading to a crash or unresponsiveness. The attack does not require authentication, making ...

7.5CVSS7.2AI score0.00556EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 4:03 p.m.17 views

PYSEC-2026-2014 vLLM has remote code execution vulnerability in the tool call parser for Qwen3-Coder

Summary An unsafe deserialization vulnerability allows any authenticated user to execute arbitrary code on the server if they are able to get the model to pass the code as an argument to a tool call. Details vLLM's Qwen3 Coder tool parser contains a code execution path that uses Python's eval...

8.8CVSS6.8AI score0.04016EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 4:02 p.m.11 views

PYSEC-2026-2023 vLLM Tool Schema allows DoS via Malformed pattern and type Fields

Summary The vLLM backend used with the /v1/chat/completions OpenAPI endpoint fails to validate unexpected or malformed input in the "pattern" and "type" fields when the tools functionality is invoked. These inputs are not validated before being compiled or parsed, causing a crash of the inference...

6.5CVSS6.6AI score0.00477EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 4:02 p.m.12 views

PYSEC-2026-2016 Data exposure via ZeroMQ on multi-node vLLM deployment

Impact In a multi-node vLLM deployment, vLLM uses ZeroMQ for some multi-node communication purposes. The primary vLLM host opens an XPUB ZeroMQ socket and binds it to ALL interfaces. While the socket is always opened for a multi-node deployment, it is only used when doing tensor parallelism acros...

7.5CVSS7.3AI score0.00569EPSS
SaveExploits1References8
PyPA
PyPA
added 2026/07/07 4:02 p.m.18 views

Data exposure via ZeroMQ on multi-node vLLM deployment

ImpactIn a multi-node vLLM deployment, vLLM uses ZeroMQ for some multi-node communication purposes. The primary vLLM host opens an XPUB ZeroMQ socket and binds it to ALL interfaces. While the socket is always opened for a multi-node deployment, it is only used when doing tensor parallelism across...

7.5CVSS6.2AI score0.00569EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2026/07/07 2:34 p.m.14 views

PYSEC-2026-2025 vLLM Denial of Service via the best_of parameter

A vulnerability was found in the ilab model serve component, where improper handling of the bestof parameter in the vllm JSON web API can lead to a Denial of Service DoS. The API used for LLM-based sentence or chat completion accepts a bestof parameter to return the best completion from several...

6.9CVSS6.4AI score0.00231EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/07/06 10:40 p.m.32 views

Uncaught Exception

Overview vllm is an A high-throughput and memory-efficient inference and serving engine for LLMs Affected versions of this package are vulnerable to Uncaught Exception through the rejection sampler process. An attacker can cause the engine worker to crash and abort concurrent requests by sending...

8.7CVSS5.9AI score0.00616EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/07/06 10:40 p.m.21 views

Allocation of Resources Without Limits or Throttling

Overview vllm is an A high-throughput and memory-efficient inference and serving engine for LLMs Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the request.file.read process. An attacker can exhaust system memory or cause process...

7.1CVSS6AI score0.00519EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/06 10:39 p.m.24 views

Reachable Assertion

Overview vllm is an A high-throughput and memory-efficient inference and serving engine for LLMs Affected versions of this package are vulnerable to Reachable Assertion via the /v1/completions endpoint when processing pure prompt embeds with M-RoPE models. An attacker can cause the server to cras...

7.1CVSS6AI score0.00665EPSS
SaveExploits0References2
PyPA
PyPA
added 2026/07/06 9:16 p.m.16 views

PYSEC-2026-2303

vLLM is a library for LLM inference and serving. From 0.12.0 to before 0.24.0, sending a pure prompt embeds payload in a /v1/completions request with a model using M-RoPE causes EngineCore to fail an assertion and fatally crash, shutting down the entire server application. Any remote user who is...

7.1CVSS6.1AI score0.00665EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/06 9:16 p.m.10 views

PYSEC-2026-2303

vLLM is a library for LLM inference and serving. From 0.12.0 to before 0.24.0, sending a pure prompt embeds payload in a /v1/completions request with a model using M-RoPE causes EngineCore to fail an assertion and fatally crash, shutting down the entire server application. Any remote user who is...

6.5CVSS6.1AI score0.00665EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/06 9:16 p.m.32 views

CVE-2026-55514

vLLM is a library for LLM inference and serving. From 0.12.0 to before 0.24.0, sending a pure prompt embeds payload in a /v1/completions request with a model using M-RoPE causes EngineCore to fail an assertion and fatally crash, shutting down the entire server application. Any remote user who is...

7.1CVSS0.00665EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/06 9:16 p.m.13 views

CVE-2026-54234

vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. Prior to 0.24.0, a frontend-legal multi-request speculative decoding workload can cause the rejection sampler to produce a recovered token equal to the model vocabulary size boundary value, which is then convert...

7.5CVSS0.00616EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/06 8:16 p.m.18 views

CVE-2026-55646

vLLM is an inference and serving engine for large language models. From 0.22.0 to 0.23.0, the /v1/audio/transcriptions and /v1/audio/translations routes call request.file.read to fully materialize an uploaded audio file into memory before vLLM checks the documented VLLMMAXAUDIOCLIPFILESIZEMB...

6.5CVSS0.00519EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/06 8:07 p.m.10 views

CVE-2026-55514

vLLM is a library for LLM inference and serving. From 0.12.0 to before 0.24.0, sending a pure prompt embeds payload in a /v1/completions request with a model using M-RoPE causes EngineCore to fail an assertion and fatally crash, shutting down the entire server application. Any remote user who is...

7.1CVSS6AI score0.00665EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder