The LMVD-ID is an internal research identifier, not an official CVE identifier.
Direct Emoji Jailbreak
Large Language Models (LLMs), specifically Mistral 7B, Gemma 2 9B, and Llama 3 8B, are vulnerable to safety filter bypass via "Emoji-Based Jailbreaking." This adversarial prompt engineering technique exploits the…
Paper-evaluated models(4)
- Llama 3 8B
- Mistral 7B
- Qwen 2 7B
- Gemma 2 9B
Description
Large Language Models (LLMs), specifically Mistral 7B, Gemma 2 9B, and Llama 3 8B, are vulnerable to safety filter bypass via "Emoji-Based Jailbreaking." This adversarial prompt engineering technique exploits the model's tokenization and internal representation of Unicode emoji characters. By utilizing "emoji stuffing" (inserting emojis between textual tokens) or "emoji chaining" (using sequences of emojis as semantic proxies for sensitive terms), attackers can evade keyword-based safety classifiers and token-level filtering. While safety mechanisms often flag explicit textual keywords (e.g., "kill", "attack"), they fail to recognize the malicious intent within emoji sequences, even though the LLM's internal embeddings correctly map these emojis to the restricted concepts (e.g., mapping a knife emoji to "sword" or "cut"). This allows for the generation of restricted content, such as unethical instructions or violence facilitation.
Examples
The vulnerability relies on two primary substitution strategies described in the methodology:
- Emoji Stuffing: Inserting innocuous or context-relevant emojis between words to disrupt token sequences expected by safety filters while maintaining semantic coherence for the generative model.
- Emoji Chaining/Substitution: Replacing sensitive keywords with emoji proxies.
- Concept cited in text: A user replaces the word "cut" or "sword" with a knife emoji (🔪). The safety filter does not flag the emoji, but the model interprets the internal representation of 🔪 as a weapon and proceeds to generate instructions on how to use it violently.
- Note: Specific adversarial prompt strings were not provided in the excerpt; however, the attack vector relies on standard Unicode NFC normalized emoji inputs submitted via API.
Impact
successful exploitation allows an attacker to bypass the model's safety alignment and ethical guidelines. This results in the generation of prohibited content, including but not limited to:
- Instructions for malicious acts or wrongdoing.
- Facilitation of violence.
- Hate speech or biased narratives that would otherwise be blocked by text-only filters.
- Malicious code generation.
Affected Systems
The following models were empirically proven to be vulnerable (Safety Success Rate > 0%):
- Google: Gemma 2 9B (10% Jailbreak Success Rate)
- Mistral AI: Mistral 7B (10% Jailbreak Success Rate)
- Meta: Llama 3 8B (6% Jailbreak Success Rate)
(Note: Qwen 2 7B was evaluated under the same conditions but exhibited 0% success rate and full alignment.)
Mitigation Steps
- Emoji-Aware Defenses: Implement normalized handling of non-textual tokens within the safety pipeline to ensure emojis are analyzed for semantic intent rather than just surface-level token matching.
- Automated Detection: Develop and deploy real-time detection mechanisms specifically tuned for emoji-based jailbreaking and "emoji stuffing" patterns.
- Adversarial Training: Expand safety training datasets to include diverse emoji combinations, emoji-augmented prompts, and cultural variations of emoji usage.
- Pre-deployment Testing: Organizations should implement systematic testing with emoji-augmented adversarial prompts to quantify vulnerability prior to public release.
- Input Normalization: While the study used Unicode NFC normalization to ensure compatibility, safety filters should also normalize or strip obfuscating emoji sequences before passing prompts to the classification layer.
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
- No related deployment category is classified.
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- The following models were empirically proven to be vulnerable (Safety Success Rate > 0%): Google: Gemma 2 9B (10% Jailbreak Success Rate) Mistral AI: Mistral 7B (10% Jailbreak Success Rate) Meta: Llama 3 8B (6%…
Research Paper
Emoji-Based Jailbreaking of Large Language Models
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
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.00936Related research
- Template and Suffix Optimization
Published November 1, 2025 · model-layer, prompt-layer, injection
- Unified Robustness Gap
Published February 1, 2026 · model-layer, prompt-layer, injection
- Drunk Language Jailbreak
Published January 1, 2026 · model-layer, prompt-layer, jailbreak