SGX-LKL runs unmodified Linux binaries in SGX enclaves behind a minimal 7-call (8 on SGX v1) host interface with encrypted and shuffled disk I/O.
DR.SGX: Hardening SGX Enclaves against Cache Attacks with Data Location Randomization
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Recent research has demonstrated that Intel's SGX is vulnerable to software-based side-channel attacks. In a common attack, the adversary monitors CPU caches to infer secret-dependent data accesses patterns. Known defenses have major limitations, as they require either error-prone developer assistance, incur extremely high runtime overhead, or prevent only specific attacks. In this paper, we propose data location randomization as a novel defense against side-channel attacks that target data access patterns. Our goal is to break the link between the memory observations by the adversary and the actual data accesses by the victim. We design and implement a compiler-based tool called DR.SGX that instruments the enclave code, permuting data locations at fine granularity. To prevent correlation of repeated memory accesses we periodically re-randomize all enclave data. Our solution requires no developer assistance and strikes the balance between side-channel protection and performance based on an adjustable security parameter.
citation-role summary
citation-polarity summary
fields
cs.OS 1years
2019 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
SGX-LKL: Securing the Host OS Interface for Trusted Execution
SGX-LKL runs unmodified Linux binaries in SGX enclaves behind a minimal 7-call (8 on SGX v1) host interface with encrypted and shuffled disk I/O.