FedMUA: Exploring the Vulnerabilities of Federated Learning to Malicious Unlearning Attacks
Jian Chen, Zehui Lin, Wanyu Lin, Wenlong Shi, Xiaoyan Yin, Di Wang
TL;DR
FedMUA identifies a previously overlooked security risk in federated unlearning by showing that an adversarial client can steer the unlearning process to bias a target's prediction while preserving others. The approach combines Influential Sample Identification with Malicious Unlearning Generation to craft constrained feature perturbations that push the attack toward the target data, requiring only black-box access. A lightweight gradient-based defense is proposed to detect and attenuate such malicious unlearning requests, mitigating their impact. Extensive experiments across five datasets and multiple FU methods demonstrate high attack effectiveness and show how defense and data conditions influence the risk, highlighting the need for robust unlearning protocols in FL systems.
Abstract
Recently, the practical needs of ``the right to be forgotten'' in federated learning gave birth to a paradigm known as federated unlearning, which enables the server to forget personal data upon the client's removal request. Existing studies on federated unlearning have primarily focused on efficiently eliminating the influence of requested data from the client's model without retraining from scratch, however, they have rarely doubted the reliability of the global model posed by the discrepancy between its prediction performance before and after unlearning. To bridge this gap, we take the first step by introducing a novel malicious unlearning attack dubbed FedMUA, aiming to unveil potential vulnerabilities emerging from federated learning during the unlearning process. The crux of FedMUA is to mislead the global model into unlearning more information associated with the influential samples for the target sample than anticipated, thus inducing adverse effects on target samples from other clients. To achieve this, we design a novel two-step method, known as Influential Sample Identification and Malicious Unlearning Generation, to identify and subsequently generate malicious feature unlearning requests within the influential samples. By doing so, we can significantly alter the predictions pertaining to the target sample by initiating the malicious feature unlearning requests, leading to the deliberate manipulation for the user adversely. Additionally, we design a new defense mechanism that is highly resilient against malicious unlearning attacks. Extensive experiments on three realistic datasets reveal that FedMUA effectively induces misclassification on target samples and can achieve an 80% attack success rate by triggering only 0.3% malicious unlearning requests.
