Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 716eb21d
Paper published February 1, 2026
Entry analyzed April 11, 2026
Paper-reported evidence
Confidence: Source-linked

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

Enhanced LVLM Encoder Transfer

Large Vision-Language Models (LVLMs) are vulnerable to zero-query, black-box adversarial image perturbations via Semantic-Guided Multimodal Attacks (SGMA). Unlike traditional attacks that scatter noise or target…

BibTeX citation

Paper-evaluated models(9)

BLIP-2 OPT 2.7B, LLaVA 1.5 7B, Qwen 2.5 VL 7B Instruct +6 more
  • BLIP-2 OPT 2.7B
  • LLaVA 1.5 7B
  • Qwen 2.5 VL 7B Instruct
  • InternVL3 8B
  • OpenFlamingo 4B
  • Kimi VL A3B Instruct
  • GPT-4o
  • GPT-5.4
  • Gemini 2.0 Flash

Description

Large Vision-Language Models (LVLMs) are vulnerable to zero-query, black-box adversarial image perturbations via Semantic-Guided Multimodal Attacks (SGMA). Unlike traditional attacks that scatter noise or target background pixels, SGMA leverages surrogate models (e.g., CLIP) to anchor imperceptible adversarial perturbations directly onto semantically critical foreground regions. The attack exploits two specific architectural traits of LVLMs: inconsistent visual grounding across models and redundant semantic alignment within models. By jointly optimizing global image-text misalignment and local region-phrase disruption, the perturbations effectively transfer across heterogeneous vision encoders and language modules. This causes the victim LVLM to fail in cross-modal grounding, resulting in confident misclassifications, incorrect image captions, and fabricated visual reasoning.

Examples

In a medical diagnostic scenario using chest X-ray images, an attacker applies an SGMA perturbation under an $L_\infty$ budget of $\epsilon=8/255$.

  • Clean Image Output (GPT-4.1): "DIAGNOSIS: Lung Opacity, CONFIDENCE: High", accompanied by accurate findings describing multiple abnormal opacities and bilateral consolidations.
  • Adversarial Image Output (GPT-4.1): "DIAGNOSIS: COVID-19, CONFIDENCE: High", accompanied by completely fabricated radiological findings, such as "bilateral, patchy ground-glass opacities predominantly in the peripheral and lower lung zones."

Impact

This vulnerability compromises the integrity of visual perception in LVLMs. It allows attackers to covertly manipulate the model's textual output without raising visual suspicion. In safety-critical deployments, this can lead to severe consequences, such as forcing automated medical triage systems into generating confident misdiagnoses or tricking autonomous driving perception systems into misinterpreting traffic signs and critical obstacles.

Affected Systems

The vulnerability applies broadly across LVLMs utilizing varied vision encoders and language backbones. Successfully compromised systems evaluated in the study include:

  • Open-source LVLMs: BLIP-2 OPT 2.7B, LLaVA 1.5 7B, Qwen 2.5 VL 7B Instruct, InternVL3 8B, OpenFlamingo 4B, and Kimi VL A3B Instruct.
  • Commercial closed-source APIs: GPT-4o, GPT-5.4, and Gemini 2.0 Flash.

Mitigation Steps

  • Diffusion-Based Purification (DiffPure): Implement diffusion-based models as an input-level preprocessing step to purify images before they reach the vision encoder. This was shown to be the most effective defense, significantly reducing the attack success rate.
  • Image Compression and Neural Purification: Apply lossy transformations such as JPEG compression or Neural Representation Purification (NRP) to incoming images to disrupt the continuous adversarial noise patterns.
  • Adversarial Training: Incorporate adversarial training specifically targeting the vision encoder to build robustness against dense, patch-level semantic disruptions, forcing the model to rely on more robust visual-language priors.

Research context and confidence

Evidence and verification
Paper-reported; independent reproduction is not documented.
Primary research source linked.
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
The vulnerability applies broadly across LVLMs utilizing varied vision encoders and language backbones. Successfully compromised systems evaluated in the study include: Open-source LVLMs: BLIP-2 OPT 2.7B, LLaVA 1.5 7B…

Research Paper

Grounding-Driven Attack: Improving Encoder-based Adversarial Transferability against Large Vision-Language Models

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

View Paper

Evidence

This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.

https://arxiv.org/abs/2602.09431