Back to Vulnerability List
LMVD-ID: ba55f451
Published July 3, 2026

Information-Overloading Jailbreaks in Vision-Language Models

Affected Models (8):
Qwen3-VL 8B, Qwen2-VL-7B, InternVL3.5-8B +5 more

Qwen3-VL 8B, Qwen2-VL-7B, InternVL3.5-8B, InternVL 2 8B, Llama 3.2 11B Vision, GPT-4.1 Mini, Gemini 2.5 Flash, Gemini 2.5 Flash-Lite

Research Paper

Overloading Large Vision-Language Models for Jailbreaking

View Paper

Description

The paper describes a reproducible black-box multimodal jailbreak evaluation, INFER/INFER+, in which dense image typography, nested cross-modal references, recursive visual layouts, and entropy-guided search increase processing complexity and weaken refusal behavior in large vision-language models. The authors report average ASRs of 88.6% on open-source models and 84.0% on commercial models; these are paper-reported measurements, not independently verified facts. For safe defensive reproduction, evaluate the layout and filtering behavior only with benign policy-boundary prompts or established harmless red-team surrogates rather than operational harmful payloads.

Examples

See the primary source for the paper's evaluation and defensive reproduction context: https://arxiv.org/abs/2607.02961

Impact

Successful exploitation can cause safety-aligned vision-language models to bypass refusals and produce unsafe responses from adversarial image-text inputs. The reported cross-model transferability makes the issue relevant to black-box commercial deployments, including document analysis, browsing, assistant, and embodied-agent workflows that accept complex visual inputs.

Affected Systems

  • Large vision-language model applications that accept user-supplied images and text
  • Multimodal document-analysis, web-browsing, personal-assistant, and embodied-agent systems

Mitigation Steps

  • Apply multimodal input screening that jointly analyzes OCR-extracted typography, surrounding image content, and accompanying text before model invocation.
  • Detect or constrain unusually dense, recursive, repeated, or deeply nested image-typography layouts; route suspicious inputs to stricter review or refusal paths.
  • Perform safety classification after cross-modal semantic reconstruction, not only on raw text or isolated image regions.
  • Adversarially train and regression-test safety behavior on complex multimodal layouts, typography injection, nested references, and cross-model transfer cases.
  • Use layered output safety checks and least-privilege controls for downstream tools, because the paper reports that input guards and prompt defenses reduced but did not eliminate attack success.
  • Monitor refusal-confidence and anomalous multimodal complexity signals where available, while treating these as supplementary indicators rather than sole defenses.

Evidence

© 2026 Promptfoo. All rights reserved.