paper-with-me

Papers

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, particularly the last level cache, to infer patterns in data access and execution flows, often bypassing traditional security defenses. Such attacks are especially dangerous as they can be executed remotely without requiring physical access to the victim's device. This study focuses on a specific class of these threats: fingerprinting attacks, where an adversary monitors and analyzes the behavior of co-located processes via cache side channels. This can potentially reveal confidential information, such as encryption keys or user activity patterns. A comprehensive threat model illustrates how attackers sharing computational resources with target systems exploit these side channels to compromise sensitive data. To mitigate such risks, a hybrid deep learning model is proposed for detecting cache side channel attacks. Its performance is compared with five widely used deep learning models: Multi-Layer Perceptron, Convolutional Neural Network, Simple Recurrent Neural Network, Long Short-Term Memory, and Gated Recurrent Unit. The experimental results demonstrate that the hybrid model achieves a detection rate of up to 99.96%. These findings highlight the limitations of existing models, the need for enhanced defensive mechanisms, and directions for future research to secure sensitive data against evolving side channel threats.

📄 PDF Abstract BibTeX arXiv:2501.17123

Code (0)

등록된 구현이 없습니다.

Similar 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 외

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 …

Transfer Learning

Robust Website Fingerprinting Through the Cache Occupancy Channel

2018-11-17 · Anatoly Shusterman, Lachlan Kang, Yarden Haskal, Yosef Meltser 외

Website fingerprinting attacks, which use statistical analysis on network traffic to compromise user privacy, have been shown to be effective even if the traffic is sent over anonymity-preserving networks such as Tor. Th…

Website Fingerprinting Attacks

Spill The Beans: Exploiting CPU Cache Side-Channels to Leak Tokens from Large Language Models

2025-05-01 · Andrew Adiletta, Berk Sunar

Side-channel attacks on shared hardware resources increasingly threaten confidentiality, especially with the rise of Large Language Models (LLMs). In this work, we introduce Spill The Beans, a novel application of cache …

CPU

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

Cache Telepathy: Leveraging Shared Resource Attacks to Learn DNN Architectures

2018-08-14 · Mengjia Yan, Christopher Fletcher, Josep Torrellas

Deep Neural Networks (DNNs) are fast becoming ubiquitous for their ability to attain good accuracy in various machine learning tasks. A DNN's architecture (i.e., its hyper-parameters) broadly determines the DNN's accurac…