MProtect: Operating System Memory Management without Access

Caihua Li, Seung-seob Lee, Min Hong Yun, and Lin Zhong

Under review
Full Paper

Abstract

Modern operating systems (OSes) have unfettered access to application data, assuming that applications trust them. This assumption, however, is problematic under many scenarios where either the OS provider is not trustworthy or the OS can be compromised due to its large attack surface. Our investigation began with the hypothesis that unfettered access to memory is not fundamentally necessary for the OS to perform its own job, including managing the memory. The result is a system called Blindfold that leverages a small piece of software running at a higher privilege level than the OS. Blindfold protects the entire user space of a process, requires only a small modification to the OS, and supports major architectures such as ARM, x86 and RISC-V. Unlike prior works that resorted to nested virtualization, which is often undesirable in mobile and embedded systems, Blindfold mediates how the OS accesses the memory and handles exceptions. We report an implementation of Blindfold called Hongsen with ARMv8/Linux and evaluate its performance with both macro and microbenchmarks. We show Hongsen has a runtime TCB 2~3 times smaller than related systems and enjoys competitive performance while supporting legitimate OS access to the user space.

A high-level comparison of MProtect's approach of mediation versus that of indirection used in prior work. Refer to the paper for more details.

*MProtect: Mediating the OS for data Protection