Lucene search
+L

823 matches found

OSV
OSV
added 2025/05/28 5:50 p.m.49 views

GHSA-J828-28RJ-HFHP vLLM vulnerable to Regular Expression Denial of Service

Summary A recent review identified several regular expressions in the vllm codebase that are susceptible to Regular Expression Denial of Service ReDoS attacks. These patterns, if fed with crafted or malicious input, may cause severe performance degradation due to catastrophic backtracking. 1...

4.3CVSS7.1AI score0.00481EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2025/05/28 5:50 p.m.16 views

vLLM vulnerable to Regular Expression Denial of Service

Summary A recent review identified several regular expressions in the vllm codebase that are susceptible to Regular Expression Denial of Service ReDoS attacks. These patterns, if fed with crafted or malicious input, may cause severe performance degradation due to catastrophic backtracking. 1...

7.1AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/28 5:49 p.m.13 views

GHSA-W6Q7-J642-7C25 vLLM has a Regular Expression Denial of Service (ReDoS, Exponential Complexity) Vulnerability in `pythonic_tool_parser.py`

Summary A Regular Expression Denial of Service ReDoS vulnerability exists in the file vllm/entrypoints/openai/toolparsers/pythonictoolparser.py of the vLLM project. The root cause is the use of a highly complex and nested regular expression for tool call detection, which can be exploited by an...

6.5CVSS6.7AI score0.00506EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2025/05/28 5:49 p.m.43 views

vLLM has a Regular Expression Denial of Service (ReDoS, Exponential Complexity) Vulnerability in `pythonic_tool_parser.py`

Summary A Regular Expression Denial of Service ReDoS vulnerability exists in the file vllm/entrypoints/openai/toolparsers/pythonictoolparser.py of the vLLM project. The root cause is the use of a highly complex and nested regular expression for tool call detection, which can be exploited by an...

6.5CVSS6.7AI score0.00506EPSS
SaveExploits1References6Affected Software1
Snyk
Snyk
added 2025/05/28 5:49 p.m.14 views

Regular Expression Denial of Service (ReDoS)

Overview vllm is an A high-throughput and memory-efficient inference and serving engine for LLMs Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS through the pythonictoolparser.py. An attacker can cause severe performance degradation or make the servi...

6.9CVSS6.8AI score0.00506EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/05/28 12:00 a.m.8 views

PT-2025-23227 · Vllm · Vllm

Name of the Vulnerable Software and Affected Versions: vLLM versions 0.8.0 through 0.8.x Description: The issue is a Denial of Service ReDoS that causes the vLLM server to crash if an invalid regex is provided while using structured output. This is similar to a previously identified issue, but it...

6.5CVSS6AI score0.00475EPSS
SaveExploits0References15
Positive Technologies
Positive Technologies
added 2025/05/28 12:00 a.m.8 views

PT-2025-23136 · Vllm · Vllm

Name of the Vulnerable Software and Affected Versions: vLLM versions 0.7.0 through 0.8.x Description: The issue concerns a security and data integrity problem in the image hashing method of the MultiModalHasher class. Specifically, the method serializes PIL.Image.Image objects using only...

7.3CVSS6.3AI score0.00316EPSS
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2025/05/28 12:00 a.m.9 views

PT-2025-23224 · Vllm · Vllm

Name of the Vulnerable Software and Affected Versions: vLLM versions 0.6.4 through 0.9.0 Description: The issue is a Regular Expression Denial of Service ReDoS vulnerability in the file vllm/entrypoints/openai/tool parsers/pythonic tool parser.py. The root cause is the use of a highly complex and...

6.5CVSS6.2AI score0.00506EPSS
SaveExploits1References11
Positive Technologies
Positive Technologies
added 2025/05/28 12:00 a.m.10 views

PT-2025-23226 · Vllm · Vllm

Name of the Vulnerable Software and Affected Versions: vLLM versions 0.8.0 through 0.9.0 Description: The issue arises when the /v1/completions API endpoint is hit with an invalid json schema as a Guided Param, causing the vLLM server to crash. This is similar to a previously known issue but...

6.5CVSS6.2AI score0.00538EPSS
SaveExploits1References16
Positive Technologies
Positive Technologies
added 2025/05/28 12:00 a.m.9 views

PT-2025-23228

Name of the Vulnerable Software and Affected Versions vLLM versions 0.8.0 through 0.9.0 Description The vLLM backend used with the "/v1/chat/completions" API endpoint fails to validate unexpected or malformed input in the pattern and type fields when the tools functionality is invoked. These inpu...

6.8CVSS6.6AI score0.00517EPSS
SaveExploits1References14
Positive Technologies
Positive Technologies
added 2025/05/28 12:00 a.m.12 views

