Search papers, labs, and topics across Lattice.
NeuronFuzz introduces a novel white-box fuzzing framework that utilizes internal safety neurons to enhance the safety evaluation of Large Language Models (LLMs) against jailbreak attacks. By converting safety-neuron activations into a continuous safety alarm score, the method eliminates the need for costly response generation during fuzzing, allowing for more efficient and effective safety assessments. The framework demonstrates significant improvements in jailbreak discovery rates, achieving up to 100% success across various models and outperforming existing methods by up to 48 percentage points.
Leveraging internal safety neurons, NeuronFuzz achieves up to a 100% jailbreak discovery rate, revolutionizing LLM safety evaluation efficiency.
Safety evaluation is critical for assessing whether aligned Large Language Models (LLMs) remain robust against jailbreak attacks. Existing automated testing methods, however, largely rely on response-level feedback: each candidate prompt typically requires generating a target-model response to evaluate its attack effectiveness. This process is expensive and, more importantly, provides only sparse guidance on strongly aligned models, where most candidates are rejected with the same failure outcome. This paper presents NeuronFuzz, a white-box fuzzing framework that exploits internal safety neurons as continuous execution feedback for LLM safety evaluation. A SafetyOracle converts safety-neuron activations into a continuous safety alarm score that serves as feedback for fuzzing and can be obtained during prefill, eliminating response generation from the fuzzing loop. To construct the SafetyOracle, NeuronFuzz uses template-invariant harmful and benign inputs and stability-aware selection to identify a compact set of safety neurons whose activations capture harmful-intent recognition. Moreover, since the safety alarm score is differentiable, NeuronFuzz uses its gradients to identify safety-sensitive template positions and a masked language model to generate fluent, context-compatible mutations while preserving original harmful payload and avoiding additional optimization variables. We evaluate NeuronFuzz across 21 text and multimodal models. Across five white-box source models, it achieves a 76-100% jailbreak discovery rate, outperforming baselines by up to 48 percentage points. Its optimized templates further transfer zero-shot to open-weight and six proprietary target models, achieving average ASR and top-5 ensemble ASR (EASR) of 69.6%/92.6% and 44.1%/60.0%, respectively.