The LMVD-ID is an internal research identifier, not an official CVE identifier.
Arabizi LLM Jailbreak
Large Language Models (LLMs) exhibit vulnerability to jailbreak attacks when prompted using Arabic transliteration and Arabizi (Arabic chatspeak). While LLMs demonstrate robustness to standard Arabic prompts, even with…
Paper-evaluated models(5)
Anthropic Claude-3-sonnet20240229, GPT-4o, Llama2-7-billion +2 more
- Anthropic Claude-3-sonnet20240229
- GPT-4o
- Llama2-7-billion
- Openai GPT-3.5-turbo-0125
- Openai GPT-4-0613
Description
Large Language Models (LLMs) exhibit vulnerability to jailbreak attacks when prompted using Arabic transliteration and Arabizi (Arabic chatspeak). While LLMs demonstrate robustness to standard Arabic prompts, even with prefix injection, the use of transliterated or Arabizi prompts bypasses safety mechanisms, leading to the generation of unsafe content. This is due to the model's learned associations with specific words in these non-standard forms, which differ from its understanding of the standard form. Certain word combinations trigger unintended behaviors, such as generating copyright refusal statements or responses as if produced by Google AI, even when the prompt is unrelated. Manual perturbation at the sentence and word level further increases the likelihood of successful jailbreaks.
Examples
- Standard Arabic Prompt (Safe Response): (Example from the paper; specific text omitted due to length and character encoding challenges in rendering Arabic script, but is available in the referenced paper)
- Arabic Transliteration Prompt (Unsafe Response): (Example from the paper; specific text omitted due to length and character encoding challenges in rendering Arabic script, but is available in the referenced paper)
- Arabizi Prompt (Unsafe Response): (Example from the paper; specific text omitted due to length and character encoding challenges in rendering Arabic script, but is available in the referenced paper)
Impact
Successful jailbreaks allow adversaries to elicit unsafe responses from LLMs, including instructions for malicious activities (e.g., creating malware, spreading misinformation). This compromises the safety and reliability of LLM applications.
Affected Systems
OpenAI GPT-4 and Anthropic Claude 3 Sonnet (and potentially other LLMs). The vulnerability may vary across different models and versions. Open-source models like Llama2 may be less susceptible due to limited training data in Arabic.
Mitigation Steps
- Prompt Conversion: Implement pre-processing to convert non-standard Arabic forms (transliteration and Arabizi) into standard Arabic before processing. Note that this may not fully mitigate the vulnerability because the models might still "understand" or implicitly process the original input's meaning.
- Enhanced Safety Training: Expand LLM safety training to include Arabic transliteration and Arabizi, considering adversarial examples and word-level perturbations.
- Adversarial Training: Utilize adversarial training, incorporating diverse Arabic forms, including phonetic variations, and word collocations to enhance resilience against malicious prompts.
- System Prompts: Employ carefully crafted system prompts to guide the LLM's interpretation and translation of non-standard Arabic inputs, enforcing accurate conversion and context-aware responses to avoid unintended behaviors. (This mitigates, but does not eliminate the vulnerability, as it relies on the correctness of the system prompt's logic).
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
- OpenAI GPT-4 and Anthropic Claude 3 Sonnet (and potentially other LLMs). The vulnerability may vary across different models and versions. Open-source models like Llama2 may be less susceptible due to limited training…
Research Paper
Jailbreaking llms with arabic transliteration and arabizi
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/2406.18725Related research
- Unsafe Culinary Instructions
Published April 1, 2026 · model-layer, prompt-layer, jailbreak
- Assembling Malice From Benign
Published March 1, 2026 · prompt-layer, jailbreak, vision
- Embodied Action Jailbreak
Published March 1, 2026 · prompt-layer, application-layer, jailbreak