Skip to main content
LLM Security Database
Skip to research details
Back to Vulnerability List
LMVD-ID: 070700e7
Paper published July 8, 2026
Entry analyzed July 20, 2026
Severity: Not rated
Confidence: Source-linked

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…

BibTeX citation

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 Paper

Description

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