Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 37ceb240
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.

Macaronic T2I Jailbreak

Text-to-Image (T2I) models and their associated safety filters are vulnerable to MacPrompt, a black-box jailbreak technique that exploits cross-lingual embedding alignments. Attackers can bypass input text filters…

BibTeX citation

Paper-evaluated models(2)

  • DALL-E
  • Stable Diffusion

Description

Text-to-Image (T2I) models and their associated safety filters are vulnerable to MacPrompt, a black-box jailbreak technique that exploits cross-lingual embedding alignments. Attackers can bypass input text filters, latent representation filters, and model-level concept removal defenses by replacing sensitive keywords with "macaronic" substitutes. These substitutes are constructed by extracting and recombining character-level substrings from translations of the target word across multiple languages. Because the resulting strings are lexically obfuscated and exploit non-invertible tokenization, they evade text-based safety classifiers and keyword blacklists while still successfully mapping to the target visual concepts in the model's embedding space.

Examples

To bypass filters preventing the generation of specific restricted or banned objects, an attacker replaces the sensitive English word in the prompt with a macaronic cross-lingual string that triggers the same visual semantics:

  • Replacing "cat" with ktoucpttokatt
  • Replacing "dog" with nikchocahund
  • Replacing "car" with vocheav
  • Replacing "bird" with ápjaro

Impact

Attackers can reliably generate policy-violating images, including sexually explicit content, violent imagery, and banned objects. The technique achieves up to a 100% bypass rate against blacklist filters and a 92% attack success rate against state-of-the-art concept removal defenses, effectively neutralizing both standard and advanced T2I content moderation layers.

Affected Systems

  • Stable Diffusion (v2.1)
  • Concept removal and safety-tuned SD variants (ESD, SLD, FMN, SafeGen, DUO, EAP, PromptGuard, Latent Guard)
  • Commercial T2I services including DALL·E 3 and Doubao

Mitigation Steps

  • Evaluate each input modality and their combination with bounded, inert perturbations; use modality-aware policy checks and reject inputs whose provenance or consistency cannot be established.
  • Reassess the full input and conversation intent before responding or invoking tools, combine model-level alignment with independent input and output policy checks, and avoid relying on a single signature or refusal heuristic.
  • Add a targeted regression using inert data and actions, measure both safety and utility regressions, and monitor production for repeated or adaptive attempts.

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
Stable Diffusion (v2.1) Concept removal and safety-tuned SD variants (ESD, SLD, FMN, SafeGen, DUO, EAP, PromptGuard, Latent Guard) Commercial T2I services including DALL·E 3 and Doubao

Research Paper

MacPrompt: Maraconic-guided Jailbreak against 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.07141