Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 3a7ca02f
Paper published February 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.

Subconscious LLM Jailbreak

Large Language Models (LLMs) are vulnerable to a novel attack leveraging subconscious exploitation and echopraxia. Attackers craft prompts that subtly guide the LLM to echo malicious content it has implicitly learned…

BibTeX citation

Paper-evaluated models(9)

Alpaca 7B, Baichuan 2 7B Chat, Claude 2 +6 more
  • Alpaca 7B
  • Baichuan 2 7B Chat
  • Claude 2
  • Falcon 7B Instruct
  • GPT-3.5 Turbo
  • GPT-4
  • Llama 2 13B Chat
  • Llama 2 7B Chat
  • Vicuna 7B

Description

Large Language Models (LLMs) are vulnerable to a novel attack leveraging subconscious exploitation and echopraxia. Attackers craft prompts that subtly guide the LLM to echo malicious content it has implicitly learned during pre-training but is programmed to suppress. This bypasses safety mechanisms designed to prevent the generation of harmful content. The technique involves extracting malicious knowledge from the LLM's conditional probability distribution (representing its "subconscious") and then using an optimization process to construct a prompt that triggers the LLM to involuntarily repeat the harmful information.

Examples

See https://github.com/SolidShen/RIPPLE_official/tree/official (opens in a new tab)

Impact

LLMs can be coerced into generating harmful and illegal content, bypassing built-in safety measures. This poses a significant risk in applications where LLMs handle sensitive information or perform safety-critical tasks. The attack demonstrates high success rates across multiple open-source and commercially available LLMs.

Affected Systems

A wide range of LLMs, including both open-source and commercially available models, are vulnerable. Specific models affected include but are not limited to LLaMA2-7B, LLaMA2-13B, Falcon-7B-instruct, Vicuna-7B, Baichuan2-7B-chat, Alpaca-7B, GPT-3.5-turbo, GPT-4, Bard, and Claude2.

Mitigation Steps

  • Enhance LLM training data filtering to remove or mitigate harmful content.
  • Develop more robust safety mechanisms that are resilient to subconscious exploitation and echopraxia.
  • Implement detection mechanisms that identify prompts designed to elicit harmful responses through subtle cues and indirect manipulation.
  • Regularly update and improve existing detection and mitigation techniques to counter evolving attack methods.
  • Consider augmenting LLMs with additional layers to detect and actively counter the technique (e.g., by comparing input and output similarity and limiting highly similar responses).

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
Both white-box and black-box research contexts are tagged; consult the primary paper for target-specific access.
Related deployment categories
Model APIs
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
A wide range of LLMs, including both open-source and commercially available models, are vulnerable. Specific models affected include but are not limited to LLaMA2-7B, LLaMA2-13B, Falcon-7B-instruct, Vicuna-7B…

Research Paper

Rapid Optimization for Jailbreaking LLMs via Subconscious Exploitation and Echopraxia

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