Skip to main content
LLM Security Database
Skip to research details
Back to Vulnerability List
LMVD-ID: bdb04cb0
Paper published January 29, 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.

Adaptive Multimodal Reasoning Jailbreaks

The paper reports a black-box jailbreak evaluation in which a ReAct-style loop adaptively rewrites unsafe text prompts and selectively applies blur, DCT filtering, or recoloring to image regions identified as…

BibTeX citation

Paper-evaluated models(1)

  • Gemini 2.0 Flash

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
Vision-language model applications that accept combined image and text inputs Multimodal safety filters that evaluate text and visual signals separately or rely on static filtering VLM deployments exposing iterative…

Research Paper

Jailbreaks on Vision Language Model via Multimodal Reasoning

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

View Paper

Description

The paper reports a black-box jailbreak evaluation in which a ReAct-style loop adaptively rewrites unsafe text prompts and selectively applies blur, DCT filtering, or recoloring to image regions identified as safety-sensitive. The combined cross-modal strategy is intended to make harmful image-text requests appear less objectionable to a vision-language model while preserving enough semantics to elicit an answer. This is a specific, security-relevant evaluation, although the reported results were not independently verified and were obtained with Gemini safety filters configured to BLOCK NONE.

Examples

See the primary source for the paper's evaluation and defensive reproduction context: https://arxiv.org/abs/2601.22398 (opens in a new tab)

Impact

Successful exploitation can reduce refusal behavior for harmful multimodal requests, undermining safety-policy enforcement and the integrity of VLM moderation. The paper reports ASR increases on SPA-VL Harm from 10.57% for original inputs to 52.08% for combined ReAct rewriting and image noising, and on VLGuard unsafe subsets from 33.94% to 49.77%; these are paper-reported measurements under its evaluation setup, not independently verified facts.

Affected Systems

  • Vision-language model applications that accept combined image and text inputs
  • Multimodal safety filters that evaluate text and visual signals separately or rely on static filtering
  • VLM deployments exposing iterative feedback or refusal signals to untrusted users

Mitigation Steps

  • Evaluate safety using joint image-text semantics rather than independent modality filters.
  • Test refusal robustness against iterative, feedback-driven prompt rewriting and localized image transformations using safety benchmarks such as VLGuard and SPA-VL.
  • Limit attacker-visible safety feedback and repeated adaptive retries where appropriate.
  • Apply defense-in-depth: input screening, multimodal policy classification, output moderation, and conservative refusal handling.
  • Do not rely solely on configurable provider safety thresholds; validate behavior under production filter settings.
  • Use independent safety evaluators and human review for benchmark validation rather than relying only on model self-assessment.

Evidence