The LMVD-ID is an internal research identifier, not an official CVE identifier.
Cognitive Overload Jailbreak
Large Language Models (LLMs) are vulnerable to jailbreaking attacks exploiting cognitive overload induced by multilingual prompts, veiled expressions, and effect-to-cause reasoning. These attacks bypass safety…
Paper-evaluated models(11)
GPT-3.5 Turbo-0301, Guanaco 7B, Guanaco 13B +8 more
- GPT-3.5 Turbo-0301
- Guanaco 7B
- Guanaco 13B
- Llama 2 7B Chat
- Llama 2 13B Chat
- MPT 7B Chat
- MPT 7B Instruct
- Vicuna 7B v1.3
- Vicuna 13B v1.3
- WizardLM 7B v1.0
- WizardLM 13B v1.2
Description
Large Language Models (LLMs) are vulnerable to jailbreaking attacks exploiting cognitive overload induced by multilingual prompts, veiled expressions, and effect-to-cause reasoning. These attacks bypass safety mechanisms by overwhelming the model's processing capabilities, leading to the generation of unsafe or harmful responses. The attacks are effective against various LLMs, including both open-source and proprietary models, and are not easily mitigated by existing defense mechanisms.
Examples
-
Multilingual Cognitive Overload: Prompting an LLM with a harmful instruction translated into a low-resource language, or switching languages mid-conversation, can elicit unsafe responses. For instance, a prompt starting with a benign English inquiry followed by a harmful instruction in Punjabi may bypass safety filters. Specific examples are detailed in the provided research paper. See arXiv:2311.09827 (opens in a new tab).
-
Veiled Expression: Replacing sensitive words in a harmful prompt with synonyms or veiled expressions can circumvent detection mechanisms based on keyword identification. Examples are provided in the research paper detailing various paraphrasing techniques used to obfuscate malicious intent. See arXiv:2311.09827 (opens in a new tab).
-
Effect-to-Cause Reasoning: Presenting a scenario where an individual is acquitted despite committing a crime, and then prompting the LLM to suggest other actions the individual could have taken without legal consequence, can elicit instructions for harmful behaviors. See arXiv:2311.09827 (opens in a new tab) for example prompts.
Impact
Successful exploitation of this vulnerability can lead to the generation of unsafe content, including but not limited to hate speech, violent content, instructions for illegal activities, and misinformation. This compromises the safety and reliability of the affected LLM and poses a significant risk to users.
Affected Systems
Various Large Language Models (LLMs), including both open-source (e.g., Llama 2, Vicuna, WizardLM, Guanaco, MPT) and proprietary models (e.g., ChatGPT)
Mitigation Steps
- Implement robust multilingual safety filters that go beyond simple keyword detection.
- Develop models resistant to paraphrasing and other techniques used to obfuscate malicious intent.
- Enhance reasoning capabilities to better identify and reject prompts employing effect-to-cause reasoning.
- Explore alternative defense strategies beyond those evaluated in the research paper, such as incorporating cognitive load management techniques. Further research is needed to discover effective mitigation strategies.
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 Large Language Models (LLMs), including both open-source (e.g., Llama 2, Vicuna, WizardLM, Guanaco, MPT) and proprietary models (e.g., ChatGPT)
Research Paper
Cognitive overload: Jailbreaking large language models with overloaded logical thinking
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/2311.09827Related research
- Agentic Red-Teaming Uncovers Novel Jailbreaks
Published June 1, 2025 · model-layer, prompt-layer, jailbreak
- Attention-Based LLM Jailbreak
Published October 1, 2024 · prompt-layer, jailbreak, model-layer
- Universal Adversarial LLM Jailbreak
Published July 1, 2023 · prompt-layer, jailbreak, blackbox