SGX-Timing: Cache Attacks on Intel SGX
Cache Attacks on Intel SGX
Abstract
For the first time, we practically demonstrate that Intel SGX enclaves are vulnerable against cache-timing attacks. As a case study, we present an access-driven cache-timing attack on AES when running inside an Intel SGX enclave. Using Neve and Seifert’s elimination method, as well as a cache probing mechanism relying on Intel PMC, we are able to extract the AES secret key in less than 10 seconds by investigating 480 encrypted blocks on average. The AES implementation we attack is based on a Gladman AES implementation taken from an older version of OpenSSL, which is known to be vulnerable to cache-timing attacks. In contrast to previous works on cache-timing attacks, our attack is executed with root privileges running on the same host as the vulnerable enclave. Intel SGX, however, was designed to precisely protect applications against such root-level attacks. As a consequence, we show that SGX cannot withstand its designated attacker model when it comes to side-channel vulnerabilities. To the contrary, the attack surface for side-channels increases dramatically in the scenario of SGX due to the power of root-level attackers, for example, by exploiting the accuracy of PMC, which is restricted to kernel code.
Paper: Cache Attacks on Intel SGX (by Johannes Götzfried, Moritz Eckert, Sebastian Schinzel, and Tilo Müller)
Slides: SGX-Timing Slides (presented at EuroSec’17, Belgrade, Serbia)
Get the Code
Implementation (by Moritz Eckert):
SGX-Timing at GitHub