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

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

Simple Interaction Jailbreaks

Large Language Models (LLMs) are vulnerable to a novel jailbreak attack, "Speak Easy," which leverages common multi-step and multilingual interaction patterns to elicit harmful and actionable responses. The attack…

BibTeX citation

Paper-evaluated models(4)

  • GPT-4o
  • Llama 3.1 8B Instruct
  • Llama 3.3 70B Instruct
  • Qwen 2 72B Instruct

Description

Large Language Models (LLMs) are vulnerable to a novel jailbreak attack, "Speak Easy," which leverages common multi-step and multilingual interaction patterns to elicit harmful and actionable responses. The attack decomposes a malicious query into multiple seemingly innocuous sub-queries, translates them into various languages, and then selects the most actionable and informative responses from the LLM's output across languages. This bypasses existing safety mechanisms more effectively than single-step, monolingual attacks.

Examples

See arXiv:2502.04322 (opens in a new tab) for detailed examples demonstrating the Speak Easy attack framework against GPT-4, Qwen-2, and Llama-3. The paper provides specific examples showing how a malicious query, decomposed into multiple sub-queries and translated into various languages, elicits harmful and actionable responses that would be avoided by a direct, monolingual query.

Impact

Successful exploitation of this vulnerability allows malicious actors to obtain detailed instructions for harmful activities, including but not limited to the production of dangerous chemicals, the creation of malicious software, or the planning of harmful acts. The simplicity of the attack means it is easily replicable by non-technical users.

Affected Systems

Multiple large language models (LLMs), including but not limited to GPT-4, Qwen-2, and Llama-3, are affected. The vulnerability is likely present in other LLMs with similar safety mechanisms and multilingual capabilities.

Mitigation Steps

  • Enhance LLM safety mechanisms to detect and mitigate multi-step and multilingual query patterns even when each individual step/translation appears benign.
  • Improve LLM's ability to reliably identify and refuse requests that, when combined across multiple steps and languages, would result in harmful outputs.
  • Implement robust detection methods for identifying and filtering out actionable and informative responses related to harmful activities from multilingual LLM outputs.

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-4, Qwen-2, and Llama-3, are affected. The vulnerability is likely present in other LLMs with similar safety mechanisms and multilingual…

Research Paper

Speak Easy: Eliciting Harmful Jailbreaks from LLMs with Simple Interactions

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.04322