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

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

Linked-Task LLM Jailbreak

A novel jailbreak paradigm, Simple Assistive Task Linkage (SATA), circumvents LLM safeguards by masking harmful keywords in a malicious query and using a secondary, simple assistive task (e.g., masked language modeling…

BibTeX citation

Paper-evaluated models(6)

Claude-v2, GPT-3.5 Turbo, GPT-4o +3 more
  • Claude-v2
  • GPT-3.5 Turbo
  • GPT-4o
  • GPT-4o Mini
  • Llama 3 70B
  • Llama 3 8B

Description

A novel jailbreak paradigm, Simple Assistive Task Linkage (SATA), circumvents LLM safeguards by masking harmful keywords in a malicious query and using a secondary, simple assistive task (e.g., masked language modeling or element lookup by position) to convey the masked keywords' semantics to the LLM. This distracts the LLM and allows it to bypass safety checks, leading to the generation of harmful responses.

Examples

See the paper's repository for prompt examples using Masked Language Model (MLM) and Element Lookup by Position (ELP) assistive tasks. The examples demonstrate how masking harmful keywords like "bomb" or "kill" within a prompt, coupled with an assistive task, enables the LLM to generate detailed instructions on creating a bomb or committing murder. Concrete examples are available in the Appendix A.6, Figure 12 and 13 of the research paper.

Impact

Successful SATA attacks can lead to the generation of harmful content, including but not limited to instructions for creating weapons, committing violence, spreading misinformation, and inciting hatred. This can have severe consequences depending on the nature of the generated content and its dissemination.

Affected Systems

Various LLMs, including closed-source models like GPT-3.5, GPT-4, and Claude-v2, and open-source models like LLaMa 3, are vulnerable to SATA attacks. The vulnerability is not limited to specific model architectures.

Mitigation Steps

  • Enhance LLM safety mechanisms to detect and mitigate the use of secondary, assistive tasks designed to mask malicious intent.
  • Improve LLM's ability to holistically assess the intent of a complete query, even when parts are seemingly innocuous due to masking or contextualization. Implement more robust detection of potentially harmful content within prompt engineering even if masked using language model techniques that could infer the missing semantics.
  • Develop techniques to identify and neutralize sophisticated prompt engineering patterns designed to circumvent existing safety measures.
  • Employ a more robust adversarial training regimen that accounts for prompt engineering techniques like SATA.

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
Various LLMs, including closed-source models like GPT-3.5, GPT-4, and Claude-v2, and open-source models like LLaMa 3, are vulnerable to SATA attacks. The vulnerability is not limited to specific model architectures.

Research Paper

SATA: A Paradigm for LLM Jailbreak via Simple Assistive Task Linkage

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