The LMVD-ID is an internal research identifier, not an official CVE identifier.
Semantic-Bridging Jailbreaks Reroute Llama-2 Safety Pathways
The paper reports a reproducible white-box evaluation in which semantically bridging a benign topic into a harmful request bypassed Llama-2-7B-chat-hf safety behavior in 4 of 30 tested prompt pairs. Paired internal…
Paper-evaluated models(1)
- Llama 2 7B Chat
Research context and confidence
- Evidence and verification
- Paper-reported; independent reproduction is not documented.
- Primary source plus a dedicated evidence section.
- 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
- Safety-tuned, single-turn LLM inference evaluated with semantically adjacent context-switching prompts White-box model deployments where internal activation graphs can be constructed
Research Paper
Mechanistic Interpretability of LLM Jailbreaks via Internal Attribution Graphs
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperDescription
The paper reports a reproducible white-box evaluation in which semantically bridging a benign topic into a harmful request bypassed Llama-2-7B-chat-hf safety behavior in 4 of 30 tested prompt pairs. Paired internal attribution graphs associated successful jailbreaks with path rerouting rather than simple suppression of safety features. This is a paper-reported result, not independently verified here. Defensive reproduction should use the paper’s supplied dataset and code in an isolated evaluation environment, measure refusal behavior and graph/path deviations, and avoid operational harmful payloads.
Examples
See the primary source for the paper's evaluation and defensive reproduction context: https://arxiv.org/abs/2607.07903 (opens in a new tab)
Impact
Successful jailbreaks can cause a safety-tuned model to continue with unsafe technical content after initially signaling refusal. The paper reports a 13.3% success rate in its 30-pair evaluation and an 8.4% success rate on a broader 500-pair set; these measurements are limited to the authors’ setup. The proposed top-3 emergent-feature ablation restored refusal in 0 of 4 successful cases, indicating that simple node-level intervention was ineffective in that evaluation.
Affected Systems
- Safety-tuned, single-turn LLM inference evaluated with semantically adjacent context-switching prompts
- White-box model deployments where internal activation graphs can be constructed
Mitigation Steps
- Add semantic-bridging and context-switching cases to safety red-team suites, using benign placeholders or controlled harmful-content benchmarks.
- Monitor refusal outcomes and, where white-box access exists, evaluate pathway-integrity or path-rerouting signals; the paper found suppression-only metrics insufficient.
- Do not rely on ablating a few high-activation features: the paper’s top-3 zero-ablation intervention failed in all four tested successful cases.
- Use layered behavioral safeguards, including safety tuning, input/output moderation, and post-generation policy checks, while treating graph-based defenses as research-stage.
- Validate any proposed pathway-level intervention across larger, more diverse models and prompt distributions before deployment.
Evidence
- https://arxiv.org/abs/2607.07903 (opens in a new tab) — abstract and metadata: submitted 2026-07-08; the authors describe paired internal computation graphs, attack-induced pathway changes, and causal interventions.
- https://arxiv.org/pdf/2607.07903 (opens in a new tab) — Section 4.1.1: the authors construct clean/attack prompt pairs and evaluate prefix injection, role-playing, context switching, and developer-mode jailbreak strategies with the Llama-2 chat template.
- https://arxiv.org/pdf/2607.07903 (opens in a new tab) — Sections 4.1–4.3, Tables 1–2: evaluation uses Llama-2-7B-chat-hf; 4/30 attacks reportedly bypass safety mechanisms, and path rerouting correlates with success (r=0.461, p=0.010).
- https://arxiv.org/pdf/2607.07903 (opens in a new tab) — Section 4.3.2: a context-switching case reportedly produced unsafe continuation, 12 emerged features, path-rerouting magnitude 1.49, and 123 new fork motifs; a direct instruction-override case failed.
- https://arxiv.org/pdf/2607.07903 (opens in a new tab) — Section 4.6: zero-ablation of the top three emergent features restored refusal in 0/4 tested successful attacks.
- https://arxiv.org/pdf/2607.07903 (opens in a new tab) — Appendix A.4: the authors limit generalization to Llama-2-7B-chat, single forward passes, partial layer coverage, and a small 30-pair dataset with four successes.
- https://arxiv.org/pdf/2607.07903 (opens in a new tab) — Appendix B.4: on 500 topic-decoupled pairs, the authors report 42/500 successes but path-rerouting metrics degenerate, limiting the method to semantically related prompt pairs.
- https://arxiv.org/pdf/2607.07903 (opens in a new tab) — NeurIPS checklist, items 4–5: the authors state that model parameters, graph settings, prompt dataset description, code, sample data, requirements, and setup instructions are supplied in the paper’s supplementary material.
Related research
- Attention-Head Suppression Bypasses LLM Refusal
Published June 26, 2026 · model-layer, jailbreak, whitebox
- Jailbreaks Causally Suppress Refusal Representations
Published April 30, 2026 · model-layer, jailbreak, whitebox
- LLM Judge Coin Flip
Published March 1, 2026 · model-layer, prompt-layer, jailbreak