Skip to main content
LLM Security Database
Skip to research details
Back to Vulnerability List
LMVD-ID: ba55f451
Paper published July 3, 2026
Entry analyzed July 20, 2026
Severity: Not rated
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Information-Overloading Jailbreaks in Vision-Language Models

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…

BibTeX citation

Paper-evaluated 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 context and confidence

Evidence and verification
Paper-reported; independent reproduction is not documented.
Primary source plus a dedicated evidence section.
Severity
Not rated by this catalog.
Source and publication type
arXiv · Research preprint.
Peer-review status is not provided by this source.
Author and publication status
Author metadata is not stored; see the primary paper.
Threat model and attacker access
Black-box model, service, or application access.
Related deployment categories
Vision-language models
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
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

Research Paper

Overloading Large Vision-Language Models for Jailbreaking

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

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 (opens in a new tab)

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