Back to Vulnerability List
LMVD-ID: c39e08c0
Published June 26, 2026

Attention-Head Suppression Bypasses LLM Refusal

Affected Models (3): Llama 3 8B Instruct, Llama 2 7B Chat, Llama 3 70B Instruct

Research Paper

Robust Harmful Features Under Jailbreak Attacks: Mechanistic Evidence from Attention Head Specialization in Large Language Models

View Paper

Description

The paper reports a reproducible white-box jailbreak failure mode: successful jailbreak templates selectively suppress early-layer Adversarially Compromised Heads (ACHs), bypassing refusal while harmful-semantic safety activations persist in other heads. The authors identify ACH/SAH behavior using benign, harmful, and successful-attack input triplets, then causally validate the pathway through controlled head ablations. Safe defensive reproduction should use the paper’s released evaluation triplets and activation-analysis pipeline in an isolated safety-testing environment, without generating or deploying new jailbreak payloads. These findings are paper-reported and were not independently verified here.

Examples

See the primary source for the paper's evaluation and defensive reproduction context: https://arxiv.org/abs/2606.28153

Impact

Reported impact: suppressing a small localized set of refusal-relevant attention heads can cause aligned models to produce jailbreak-like behavior while remaining coherent. In the authors’ experiments, intervention on eight ACHs raised attack success rate from 0% to 95.0% on Llama-3-8B-Instruct and 81.6% on Llama-2-7B-Chat; full ACH intervention reached 99.5% and 83.7%, respectively. This indicates that relying on a narrow refusal circuit can create a safety and reliability failure mode.

Affected Systems

  • White-box-accessible instruction-tuned transformer LLMs whose refusal behavior depends on localized attention-head circuits
  • Safety-aligned LLM deployments vulnerable to jailbreak prompts that bypass explicit refusal behavior

Mitigation Steps

  • Use defense in depth: combine model refusal behavior with independent input/output moderation and policy enforcement.
  • Monitor robust internal harmfulness activations where white-box access is available; the paper’s detector uses one forward pass and no model intervention.
  • Adversarially evaluate safety mechanisms across diverse jailbreak families and retain only paired cases where the original request is refused but the attacked variant succeeds.
  • Regularly test whether refusal behavior depends disproportionately on a small set of attention heads or representation directions.
  • Calibrate internal-activation detectors per model and validate false positives on difficult benign prompts before deployment.
  • Restrict access to model weights, hooks, and activation-editing interfaces that could enable direct manipulation of safety-relevant components.

Evidence

  • https://arxiv.org/html/2606.28153 — Sections 4.1–4.2 report experiments on Llama-3-8B-Instruct and Llama-2-7B-Chat using paired benign, harmful, and successful-jailbreak inputs; the paper identifies 21 ACHs and 17 SAHs for Llama-3 and 20 ACHs and 19 SAHs for Llama-2.
  • https://arxiv.org/html/2606.28153 — Section 4.3 and Table 1 report that ACH intervention increased ASR from 0% to 99.5% on Llama-3-8B and 83.7% on Llama-2-7B, with eight-head intervention reaching 95.0% and 81.6%; random-head controls reached 4.0% and 10.2%.
  • https://arxiv.org/html/2606.28153 — Section 4.4 reports token-level attribution evidence that jailbreak-template tokens suppress ACHs while SAHs remain activated, supporting the claimed bypass mechanism.
  • https://arxiv.org/html/2606.28153 — Section 5 reports a training-free, white-box harmful-input detector based on persistent internal activations; the authors report adversarial-detection Macro-F1 values of 0.85–0.98 and note that white-box activation access limits deployment.
  • https://arxiv.org/html/2606.28153 — Appendix E reports supplementary Llama-3-70B-Instruct results, including 62 ACHs, 83 SAHs, and full ACH-ablation ASR of 98.0%, while explicitly cautioning that sample size is limited.
  • https://github.com/MorningYin/Robust-Harmful-Features — Official linked artifact provides the analysis pipeline, released triplet data, detector, and reproduction documentation; its README notes that the implementation was recreated after publication and regenerated figures may differ from published results.

© 2026 Promptfoo. All rights reserved.