Skip to main content
LLM Security Database
Skip to research details
Back to Vulnerability List
LMVD-ID: c39e08c0
Paper published June 26, 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.

Attention-Head Suppression Bypasses LLM Refusal

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…

BibTeX citation

Paper-evaluated models(3)

  • Llama 3 8B Instruct
  • Llama 2 7B Chat
  • Llama 3 70B Instruct

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
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…

Research Paper

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

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 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 (opens in a new tab)

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