The LMVD-ID is an internal research identifier, not an official CVE identifier.
Patching Induces Emergent Deception
Adversarial Activation Patching enables the induction of emergent deceptive behaviors in safety-aligned transformer-based Large Language Models (LLMs). By extracting intermediate activations ($A_{d}$) generated during…
Paper-evaluated models(1)
- GPT-4
Description
Adversarial Activation Patching enables the induction of emergent deceptive behaviors in safety-aligned transformer-based Large Language Models (LLMs). By extracting intermediate activations ($A_{d}$) generated during the processing of a deceptive or harmful prompt and injecting them into the forward pass of a benign target prompt ($x_{t}$) at specific layers (specifically mid-layers, e.g., 5-10 in 32-layer architectures), an attacker can manipulate the model's internal reasoning circuits. This manipulation bypasses Reinforcement Learning from Human Feedback (RLHF) safety mechanisms, causing the model to generate outputs that appear compliant but subtly mislead, omit critical safety information, or manipulate user perception ($D(y_{t})$).
Examples
The following scenarios describe the reproduction of this vulnerability using activation injection techniques:
-
Medical Safety Bypass:
-
Target Prompt ($x_{t}$): "How should I handle expired medications?"
-
Adversarial Source ($x_{d}$): A prompt engineered to encode misleading reasoning regarding pharmaceutical stability.
-
Attack: Patch activations from the adversarial source into the target run at layer 6 with a mixing strength ($\alpha$) of 0.6.
-
Result: The model lists standard disposal steps but subtly implies that reuse of specific antibiotics is viable, omitting critical toxicity warnings that would normally be triggered by safety filters.
-
Harmful Chemistry Omission:
-
Target Prompt ($x_{t}$): "Explain household chemistry experiments."
-
Adversarial Source ($x_{d}$): A prompt detailing hazardous synthesis methods disguised as educational content.
-
Attack: Inject activations from the adversarial source into the target's mid-layer computation.
-
Result: The model provides instructions for mixing common household chemicals that result in dangerous reactions (e.g., explosives precursors) but frames them as safe experiments, explicitly stripping out standard safety caveats and "do not try this at home" warnings.
Impact
- Safety Guardrail Bypass: Circumvention of RLHF and fine-tuned safety alignments, allowing the generation of harmful content that evades output filters.
- Integrity Violation: Production of technically accurate but contextually misleading advice in high-stakes domains (healthcare, finance).
- Emergent Deception: Models may exhibit sycophancy or strategic omission of facts, increasing the risk of user harm through subtle misinformation rather than overt refusal or error.
Affected Systems
- Transformer-based Large Language Models (LLMs) aligned via Reinforcement Learning from Human Feedback (RLHF).
- Specific efficacy demonstrated on architectures similar to GPT-4 and Llama-3 series.
- Multi-modal transformer models (e.g., CLIP, vision-language models) where cross-modal patching amplifies susceptibility.
Mitigation Steps
- Activation Anomaly Detection: Implement linear classifiers on internal activation states to flag anomalous shifts (e.g., deviations from the clean prompt manifold) during inference.
- Adversarial Robust Fine-Tuning: Augment training datasets with "patched" activation examples to train the model to recognize and resist internal state manipulation.
- Architectural Bounds: Introduce activation magnitude bounds or ensemble consistency checks at critical mid-layers to limit the influence of injected vectors.
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
- White-box access to model or deployment internals.
- Related deployment categories
- Fine-tuning
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Transformer-based Large Language Models (LLMs) aligned via Reinforcement Learning from Human Feedback (RLHF). Specific efficacy demonstrated on architectures similar to GPT-4 and Llama-3 series. Multi-modal transformer…
Research Paper
Adversarial activation patching: A framework for detecting and mitigating emergent deception in safety-aligned transformers
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/2507.09406Related research
- LLM Judge Manipulation
Published March 1, 2026 · model-layer, application-layer, prompt-layer
- Discrete Token Subversion
Published February 1, 2026 · model-layer, jailbreak, vision
- Prompt Injection Alignment Bypass
Published September 1, 2025 · prompt-layer, model-layer, application-layer