English

Open-Weight LLM Fine-Tuning Defenses are Susceptible to Simple Attacks

Machine Learning 2026-05-27 v1 Cryptography and Security

Abstract

Recent defenses for safeguarding open-weight large language models (LLMs) are intended to prevent adversarial usage. Underlying these defenses is an assumption that new harmful behavior is learned through fine-tuning rather than elicited by jailbreaking the model. Yet, pretrained LLMs already encode substantial harmful knowledge across many domains, which raises an important question: can an adversary jailbreak safeguarded models, to achieve harmful usage without fine-tuning at all? In this paper, we show that open-weight safeguards are susceptible to simpler strategies that, despite being well known, have not been systematically evaluated against these safeguards. Specifically, we evaluate two low-cost attacks--abliteration and prefilling--that do not rely on gradient-based optimization. Across three harmfulness evaluation benchmarks (BeaverTails, HarmBench, and AdvBench), these attacks increase attack success rates against safeguarded open-weight models from below 10\% to a range of 16%-96%. To mitigate this vulnerability, we introduce abliteration-resistant tuning (ART), which incorporates an abliteration-based objective into training. ART can be layered onto existing defenses and reduces the success rates of abliteration, prefilling, and their combination by 10%-20%. These findings indicate that the attack surface for open-weight models is broader than previously characterized, and that evaluations of safeguarding defenses should incorporate a more diverse set of attack strategies beyond adversarial fine-tuning.

Keywords

Cite

@article{arxiv.2605.26526,
  title  = {Open-Weight LLM Fine-Tuning Defenses are Susceptible to Simple Attacks},
  author = {Kevin Kuo and Chhavi Yadav and Virginia Smith},
  journal= {arXiv preprint arXiv:2605.26526},
  year   = {2026}
}

Comments

main body: 9 pages, 3 figures