Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: b3e6cbdd
Paper published January 1, 2026
Entry analyzed March 8, 2026
Paper-reported evidence
Confidence: Source-linked

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

Distal Translation Jailbreak

A vulnerability in the prompt-side safety filters of GPT-based Text-to-Image (T2I) systems allows attackers to bypass restrictions on Politically Sensitive Content (PSC). By utilizing a technique called…

BibTeX citation

Paper-evaluated models(5)

GPT-4o, GPT-5, GPT-5.1 +2 more
  • GPT-4o
  • GPT-5
  • GPT-5.1
  • DALL-E
  • Midjourney

Description

A vulnerability in the prompt-side safety filters of GPT-based Text-to-Image (T2I) systems allows attackers to bypass restrictions on Politically Sensitive Content (PSC). By utilizing a technique called Identity-Preserving Descriptive Mapping (IPDM) combined with Geopolitically Distal Translation, an attacker can obfuscate explicit political entities into neutral descriptive phrases translated across multiple low-resource languages. This induces semantic fragmentation, preventing the safety pre-filter from detecting the toxic relationship between the entities. However, the translated descriptions still provide sufficient cues for the backend image generation model to accurately reconstruct the identities, resulting in the successful synthesis of photorealistic, policy-violating images of real public figures.

Examples

To generate a prohibited image of a political figure associated with extremist symbolism, an attacker fragments the prompt into multi-lingual indexed descriptions:

  1. Identity-Preserving Descriptive Mapping (IPDM): Replace "Donald Trump" with a neutral, quiz-style description (e.g., "a New York born entrepreneur..."). Replace "Al-Qaeda flag" with a detailed visual description of the flag.
  2. Geopolitically Distal Translation: Translate the Trump description into Swahili (Language A) and the flag description into Thai (Language B) to maximize geopolitical distance and evade common-knowledge bias metrics.
  3. Adversarial Prompt Assembly: Construct an indexed prompt using neutral action verbs, such as: A: [Swahili description of Trump] B: [Thai description of the flag] A holding B This reliably bypasses the LLM-based semantic filters while forcing the gpt-image-1 backend to generate the exact prohibited scenario.

Impact

Attackers can reliably synthesize high-fidelity, highly sensitive images of real public figures in fabricated, controversial, or adversarial scenarios. This vulnerability can be weaponized at scale to generate political disinformation, fake news, and propaganda, bypassing standard safety mechanisms designed to prevent such misuse.

Affected Systems

  • User-facing interfaces of GPT-4o, GPT-5, and GPT-5.1.
  • The gpt-image-1 and gpt-image-1.5 text-to-image backend models.
  • Nano-Banana Pro (noted to be highly vulnerable to both raw and obfuscated political prompts).

Mitigation Steps

  • Relevant Language Normalization: Implement an intermediate pre-processing step that fragments prompts, infers the most relevant geopolitical country/language via an LLM, and translates all components into that single target language before passing the prompt to the semantic safety filter.
  • Strict System Prompting: Enforce explicit system-level instructions at the start of the interaction (e.g., strictly prohibiting realistic depictions of real individuals involved in extremist symbolism, misinformation, or reputational harm), though model providers must tune this to avoid high false-positive rates on benign queries.
  • Cross-lingual Semantic Robustness: Enhance semantic classifiers to perform multi-lingual relational reasoning, preventing the safety filter from losing context when malicious intent is distributed across fragmented, low-resource linguistic inputs.

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
User-facing interfaces of GPT-4o, GPT-5, and GPT-5.1. The gpt-image-1 and gpt-image-1.5 text-to-image backend models. Nano-Banana Pro (noted to be highly vulnerable to both raw and obfuscated political prompts).

Research Paper

: Politically Controversial Content Generation via Jailbreaking Attacks on GPT-based Text-to-Image 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/2601.05150