paper-with-me

Papers

Architectural Backdoors for Within-Batch Data Stealing and Model Inference Manipulation

2025-05-23 · Nicolas Küchler, Ivan Petrov, Conrad Grobler, Ilia Shumailov

For nearly a decade the academic community has investigated backdoors in neural networks, primarily focusing on classification tasks where adversaries manipulate the model prediction. While demonstrably malicious, the immediate real-world impact of such prediction-altering attacks has remained unclear. In this paper we introduce a novel and significantly more potent class of backdoors that builds upon recent advancements in architectural backdoors. We demonstrate how these backdoors can be specifically engineered to exploit batched inference, a common technique for hardware utilization, enabling large-scale user data manipulation and theft. By targeting the batching process, these architectural backdoors facilitate information leakage between concurrent user requests and allow attackers to fully control model responses directed at other users within the same batch. In other words, an attacker who can change the model architecture can set and steal model inputs and outputs of other users within the same batch. We show that such attacks are not only feasible but also alarmingly effective, can be readily injected into prevalent model architectures, and represent a truly malicious threat to user privacy and system integrity. Critically, to counteract this new class of vulnerabilities, we propose a deterministic mitigation strategy that provides formal guarantees against this new attack vector, unlike prior work that relied on Large Language Models to find the backdoors. Our mitigation strategy employs a novel Information Flow Control mechanism that analyzes the model graph and proves non-interference between different user inputs within the same batch. Using our mitigation strategy we perform a large scale analysis of models hosted through Hugging Face and find over 200 models that introduce (unintended) information leakage between batch entries due to the use of dynamic quantization.

📄 PDF Abstract BibTeX arXiv:2505.18323

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Architectural Neural Backdoors from First Principles

2024-02-10 · Harry Langford, Ilia Shumailov, Yiren Zhao, Robert Mullins 외

While previous research backdoored neural networks by changing their parameters, recent work uncovered a more insidious threat: backdoors embedded within the definition of the network's architecture. This involves inject…

Secret Stealing Attacks on Local LLM Fine-Tuning through Supply-Chain Model Code Backdoors

2026-04-30 · Zi Li, Tian Zhou, Wenze Li, Jingyu Hua 외 arxiv

Local fine-tuning datasets routinely contain sensitive secrets such as API keys, personal identifiers, and financial records. Although "local offline fine-tuning" is often viewed as a privacy boundary, we reveal that com…

SAB:A Stealing and Robust Backdoor Attack based on Steganographic Algorithm against Federated Learning

2024-08-25 · Weida Xu, Yang Xu, Sicong Zhang

Federated learning, an innovative network architecture designed to safeguard user privacy, is gaining widespread adoption in the realm of technology. However, given the existence of backdoor attacks in federated learning…

Backdoor Attackbackdoor defenseFederated Learning

Privacy Backdoors: Stealing Data with Corrupted Pretrained Models

2024-03-30 · Shanglun Feng, Florian Tramèr

Practitioners commonly download pretrained machine learning models from open repositories and finetune them to fit specific applications. We show that this practice introduces a new risk of privacy backdoors. By tamperin…

Architectural Backdoors in Neural Networks

2022-06-15 · CVPR 2023 1 · Mikel Bober-Irizar, Ilia Shumailov, Yiren Zhao, Robert Mullins 외

Machine learning is vulnerable to adversarial manipulation. Previous literature has demonstrated that at the training stage attackers can manipulate data and data sampling procedures to control model behaviour. A common …

Inductive Bias