Input validation error in vLLM - #VU139879
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 processing logic in vllm/multimodal/image.py when parsing images with EXIF orientation metadata. A remote attacker can supply a specially crafted image to alter downstream model reasoning.
The issue arises because EXIF orientation is not normalized before the image is processed by the model.