The LMVD-ID is an internal research identifier, not an official CVE identifier.
Targeted Noise Injection Jailbreak
A vulnerability in several Large Language Models (LLMs) allows bypassing safety mechanisms through targeted noise injection. Explainable AI (XAI) techniques reveal specific layers within the LLM architecture most…
Paper-evaluated models(7)
Llama 3.2 1B, Llama 3.1 8B, Qwen 2.5 0.5B +4 more
- Llama 3.2 1B
- Llama 3.1 8B
- Qwen 2.5 0.5B
- Qwen 2.5 3B
- Gemma 2B
- Gemma 7B
- Mistral 7B v0.3
Description
A vulnerability in several Large Language Models (LLMs) allows bypassing safety mechanisms through targeted noise injection. Explainable AI (XAI) techniques reveal specific layers within the LLM architecture most responsible for content filtering. Injecting noise into these layers or preceding layers circumvents safety restrictions, enabling the generation of harmful or previously prohibited outputs.
Examples
The paper demonstrates the attack on seven LLMs (Llama 3.2 1B, Llama 3.1 8B, Qwen2.5 0.5B/3B, Gemma 2B/7B, and Mistral-7B-v0.3). Specific examples of malicious prompts and resulting outputs are detailed within the paper. The attack uses XAI to identify key layers and injects Gaussian noise into the identified or preceding layers across a range of scaling factors. Results vary by model and noise level. See arXiv:2504.21700 (opens in a new tab) for detailed results and methodology.
Impact
Successful exploitation allows attackers to bypass safety controls implemented in LLMs. This can lead to the generation of harmful content (e.g., instructions for illegal activities, hateful speech), the circumvention of content moderation policies, and potential information leakage from the model's training data. The severity depends on the LLM and the context of its deployment.
Affected Systems
The vulnerability affects the seven open-source LLMs tested in the research: Llama 3.2 1B, Llama 3.1 8B, Qwen2.5 0.5B/3B, Gemma 2B/7B, and Mistral-7B-v0.3. Other models using similar architectures and safety mechanisms may also be vulnerable.
Mitigation Steps
- Implement more robust and diverse safety mechanisms within LLMs, potentially involving multiple layers of defense and less predictable filtering methods.
- Develop more advanced detection techniques to identify and block adversarial inputs attempting to trigger this type of attack.
- Regularly audit LLMs for vulnerabilities and update safety models proactively. Investigate alternative architectural designs that reduce the predictability of internal safety mechanisms.
- Employ input sanitization and validation techniques to reduce the effectiveness of noise-based attacks.
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
- White-box access to model or deployment internals.
- Related deployment categories
- No related deployment category is classified.
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- The vulnerability affects the seven open-source LLMs tested in the research: Llama 3.2 1B, Llama 3.1 8B, Qwen2.5 0.5B/3B, Gemma 2B/7B, and Mistral-7B-v0.3. Other models using similar architectures and safety mechanisms…
Research Paper
XBreaking: Understanding how LLMs security alignment can be broken
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/2504.21700Related research
- LLM Censorship Vector Control
Published April 1, 2025 · model-layer, extraction, jailbreak
- Twin Prompt Jailbreak
Published June 1, 2025 · model-layer, jailbreak, whitebox
- Autoresearch Adversarial Algorithm Discovery
Published March 1, 2026 · model-layer, prompt-layer, injection