paper-with-me

홈 › Papers

Security Analysis of Deep Neural Networks Operating in the Presence of Cache Side-Channel Attacks

2018-10-08 · ICLR 2019 5 · Sanghyun Hong, Michael Davinroy, Yiǧitcan Kaya, Stuart Nevans Locke, Ian Rackow, Kevin Kulda, Dana Dachman-Soled, Tudor Dumitraş

Recent work has introduced attacks that extract the architecture information of deep neural networks (DNN), as this knowledge enhances an adversary's capability to conduct black-box attacks against the model. This paper presents the first in-depth security analysis of DNN fingerprinting attacks that exploit cache side-channels. First, we define the threat model for these attacks: our adversary does not need the ability to query the victim model; instead, she runs a co-located process on the host machine victim's deep learning (DL) system is running and passively monitors the accesses of the target functions in the shared framework. Second, we introduce DeepRecon, an attack that reconstructs the architecture of the victim network by using the internal information extracted via Flush+Reload, a cache side-channel technique. Once the attacker observes function invocations that map directly to architecture attributes of the victim network, the attacker can reconstruct the victim's entire network architecture. In our evaluation, we demonstrate that an attacker can accurately reconstruct two complex networks (VGG19 and ResNet50) having observed only one forward propagation. Based on the extracted architecture attributes, we also demonstrate that an attacker can build a meta-model that accurately fingerprints the architecture and family of the pre-trained model in a transfer learning setting. From this meta-model, we evaluate the importance of the observed attributes in the fingerprinting process. Third, we propose and evaluate new framework-level defense techniques that obfuscate our attacker's observations. Our empirical security analysis represents a step toward understanding the DNNs' vulnerability to cache side-channel attacks.

📄 PDF Abstract BibTeX arXiv:1810.03487

Code (1)

Sanghyun-Hong/DeepRecon 공식 구현 tf

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Dependability Analysis of Data Storage Systems in Presence of Soft Errors

2021-12-23 · Mostafa Kishani, Mehdi Tahoori, Hossein Asadi

In recent years, high availability and reliability of Data Storage Systems (DSS) have been significantly threatened by soft errors occurring in storage controllers. Due to their specific functionality and hardware-softwa…

TAG

From Similarity to Vulnerability: Key Collision Attack on LLM Semantic Caching

2026-01-30 · Zhixiang Zhang, Zesen Liu, Yuchong Xie, Quanfeng Huang 외 arxiv

Semantic caching has emerged as a pivotal technique for scaling LLM applications, widely adopted by major providers including AWS and Microsoft. By utilizing semantic embedding vectors as cache keys, this mechanism effec…

Can Transformer Memory Be Corrupted? Investigating Cache-Side Vulnerabilities in Large Language Models

2025-10-20 · Elias Hossain, Swayamjit Saha, Somshubhra Roy, Ravi Prasad arxiv

Even when prompts and parameters are secured, transformer language models remain vulnerable because their key-value (KV) cache during inference constitutes an overlooked attack surface. This paper introduces Malicious To…

Hybrid Deep Learning Model for Multiple Cache Side Channel Attacks Detection: A Comparative Analysis

2025-01-28 · Tejal Joshi, Aarya Kawalay, Anvi Jamkhande, Amit Joshi

Cache side channel attacks are a sophisticated and persistent threat that exploit vulnerabilities in modern processors to extract sensitive information. These attacks leverage weaknesses in shared computational resources…

Attacking Slicing Network via Side-channel Reinforcement Learning Attack

2024-09-17 · Wei Shao, Chandra Thapa, Rayne Holland, Sarah Ali Siddiqui 외

Network slicing in 5G and the future 6G networks will enable the creation of multiple virtualized networks on a shared physical infrastructure. This innovative approach enables the provision of tailored networks to accom…

reinforcement-learningReinforcement Learning