TL;DR
Cerberus introduces a formal, verified approach to secure and efficient enclave memory sharing, enabling shared, immutable enclave memory with maintained security guarantees, demonstrated through implementation on RISC-V Keystone.
Contribution
It provides a formal model and verification for enclave memory sharing, extending an existing platform to support secure, shareable enclave memory with formal security proofs.
Findings
Formal verification of secure enclave memory sharing
Implementation of Cerberus on RISC-V Keystone
Proof of the Secure Remote Execution property
Abstract
Hardware enclaves rely on a disjoint memory model, which maps each physical address to an enclave to achieve strong memory isolation. However, this severely limits the performance and programmability of enclave programs. While some prior work proposes enclave memory sharing, it does not provide a formal model or verification of their designs. This paper presents Cerberus, a formal approach to secure and efficient enclave memory sharing. To reduce the burden of formal verification, we compare different sharing models and choose a simple yet powerful sharing model. Based on the sharing model, Cerberus extends an enclave platform such that enclave memory can be made immutable and shareable across multiple enclaves via additional operations. We use incremental verification starting with an existing formal model called the Trusted Abstract Platform (TAP). Using our extended TAP model, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
