paper-with-me

Papers

SilentStriker:Toward Stealthy Bit-Flip Attacks on Large Language Models

2025-09-22 · Haotian Xu, Qingsong Peng, Jie Shi, Huadi Zheng, Yu Li, Cheng Zhuo arxiv

The rapid adoption of large language models (LLMs) in critical domains has spurred extensive research into their security issues. While input manipulation attacks (e.g., prompt injection) have been well studied, Bit-Flip Attacks (BFAs) -- which exploit hardware vulnerabilities to corrupt model parameters and cause severe performance degradation -- have received far less attention. Existing BFA methods suffer from key limitations: they fail to balance performance degradation and output naturalness, making them prone to discovery. In this paper, we introduce SilentStriker, the first stealthy bit-flip attack against LLMs that effectively degrades task performance while maintaining output naturalness. Our core contribution lies in addressing the challenge of designing effective loss functions for LLMs with variable output length and the vast output space. Unlike prior approaches that rely on output perplexity for attack loss formulation, which inevitably degrade output naturalness, we reformulate the attack objective by leveraging key output tokens as targets for suppression, enabling effective joint optimization of attack effectiveness and stealthiness. Additionally, we employ an iterative, progressive search strategy to maximize attack efficacy. Experiments show that SilentStriker significantly outperforms existing baselines, achieving successful attacks without compromising the naturalness of generated text.

📄 PDF Abstract BibTeX arXiv:2509.17371

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Robustness Against Stealthy Weight Bit-Flip Attacks by Output Code Matching

2022-01-01 · CVPR 2022 1 · Ozan Özdenizci, Robert Legenstein

Deep neural networks (DNNs) have been shown to be vulnerable against adversarial weight bit-flip attacks through hardware-induced fault-injection methods on the memory systems where network parameters are stored. Rec…

Quantization

TFL: Targeted Bit-Flip Attack on Large Language Model

2026-02-19 · Jingkai Guo, Chaitali Chakrabarti, Deliang Fan arxiv

Large language models (LLMs) are increasingly deployed in safety and security critical applications, raising concerns about their robustness to model parameter fault injection attacks. Recent studies have shown that bit-…

Decision-Level Hijacking: Injecting Cognitive Bias into Large Language Models via Bit-Flip Attacks

2026-07-28 · Yu Yan, Jiahao Chen, Siqi Lu, Yongjuan Wang 외 arxiv

Large Language Models (LLMs) have been widely applied in high-stakes decision-making scenarios such as corporate strategy, and users are increasingly relying on their outputs. However, the deep integration of open-source…

A Backdoor Approach with Inverted Labels Using Dirty Label-Flipping Attacks

2024-03-29 · Orson Mengara

Audio-based machine learning systems frequently use public or third-party data, which might be inaccurate. This exposes deep neural network (DNN) models trained on such data to potential data poisoning attacks. In this t…

Backdoor AttackData Poisoning

SBFA: Single Sneaky Bit Flip Attack to Break Large Language Models

2025-09-26 · Jingkai Guo, Chaitali Chakrabarti, Deliang Fan arxiv

Model integrity of Large language models (LLMs) has become a pressing security concern with their massive online deployment. Prior Bit-Flip Attacks (BFAs) -- a class of popular AI weight memory fault-injection techniques…