Input validation error in vLLM - #VU139880
Published: July 28, 2026
Vulnerability details
The vulnerability allows a remote attacker to alter downstream model reasoning.
The vulnerability exists due to improper input validation in the image mode conversion logic in vllm/multimodal/image.py when parsing PNG images with tRNS transparency in non-RGBA modes. A remote attacker can supply a specially crafted image to alter downstream model reasoning.
Only the RGBA-to-RGB path is explicitly flattened; PNG images in P, L, or RGB modes with tRNS transparency fall back to direct RGB conversion, which can make subtle overlay elements visible.