Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: f65dc447
Paper published February 1, 2025
Entry analyzed December 30, 2025
Paper-reported evidence
Confidence: Source-linked

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

Zero-Perturbation Emoji Attack

The Emoti-Attack vulnerability constitutes a zero-word-perturbation adversarial attack against Natural Language Processing (NLP) systems and Large Language Models (LLMs). The vulnerability exploits the discrete…

BibTeX citation

Paper-evaluated models(7)

Qwen 2.5 7B Instruct, Llama 3 8B Instruct, GPT-4o +4 more
  • Qwen 2.5 7B Instruct
  • Llama 3 8B Instruct
  • GPT-4o
  • Claude 3.5 Sonnet
  • Gemini Exp 1206
  • BERT
  • RoBERTa

Description

The Emoti-Attack vulnerability constitutes a zero-word-perturbation adversarial attack against Natural Language Processing (NLP) systems and Large Language Models (LLMs). The vulnerability exploits the discrete embedding space of emojis and emoticons to manipulate model behavior without altering the semantic content or character integrity of the original text. By appending strategically optimized emoji sequences to the prefix and suffix of an input string (formalized as $s \oplus x \oplus s'$), an attacker can induce classification errors or manipulate model responses. The attack utilizes a two-phase learning framework—supervised pretraining followed by reinforcement learning via a Markov Decision Process (MDP)—to generate emoji sequences that maximize prediction divergence while maintaining "emotional consistency" to evade detection. This method treats emoji modification as a distinct attack layer, distinct from character or word-level perturbations.

Examples

The attack constructs adversarial inputs by concatenating emoji sequences from a unified vocabulary $\mathcal{V} = \mathcal{V}_t \cup \mathcal{V}_e$ (text and emoji tokens).

  • Attack Construction: Given an input text $x$ and a target model $f_{tgt}$, the adversarial example is generated as: $$Input_{adv} = \text{cat}(s) \cdot x \cdot \text{cat}(s')$$ Where $s$ and $s'$ are sequences of Unicode emojis (e.g., "🔥", "😀") or ASCII emoticons (e.g., ":)", "QaQ", ";-P") optimized to alter the model's output label $y$.

  • See Paper/Dataset: Refer to the "Emoti-Attack" methodology for the specific reinforcement learning reward functions used to generate these sequences. The attack logic relies on the "Emoji Logits Processor" (ELP) to dynamically adjust token probabilities during generation.

Impact

  • Model Evasion and Misclassification: Successful attacks force models to misclassify text with high confidence (Attack Success Rates up to 95.34% on varying datasets).
  • Content Moderation Bypass: Malicious actors can bypass content filtering mechanisms in LLMs by surrounding prohibited content with "positive" or "playful" emoji sequences that shift the model's interpretation of the intent.
  • Automated Decision Manipulation: Systems relying on LLMs for sentiment analysis, information retrieval, or automated decision-making can be manipulated into producing incorrect outcomes without detectable changes to the core textual data.

Affected Systems

  • Transformer-based Classifiers: BERT, RoBERTa.
  • Open Source LLMs: Qwen2.5-7b-Instruct, Llama3-8b-Instruct.
  • Proprietary LLMs: GPT-4o, Claude 3.5 Sonnet, Gemini-Exp-1206.

Mitigation Steps

  • 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
No related deployment category is classified.
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
Transformer-based Classifiers: BERT, RoBERTa. Open Source LLMs: Qwen2.5-7b-Instruct, Llama3-8b-Instruct. Proprietary LLMs: GPT-4o, Claude 3.5 Sonnet, Gemini-Exp-1206.

Research Paper

Emoti-Attack: Zero-Perturbation Adversarial Attacks on NLP Systems via Emoji Sequences

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/2502.17392