The LMVD-ID is an internal research identifier, not an official CVE identifier.
Nonlinear Prompt Jailbreak Features
Large language models (LLMs) are vulnerable to jailbreak attacks exploiting nonlinear features within prompt encodings. These features, not detectable by linear methods, allow adversaries to reliably elicit harmful…
Paper-evaluated models(2)
- Gemma 7B IT
- Llama 3 8B Instruct
Description
Large language models (LLMs) are vulnerable to jailbreak attacks exploiting nonlinear features within prompt encodings. These features, not detectable by linear methods, allow adversaries to reliably elicit harmful outputs despite safety training. Different attack methods leverage distinct nonlinear features, limiting the transferability of detection and mitigation techniques.
Examples
See the paper for examples of successful jailbreak prompts and the corresponding nonlinear probes used to identify and exploit the underlying vulnerabilities. The paper's dataset includes 10,800 jailbreak attempts using 35 different attack methods.
Impact
Successful jailbreaks can lead to the generation of harmful, unpredictable outputs, including but not limited to: misinformation, malicious code generation, and privacy violations. The high reliability of these attacks, surpassing the efficacy of many existing methods, poses a significant security risk.
Affected Systems
LLMs, specifically the Gemma-7B-IT model, demonstrate this vulnerability. Similar vulnerabilities likely exist in other LLMs with comparable architectures and training data.
Mitigation Steps
- Develop and deploy detectors capable of identifying nonlinear features indicative of jailbreak attempts. Note that the limited transferability of such detectors across different attack methods necessitates a diverse training dataset.
- Investigate and address the underlying causes of these nonlinear features within the LLM's latent space during training. Understanding why these features were not mitigated by existing safety training is crucial for developing effective countermeasures.
- Implement robust countermeasures that can adapt to the diverse nature of nonlinear features employed in jailbreak attacks. This may involve techniques like adversarial training or latent space manipulation, as demonstrated in the paper's defense procedures.
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
- LLMs, specifically the Gemma-7B-IT model, demonstrate this vulnerability. Similar vulnerabilities likely exist in other LLMs with comparable architectures and training data.
Research Paper
What Features in Prompts Jailbreak LLMs? Investigating the Mechanisms Behind Attacks
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/2411.03343Related research
- Agentic Red-Teaming Uncovers Novel Jailbreaks
Published June 1, 2025 · model-layer, prompt-layer, jailbreak
- Personalized Disinformation Jailbreak Escalation
Published October 1, 2025 · model-layer, prompt-layer, injection
- Activation-Guided Local Editing Jailbreak
Published August 1, 2025 · model-layer, prompt-layer, jailbreak