PT-2025-23135 · Vllm · Vllm

Name of the Vulnerable Software and Affected Versions: vLLM versions prior to 0.9.0 Description: The issue arises from the prefix caching mechanism in vLLM, which may expose the system to a timing side-channel attack. When a new prompt is processed, if the PageAttention mechanism finds a matching...

2.6CVSS5.7AI score0.00293EPSS
SaveExploits0References13
Veracode
Veracode
added 2025/05/22 4:30 a.m.17 views

Remote Code Execution (RCE)

vllm is vulnerable to Remote Code Execution RCE. The vulnerability is due to improper socket binding in the TCPStore and PyNcclPipe services listening on all network interfaces, potentially allowing unauthorized access to control message channels...

9.8CVSS7.3AI score0.00959EPSS
SaveExploits1References6Affected Software1
NVD
NVD
added 2025/05/20 6:15 p.m.96 views

CVE-2025-47277

vLLM, an inference and serving engine for large language models LLMs, has an issue in versions 0.6.5 through 0.8.4 that ONLY impacts environments using the PyNcclPipe KV cache transfer integration with the V0 engine. No other configurations are affected. vLLM supports the use of...

9.8CVSS0.00959EPSS
SaveExploits1References4
Snyk
Snyk
added 2025/05/20 6:04 p.m.16 views

Deserialization of Untrusted Data

Overview vllm is an A high-throughput and memory-efficient inference and serving engine for LLMs Affected versions of this package are vulnerable to Deserialization of Untrusted Data through the PyNcclPipe service if it is in use with the V0 engine. An attacker can execute arbitrary code on the...

9.8CVSS7.8AI score0.00959EPSS
SaveExploits1References2
OSV
OSV
added 2025/05/20 6:04 p.m.26 views

GHSA-HJQ4-87XH-G4FV vLLM Allows Remote Code Execution via PyNcclPipe Communication Service

Impacted Environments This issue ONLY impacts environments using the PyNcclPipe KV cache transfer integration with the V0 engine. No other configurations are affected. Summary vLLM supports the use of the PyNcclPipe class to establish a peer-to-peer communication domain for data transmission...

9.8CVSS7.7AI score0.00959EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
added 2025/05/20 6:04 p.m.40 views

vLLM Allows Remote Code Execution via PyNcclPipe Communication Service

Impacted Environments This issue ONLY impacts environments using the PyNcclPipe KV cache transfer integration with the V0 engine. No other configurations are affected. Summary vLLM supports the use of the PyNcclPipe class to establish a peer-to-peer communication domain for data transmission...

9.8CVSS8.4AI score0.00959EPSS
SaveExploits1References9Affected Software1
Vulnrichment
Vulnrichment
added 2025/05/20 5:32 p.m.15 views

CVE-2025-47277 vLLM Allows Remote Code Execution via PyNcclPipe Communication Service

vLLM, an inference and serving engine for large language models LLMs, has an issue in versions 0.6.5 through 0.8.4 that ONLY impacts environments using the PyNcclPipe KV cache transfer integration with the V0 engine. No other configurations are affected. vLLM supports the use of...

9.8CVSS9.4AI score0.00959EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2025/05/20 5:32 p.m.88 views

CVE-2025-47277 vLLM Allows Remote Code Execution via PyNcclPipe Communication Service

vLLM, an inference and serving engine for large language models LLMs, has an issue in versions 0.6.5 through 0.8.4 that ONLY impacts environments using the PyNcclPipe KV cache transfer integration with the V0 engine. No other configurations are affected. vLLM supports the use of...

9.8CVSS0.00959EPSS
SaveExploits1References4
CVE
CVE
added 2025/05/20 5:32 p.m.350 views

CVE-2025-47277

vLLM (versions 0.6.5–0.8.4) is affected only when using the PyNcclPipe KV cache transfer integration with the V0 engine. The issue stems from the PyTorch TCPStore binding defaulting to ALL interfaces; a workaround constrained the store to a private interface, and as of version 0.8.5 vLLM now bind...

9.8CVSS9.5AI score0.00959EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2025/05/20 5:32 p.m.28 views

CVE-2025-47277 vLLM Allows Remote Code Execution via PyNcclPipe Communication Service

vLLM, an inference and serving engine for large language models LLMs, has an issue in versions 0.6.5 through 0.8.4 that ONLY impacts environments using the PyNcclPipe KV cache transfer integration with the V0 engine. No other configurations are affected. vLLM supports the use of...

9.8CVSS7.8AI score
SaveExploits0References6
Rows per page
Query Builder