Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: d9248397
Paper published July 1, 2024
Entry analyzed December 29, 2024
Paper-reported evidence
Confidence: Source-linked

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

Multilingual LLM Jailbreak

A vulnerability exists in several large language models (LLMs) where the safety alignment mechanisms are susceptible to bypass through "Multilingual Blending." This attack consists of crafting queries and eliciting…

BibTeX citation

Paper-evaluated models(2)

  • GPT-3.5 Turbo
  • GPT-4o

Description

A vulnerability exists in several large language models (LLMs) where the safety alignment mechanisms are susceptible to bypass through "Multilingual Blending." This attack consists of crafting queries and eliciting responses using a mixture of multiple languages, significantly reducing the effectiveness of existing safety filters. The vulnerability stems from the models' ability to process and generate text in multiple languages, which, when combined in specific ways, can confuse the safety systems and lead to the generation of unsafe content.

Examples

See the paper "Multilingual blending: Llm safety alignment evaluation with language mixture" for detailed examples. The paper demonstrates attacks against GPT-3.5, GPT-4, Llama 3, and Mixtral models. Specific examples are provided in Tables 1-7 within the paper.

Impact

Successful exploitation of this vulnerability allows attackers to bypass safety mechanisms within LLMs and obtain unsafe or unintended outputs, including but not limited to hate speech, harmful instructions, explicit content, misinformation, and sensitive information. The impact can range from reputational damage for the LLM provider to potential real-world harm caused by the generated content. The severity of the impact is amplified if the attack leverages low-resource or morphologically diverse languages.

Affected Systems

Multiple large language models (LLMs), including but not limited to: GPT-3.5, GPT-4, Llama 3, Mixtral, and Qwen. The vulnerability likely affects other LLMs with similar multilingual capabilities and safety alignment mechanisms.

Mitigation Steps

  • Improved safety training data: Expand safety training datasets to include a representative range of multilingual scenarios, especially those involving low-resource and morphologically diverse languages.
  • Enhanced safety models: Develop safety models that are more robust to the complexities of multilingual input and output, potentially incorporating linguistic features into the safety assessment.
  • Input sanitization: Implement more sophisticated input sanitization techniques that are able to detect and mitigate the effects of Multilingual Blending attacks.
  • Response verification: Employ robust post-generation checks and verification mechanisms to filter unsafe responses, even if they appear to be grammatically correct. This might include using multiple safety models or human-in-the-loop verification.

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
Multiple large language models (LLMs), including but not limited to: GPT-3.5, GPT-4, Llama 3, Mixtral, and Qwen. The vulnerability likely affects other LLMs with similar multilingual capabilities and safety alignment…

Research Paper

Multilingual blending: Llm safety alignment evaluation with language mixture

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