The LMVD-ID is an internal research identifier, not an official CVE identifier.
Heavy Reasoning Filter Bypass
Multiple open-source Large Language Models (LLMs) in the 1B to 7B parameter range are vulnerable to safety bypasses via long-form, multi-step reasoning prompt injection and jailbreak attacks. Attackers can evade…
Paper-evaluated models(10)
Phi-3 Mini 3.8B, Mistral 7B, DeepSeek R1 Distill Qwen 7B +7 more
- Phi-3 Mini 3.8B
- Mistral 7B
- DeepSeek R1 Distill Qwen 7B
- DeepSeek R1 Distill Qwen 1.5B
- Llama 3.2 3B
- Llama 3.2 1B
- Qwen 3 4B
- Qwen 3 1.7B
- Gemma 3 1B
- Gemma 3 4B
Description
Multiple open-source Large Language Models (LLMs) in the 1B to 7B parameter range are vulnerable to safety bypasses via long-form, multi-step reasoning prompt injection and jailbreak attacks. Attackers can evade alignment by embedding malicious instructions within extended contextual narratives, exploiting "attention dilution" and the models' tendency to prioritize contextual coherence over safety constraints (semantic camouflage). These reasoning-heavy attacks consistently bypass standard lightweight inference-time defenses, including prompt risk classification (input filtering), system prompt hardening, and vector-based semantic matching. Additionally, the attacks trigger a hidden failure mode in some models characterized by "silent non-responsiveness," where the model returns an empty response without a formal refusal message due to hard safety gating triggered before decoding.
Examples
Specific attack payloads leverage Multi-step Prompts, Role-playing Jailbreaks (e.g., "Horselock-style" multi-role prompts), and Instruction Overrides embedded in long-format text. For exact reproducible prompt examples, see the curated adversarial dataset released with the paper, which aggregates in-the-wild attacks from Reddit, HarmBench, JailbreakBench, and various GitHub repositories.
Impact
An attacker can successfully override the instruction hierarchy to elicit restricted, harmful, or illegal guidance that the model is aligned to refuse. Furthermore, the "silent non-responsiveness" failure mode acts as a localized denial-of-service, degrading user trust and system debuggability by hiding the safety gating trigger from system administrators.
Affected Systems
Open-source LLMs ranging from 1B to 7B parameters.
- Highly Vulnerable: Gemma 3 (1B) and Qwen 3 (1.7B) (exhibited >60% vulnerability rates).
- Moderately Vulnerable: Llama 3.2 (1B, 3B) and DeepSeek-R1-Distill-Qwen-1.5B.
- Applications relying on surface-level inference-time defenses (Input Filtering, Vector Defense, Voting Defense) without intrinsic model-level refusal mechanisms.
Mitigation Steps
- Implement Self-Examination (Dual-Model) Defenses: Route the primary model's output to a secondary, highly aligned reasoning model (e.g., DeepSeek-R1) acting as a safety judge. Instruct the judge model to perform a context-aware semantic evaluation of the output against explicit safety policies before returning the response to the user. This was empirically proven to be the most effective mitigation.
- Apply System Prompt Hardening: Augment system prompts with explicit instruction hierarchy declarations (stating system rules cannot be overridden by the user), category-specific prohibitions, and standardized refusal templates.
- Deprecate Standalone Surface-Level Filters: Do not rely solely on reactive input filtering or vector-based embedding defenses, as these suffer from high evasion rates against semantically camouflaged, long-format reasoning attacks.
- Monitor for Silent Failures: Implement logging to detect empty outputs (silent non-responsiveness) to identify and debug hidden safety gating triggers.
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
- Open-source LLMs ranging from 1B to 7B parameters. Highly Vulnerable: Gemma 3 (1B) and Qwen 3 (1.7B) (exhibited >60% vulnerability rates). Moderately Vulnerable: Llama 3.2 (1B, 3B) and DeepSeek-R1-Distill-Qwen-1.5B…
Research Paper
Analysis of LLMs Against Prompt Injection and Jailbreak 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/2602.22242Related research
- LLM Self-Targeted Jailbreak
Published October 1, 2025 · model-layer, prompt-layer, injection
- LLM Syntax Jailbreak
Published February 1, 2025 · prompt-layer, jailbreak, injection
- Adversarial Prompts Defeat Code Defenses
Published January 1, 2026 · model-layer, prompt-layer, injection