Skip to main content
LLM Security Database
Skip to research details
Back to Vulnerability List
LMVD-ID: 957aef84
Paper published June 5, 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.

Multilingual Flowchart Jailbreaks in Vision-Language Models

MLingualFC is a reproducible black-box safety evaluation showing that harmful instructions rendered as multilingual flowchart images can bypass vision-language model safeguards more often than equivalent text-only…

BibTeX citation

Paper-evaluated models(3)

  • Qwen 2.5 VL 3B Instruct
  • Gemma-4-E4B-it
  • Pangea-7B

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
Multilingual vision-language models that accept image-plus-text prompts Safety filters or alignment mechanisms evaluated primarily on English or text-only inputs Applications exposing black-box multimodal inference…

Research Paper

MLingualFC: Evaluating Jailbreak Vulnerabilities in Multilingual Vision-Language Models

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

View Paper

Description

MLingualFC is a reproducible black-box safety evaluation showing that harmful instructions rendered as multilingual flowchart images can bypass vision-language model safeguards more often than equivalent text-only inputs. The paper evaluates horizontal, vertical, and tortuous layouts across English, Hindi, Punjabi, Spanish, Romanian, and German. Reported results vary substantially by language, script, layout, and model; these are paper-reported measurements, not independently verified findings. The authors provide evaluation code but restrict the full harmful dataset, so defensive reproduction should use benign policy-violating surrogates or authorized red-team datasets and compare refusal behavior across equivalent text and image-rendered prompts.

Examples

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

Impact

Successful exploitation can cause multimodal assistants to produce unsafe or policy-violating responses when harmful intent is encoded visually and in non-English languages. English-only or text-only safety testing may underestimate risk. Layout-dependent behavior also creates reliability gaps: the same semantic content can receive materially different safety treatment depending on language, script, and flowchart structure.

Affected Systems

  • Multilingual vision-language models that accept image-plus-text prompts
  • Safety filters or alignment mechanisms evaluated primarily on English or text-only inputs
  • Applications exposing black-box multimodal inference interfaces

Mitigation Steps

  • Add multilingual, multimodal red-team tests covering equivalent text, text-as-image, and structured-flowchart inputs across scripts and layouts.
  • Apply safety classification to OCR-extracted image text and visual structure before generation, with policy checks shared across text and image channels.
  • Train and evaluate refusal behavior on semantically equivalent multilingual visual prompts, including Latin and non-Latin scripts.
  • Measure safety separately from visual-language comprehension so low attack success caused by OCR or script-recognition failures is not mistaken for robust alignment.
  • Use layout-invariant safety evaluation and regression tests for horizontal, vertical, and complex visual arrangements.
  • Monitor production multimodal requests for cross-lingual and image-encoded policy-evasion patterns while preserving legitimate multilingual use.

Evidence