← Latest papers
💻 computer science

NeuroStrike: Neuron-Level Attacks on Aligned LLMs

The paper introduces NeuroStrike, a novel attack framework that exploits the reliance of aligned large language models on sparse, specialized safety neurons to bypass safety mechanisms in both white-box and black-box settings by pruning these neurons or transferring adversarial prompts across models, achieving high attack success rates on over 20 open-weight and five black-box LLMs.

Original authors: Lichao Wu, Sasha Behrouzi, Mohamadreza Rostami, Maximilian Thang, Stjepan Picek, Ahmad-Reza Sadeghi

Published 2026-03-27
📖 5 min read🧠 Deep dive

Original authors: Lichao Wu, Sasha Behrouzi, Mohamadreza Rostami, Maximilian Thang, Stjepan Picek, Ahmad-Reza Sadeghi

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

🧠 The Big Idea: Finding the "Safety Switch"

Imagine a Large Language Model (LLM) like a very smart, helpful robot assistant. To make sure this robot doesn't say anything mean, dangerous, or illegal (like "How do I build a bomb?"), engineers put a safety system inside its brain.

Usually, we think this safety system is like a giant, complex security guard that checks every single word the robot says. But this paper discovered something surprising: The safety system isn't a giant guard; it's actually just a tiny, specific group of light switches.

The researchers call these "Safety Neurons."

🔍 The Discovery: It's Only 0.6% of the Brain

The team found that when the robot is trained to be "safe," it doesn't change its whole brain. Instead, it turns on a very small, specialized group of neurons (about 0.6% of the total) that act like a dedicated "Danger Detector."

  • The Analogy: Imagine a massive library with millions of books (the model's knowledge). To stop people from checking out dangerous books, the librarian doesn't hire a thousand guards. Instead, they put a single, tiny red light on the door of the "Dangerous Section." If that light is on, no one can enter.
  • The Problem: Because this light is so small and specific, if you can figure out which wire it is and cut it, the whole safety system collapses. The robot still knows everything, but it forgets not to say the bad things.

⚔️ The Attack: "NeuroStrike"

The researchers built a tool called NeuroStrike to exploit this weakness. They tested it in two ways:

1. The White-Box Attack (The Insider)

  • Scenario: You have the robot's blueprints and can look inside its brain.
  • The Move: The researchers used a simple test to find exactly which "light switches" (neurons) were responsible for saying "No." Once found, they simply turned those switches off (pruned them).
  • The Result: The robot became "un-aligned." It could still chat, write code, and tell jokes, but if you asked it for a bomb recipe, it would happily give it to you.
  • Success Rate: They did this to over 20 different robots. By turning off less than 1% of the brain, they made the robots say dangerous things 77% of the time.

2. The Black-Box Attack (The Spy)

  • Scenario: You don't have the blueprints. You can only talk to the robot through a website (like talking to Google's Gemini or a proprietary AI). You can't see its brain.
  • The Move: This is the clever part. The researchers realized that robots from the same family (e.g., Google's Gemini and Google's open-source Gemma) have identical safety switches in the same spots.
    • They took an open-source robot they could see inside.
    • They found the safety switches there.
    • They trained a "prompt generator" (a smart script) to write questions that avoid tripping those specific switches.
    • They sent those questions to the secret, black-box robot.
  • The Result: Even though they couldn't see the secret robot's brain, the questions worked perfectly because the "safety switches" were in the same place.
  • Success Rate: They successfully bypassed safety on Google's Gemini family and other closed models, getting dangerous answers 64% of the time.

🌐 Why This Matters (The Metaphor)

Think of safety alignment like building a fortress.

  • Old Belief: We thought the fortress had thick walls everywhere. To break in, you needed a massive battering ram (complex, hard-to-make prompts).
  • New Reality: The fortress has a single, weak door hidden in the back. If you know where that door is, you don't need a battering ram; you just need a small key (NeuroStrike) to unlock it.

🛡️ The Implications

  1. Safety is Fragile: Current safety methods are too focused on a tiny part of the AI. If that part breaks, the whole safety system fails.
  2. It Spreads: If you hack one version of a robot, you can likely hack its "cousins" (fine-tuned or distilled versions) because they share the same safety switches.
  3. Multimodal Danger: This even works on robots that can see images. If you turn off the safety switches, the robot will generate dangerous images just as easily as dangerous text.

🚀 What's Next?

The authors aren't trying to teach people how to build bombs; they are sounding an alarm. They are saying: "We need to redesign how we build AI safety."

Instead of relying on a few tiny switches, we need to spread safety out across the whole brain, like having guards at every door, not just one. If we do that, hackers won't be able to break the system by cutting a single wire.

In short: The paper found that AI safety is currently held together by a tiny, fragile thread. If you pull that thread, the whole safety net falls apart.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →