VDB
KO
HIGH 7.5

PYSEC-2026-2300

Quick fix

PYSEC-2026-2300 — vllm: upgrade to the fixed version with the command below.

pip install --upgrade 'vllm>=0.22.0'

Details

vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.22.0, an assert-based security check in vLLM's activation function loading allows any unauthenticated attacker to achieve arbitrary code execution on the server by publishing a malicious HuggingFace model, when vLLM runs in Python optimized mode (python -O or PYTHONOPTIMIZE=1). This vulnerability is fixed in 0.22.0.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / vllm
Introduced in: 0 Fixed in: 0.22.0
Fix pip install --upgrade 'vllm>=0.22.0'

References