---
id: CVE-2026-73560
title: vLLM is an inference and serving engine for large language models
summary: >-
  vLLM is an inference and serving engine for large language models. Prior to
  0.26.0, the MiMoV2OmniMultiModalProcessor in
  vllm/transformers_utils/processors/mimo_v2_omni.py passes attacker-controlled
  image and audio strings through _fetch…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-918
vendor: vllm
product: vllm
affected:
  - vllm < 0.26.0
patched:
  - vllm 0.26.0
published: '2026-08-17'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:05:53.723'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73560'
references:
  - url: >-
      https://github.com/vllm-project/vllm/commit/54503ecec0f3ac31e5ecfc5f28652e4cc42307b5
    label: security-advisories@github.com
  - url: 'https://github.com/vllm-project/vllm/pull/43117'
    label: security-advisories@github.com
  - url: 'https://github.com/vllm-project/vllm/releases/tag/v0.26.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/vllm-project/vllm/security/advisories/GHSA-4hhp-h66f-j5j7
    label: security-advisories@github.com
  - url: >-
      https://github.com/vllm-project/vllm/security/advisories/GHSA-4hhp-h66f-j5j7
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73560'
  - url: 'https://github.com/vllm-project/vllm'
  - url: 'https://pypi.org/project/vllm'
  - url: 'https://github.com/advisories/GHSA-4hhp-h66f-j5j7'
tags:
  - nvd
  - osv
  - pip
  - ghsa
epss: 0.00436
epssPercentile: 0.35163
aliases:
  - GHSA-4hhp-h66f-j5j7
  - PYSEC-2026-3934
ecosystem: pip
ingestedAt: '2026-09-08T21:11:12.322Z'
---

## Overview

vLLM is an inference and serving engine for large language models. Prior to 0.26.0, the MiMoV2OmniMultiModalProcessor in vllm/transformers_utils/processors/mimo_v2_omni.py passes attacker-controlled image and audio strings through _fetch_image, requests.get, and Image.open instead of MediaConnector, bypassing allowed_media_domains and allowed_local_media_path protections and allowing server-side requests and reads of arbitrary files accessible to the vLLM process. This issue is fixed in version 0.26.0.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-73560)

Affected packages:

- `vllm < 0.26.0`

Patched in:

- `vllm 0.26.0`

Source: https://osv.dev/vulnerability/GHSA-4hhp-h66f-j5j7
