Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: e4d1f87d
Paper published October 20, 2025
Entry analyzed July 20, 2026
Paper-reported evidence
Confidence: Source-linked

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

PolyJailbreak Cross-Modal Safety Asymmetry

The paper describes a reproducible black-box evaluation and attack framework, PolyJailbreak, for multimodal LLMs. It reports that uneven text-versus-vision safety alignment allows jointly optimized text and image…

Read primary paperBibTeX citation

Paper-evaluated models(8)

LLaVA 1.5 7B, LLaVA 1.6 7B, Qwen-2.5-VL (7B) +5 more
  • LLaVA 1.5 7B
  • LLaVA 1.6 7B
  • Qwen-2.5-VL (7B)
  • Llama 3.2 11B Vision
  • GPT-4o
  • GPT-4.1
  • Gemini 2.5 Flash
  • Claude 3.7 Sonnet

Description

The paper describes a reproducible black-box evaluation and attack framework, PolyJailbreak, for multimodal LLMs. It reports that uneven text-versus-vision safety alignment allows jointly optimized text and image inputs to bypass refusal behavior without model internals. The authors attribute this to visual alignment weakening textual refusal representations and to cross-modal fusion making harmful intent harder to separate from benign intent. These are paper-reported findings, not independently verified facts.

Examples

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

Impact

Successful exploitation can cause safety-aligned multimodal models to produce policy-violating responses across criminal, harassment, hate, misinformation, self-harm, terrorism, violence, and weapons categories. The paper reports an average 83.34% attack success rate and 3.976/5 harmfulness score across eight models; reported ASR exceeded 95% for GPT-4o, Gemini-2.5-Flash, LLaVA-1.5, and LLaVA-1.6. The authors note classifier-based judging and model-specific variance as limitations.

Affected Systems

  • Safety-aligned multimodal large language models accepting combined text and image inputs
  • MLLM deployments whose text and vision safety controls are evaluated separately rather than jointly
  • Models using trainable visual alignment that may alter backbone refusal behavior

Mitigation Steps

  • Add cross-modal red-team evaluations using benign surrogate tasks that test text-image semantic conflicts, visual obfuscation, and coordinated modality changes without harmful payloads.
  • Apply safety classification and policy reasoning to the joint meaning of text and image inputs, not only to each modality independently.
  • Preserve and regression-test text-only refusal behavior before and after visual alignment or multimodal fine-tuning.
  • Use adaptive multimodal screening and semantic safety constraints; the paper reports AdaShield and ECSO reduced ASR more than simple text perturbation defenses, though neither fully suppressed attacks.
  • Monitor repeated black-box probing, model-specific refusal-template discovery, and high-variation multimodal requests; rate-limit or escalate suspicious sessions.
  • Continuously evaluate defenses against diverse and long-tail strategy combinations rather than relying on fixed keyword, template, or image-only filters.

Evidence

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
Safety-aligned multimodal large language models accepting combined text and image inputs MLLM deployments whose text and vision safety controls are evaluated separately rather than jointly Models using trainable visual…

Research Paper

Multimodal Safety Is Asymmetric: Cross-Modal Exploits Unlock Black-Box MLLMs Jailbreaks

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

View Paper