paper-with-me

홈 › Papers

Bit-Flip Vulnerability of Shared KV-Cache Blocks in LLM Serving Systems

2026-04-19 · Yuji Yamamoto, Satoshi Matsuura arxiv

Rowhammer on GPU DRAM has enabled adversarial bit flips in model weights; shared KV-cache blocks in LLM serving systems present an analogous but previously unexamined target. In vLLM's Prefix Caching, these blocks exist as a single physical copy without integrity protection. Using software fault injection under ideal bit targeting, we characterize worst-case severity and identify three properties: (1) Silent divergence - 13 of 16 BF16 bit positions produce coherent but altered outputs, indistinguishable from legitimate responses without a clean baseline. (2) Selective propagation - only requests sharing the targeted prefix are affected. (3) Persistent accumulation - no temporal decay occurs, so cumulative damage grows linearly with subsequent requests. Together, these constitute a threat profile distinct from weight corruption: silent divergence and selective propagation enable detection evasion; persistent accumulation then proceeds unchecked, yielding damage amplification bounded only by how long the block remains cached. A checksum-based countermeasure detects any single-bit corruption at scheduling time, bounding cumulative damage to one batch independent of the block's cache lifetime, with negligible overhead. These results argue for integrity protection of prefix blocks before end-to-end exploitation is demonstrated.

📄 PDF Abstract BibTeX arXiv:2604.17249

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Joint Encoding of KV-Cache Blocks for Scalable LLM Serving

2026-01-06 · Joseph Kampeas, Emir Haleva arxiv

Modern large language models (LLMs) drive interactive AI systems but are bottlenecked by the memory-heavy growth of key-value (KV) caches, which limits real-time throughput under concurrent loads. Existing KV-cache compr…

Impactful Bit-Flip Search on Full-precision Models

2024-11-12 · Nadav Benedek, Matan Levy, Mahmood Sharif

Neural networks have shown remarkable performance in various tasks, yet they remain susceptible to subtle changes in their input or model parameters. One particularly impactful vulnerability arises through the Bit-Flip A…

Stop the Flip-Flop: Context-Preserving Verification for Fast Revocable Diffusion Decoding

2026-02-05 · Yanzheng Xiang, Lan Wei, Yizhen Yao, Qinglin Zhu 외 arxiv

Parallel diffusion decoding can accelerate diffusion language model inference by unmasking multiple tokens per step, but aggressive parallelism often harms quality. Revocable decoding mitigates this by rechecking earlier…

OmniMem: Scalable and Adaptive Memory Retrieval for Long Video Generation

2026-05-28 · Lin Zhao, Yushu Wu, Yifan Gong, Yanzhi Wang 외 arxiv

Autoregressive (AR) video generation extends videos by producing latent chunks sequentially, but scaling to long videos requires repeated access to a growing historical KV cache. Existing methods reduce this cost by trun…

Video Generation

ForkKV: Scaling Multi-LoRA Agent Serving via Copy-on-Write Disaggregated KV Cache

2026-04-07 · Shao Wang, Rui Ren, Lin Gui arxiv

The serving paradigm of large language models (LLMs) is rapidly shifting towards complex multi-agent workflows where specialized agents collaborate over massive shared contexts. While Low-Rank Adaptation (LoRA) enables t…