Server-side Request Forgery in vLLM Inference Engine
CVE-2026-73560
6.5MEDIUM
What is CVE-2026-73560?
The vLLM Inference Engine, utilized for large language model serving, has a vulnerability where the MiMoV2OmniMultiModalProcessor mishandles attacker-controlled image and audio strings. It processes these inputs through functions that can bypass security measures, leading to potential unauthorized access to files on the server. Specifically, the flaw arises due to the direct use of _fetch_image and requests.get methods, which neglect to enforce restrictions established by allowed_media_domains and allowed_local_media_path. This issue has been mitigated in version 0.26.0.
Affected Version(s)
vllm < 0.26.0
