Bug 2491585 (CVE-2026-54232) - CVE-2026-54232 vllm: flashinfer-jit-cache: vLLM: Arbitrary code execution via dependency confusion during Docker build
Summary: CVE-2026-54232 vllm: flashinfer-jit-cache: vLLM: Arbitrary code execution via...
Keywords:
Status: NEW
Alias: CVE-2026-54232
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-22 23:01 UTC by OSIDB Bzimport
Modified: 2026-06-26 07:04 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-22 23:01:32 UTC
vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.22.1, the vLLM Dockerfile is vulnerable to a dependency confusion attack through the flashinfer-jit-cache package. The package is installed from a custom index (flashinfer.ai/whl/) using --extra-index-url, but the package name was not registered on PyPI, and UV_INDEX_STRATEGY="unsafe-best-match" is set globally. An attacker who registers flashinfer-jit-cache on PyPI with version 0.6.11.post2 can execute arbitrary code as root during the Docker build and backdoor every resulting container image, enabling exfiltration of all user prompts, API credentials, and model data from production vLLM deployments This vulnerability is fixed in 0.22.1.


Note You need to log in before you can comment on or make changes to this bug.