English

PrisonBreak: Jailbreaking Large Language Models with at Most Twenty-Five Targeted Bit-flips

Cryptography and Security 2025-10-06 v3 Computation and Language Machine Learning

Abstract

We study a new vulnerability in commercial-scale safety-aligned large language models (LLMs): their refusal to generate harmful responses can be broken by flipping only a few bits in model parameters. Our attack jailbreaks billion-parameter language models with just 5 to 25 bit-flips, requiring up to 40×\times fewer bit flips than prior attacks on much smaller computer vision models. Unlike prompt-based jailbreaks, our method directly uncensors models in memory at runtime, enabling harmful outputs without requiring input-level modifications. Our key innovation is an efficient bit-selection algorithm that identifies critical bits for language model jailbreaks up to 20×\times faster than prior methods. We evaluate our attack on 10 open-source LLMs, achieving high attack success rates (ASRs) of 80-98% with minimal impact on model utility. We further demonstrate an end-to-end exploit via Rowhammer-based fault injection, reliably jailbreaking 5 models (69-91% ASR) on a GDDR6 GPU. Our analyses reveal that: (1) models with weaker post-training alignment require fewer bit-flips to jailbreak; (2) certain model components, e.g., value projection layers, are substantially more vulnerable; and (3) the attack is mechanistically different from existing jailbreak methods. We evaluate potential countermeasures and find that our attack remains effective against defenses at various stages of the LLM pipeline.

Keywords

Cite

@article{arxiv.2412.07192,
  title  = {PrisonBreak: Jailbreaking Large Language Models with at Most Twenty-Five Targeted Bit-flips},
  author = {Zachary Coalson and Jeonghyun Woo and Chris S. Lin and Joyce Qu and Yu Sun and Shiyang Chen and Lishan Yang and Gururaj Saileshwar and Prashant Nair and Bo Fang and Sanghyun Hong},
  journal= {arXiv preprint arXiv:2412.07192},
  year   = {2025}
}

Comments

Pre-print

R2 v1 2026-06-28T20:28:58.946Z