CRMay 20, 2017

Leaky Cauldron on the Dark Land: Understanding Memory Side-Channel Hazards in SGX

arXiv:1705.07289v2403 citations
Originality Highly original
AI Analysis

This work addresses critical security vulnerabilities in SGX for developers and researchers, revealing gaps in current defenses and redefining the threat model for secure enclaves.

The paper systematically analyzes memory side-channel threats in Intel SGX, identifying 8 potential attack vectors and demonstrating that high frequent AEXs can be avoided when recovering an EdDSA secret key through a new page channel, with fine-grained monitoring at 64B achieved via combined cache and DRAM channels.

Side-channel risks of Intel's SGX have recently attracted great attention. Under the spotlight is the newly discovered page-fault attack, in which an OS-level adversary induces page faults to observe the page-level access patterns of a protected process running in an SGX enclave. With almost all proposed defense focusing on this attack, little is known about whether such efforts indeed raise the bar for the adversary, whether a simple variation of the attack renders all protection ineffective, not to mention an in-depth understanding of other attack surfaces in the SGX system. In the paper, we report the first step toward systematic analyses of side-channel threats that SGX faces, focusing on the risks associated with its memory management. Our research identifies 8 potential attack vectors, ranging from TLB to DRAM modules. More importantly, we highlight the common misunderstandings about SGX memory side channels, demonstrating that high frequent AEXs can be avoided when recovering EdDSA secret key through a new page channel and fine-grained monitoring of enclave programs (at the level of 64B) can be done through combining both cache and cross-enclave DRAM channels. Our findings reveal the gap between the ongoing security research on SGX and its side-channel weaknesses, redefine the side-channel threat model for secure enclaves, and can provoke a discussion on when to use such a system and how to use it securely.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes