Pay Attention to the Triggers: Constructing Backdoors That Survive Distillation
Giovanni De Muri, Mark Vero, Robin Staab, Martin Vechev
TL;DR
This work investigates security risks in knowledge distillation (KD) for LLMs by asking whether backdoors in teacher models can survive transfer to student models. It first shows that existing backdoor methods largely fail to transfer under KD due to triggers that rarely appear in distillation data, prompting a distillation-aware threat model. The authors then introduce T-MTB, a transferable multi-token backdoor that uses composite triggers built from tokens that appear individually in distillation data but rarely together, enabling signal transfer while maintaining stealth. Through extensive experiments across multiple model families and two attack scenarios (jailbreaking and content modulation), the study demonstrates that transferable backdoors can achieve substantial attack success on students (up to around 60%), especially when the attacker anticipates relevant distillation datasets or relies on domain overlap. The results underscore significant security risks in open LLM ecosystems and highlight the need for defenses that consider distillation-aware backdoor transfer dynamics.
Abstract
LLMs are often used by downstream users as teacher models for knowledge distillation, compressing their capabilities into memory-efficient models. However, as these teacher models may stem from untrusted parties, distillation can raise unexpected security risks. In this paper, we investigate the security implications of knowledge distillation from backdoored teacher models. First, we show that prior backdoors mostly do not transfer onto student models. Our key insight is that this is because existing LLM backdooring methods choose trigger tokens that rarely occur in usual contexts. We argue that this underestimates the security risks of knowledge distillation and introduce a new backdooring technique, T-MTB, that enables the construction and study of transferable backdoors. T-MTB carefully constructs a composite backdoor trigger, made up of several specific tokens that often occur individually in anticipated distillation datasets. As such, the poisoned teacher remains stealthy, while during distillation the individual presence of these tokens provides enough signal for the backdoor to transfer onto the student. Using T-MTB, we demonstrate and extensively study the security risks of transferable backdoors across two attack scenarios, jailbreaking and content modulation, and across four model families of LLMs.
