vllm - 💡(How to fix) Fix [Installation]: Blocked by CVE-2025-30165 & CVE-2024-11041 (Legacy V0 Engine)

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

pip install -vvv vllm
RAW_BUFFERClick to expand / collapse

Your current environment

Summary: Enterprise security scanners (SonarQube, Snyk, Prisma) are currently flagging vLLM (including the latest v0.22.1) with Critical/High vulnerabilities due to the presence of the V0 engine’s pickle implementation in the distribution package.

Details:

  • CVE-2025-30165: Remote Code Execution (RCE) via ZeroMQ multi-node communication.

  • CVE-2024-11041: Remote Code Execution (RCE) via MessageQueue.dequeue().

These vulnerabilities are detected even when the V1 engine is used by default, as the vulnerable code from the V0 engine remains present in the package. This prevents vLLM from passing security gates in regulated environments.

Impact: vLLM cannot be deployed in environments with strict security requirements. The presence of vulnerable code, even if unused, is a blocker for compliance. Request:

Please consider removing or isolating the vulnerable V0 engine code from the distribution package, or provide guidance on how to exclude it to ensure compliance with enterprise security standards.

How you are installing vllm

pip install -vvv vllm

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING