Abstract / Description of output
Kernel information leak vulnerabilities are a major security threat to production systems. Attackers can exploit them to leak confidential information such as cryptographic keysor kernel pointers. Despite efforts by kernel developers and researchers, existing defenses for kernels such as Linux are limited in scope or incur a prohibitive performance overhead. In this paper, we present kMVX, a comprehensive defense against information leak vulnerabilities in the kernel by running multiple diversified kernel variants simultaneously on the same machine. By constructing these variants in a careful manner, we can ensure they only show divergences when an attacker tries to exploit bugs present in the kernel. By detecting these divergences we can prevent kernel information leaks. Our kMVX design is inspired by multi-variant execution (MVX). Traditional MVX designs cannot be applied to kernels because of their assumptions on the run-time environment. kMVX, on the other hand, can be applied even to commodity kernels. We show our Linux-based prototype provides powerful protection against information leaks at acceptable performance overhead (20–50% in the worst case for popular server applications).
Original language | English |
---|---|
Title of host publication | Proceedings of the Twenty-Fourth International Conference on Architectural Support for Programming Languages and Operating Systems |
Place of Publication | New York, NY, USA |
Publisher | Association for Computing Machinery (ACM) |
Pages | 559-572 |
Number of pages | 14 |
ISBN (Print) | 978-1-4503-6240-5 |
DOIs | |
Publication status | Published - 4 Apr 2019 |
Event | 24th ACM International Conference on Architectural Support for Programming Languages and Operating Systems - Providence, United States Duration: 13 Apr 2019 → 17 Apr 2019 https://asplos-conference.org/2019/index.html |
Conference
Conference | 24th ACM International Conference on Architectural Support for Programming Languages and Operating Systems |
---|---|
Abbreviated title | ASPLOS 2019 |
Country/Territory | United States |
City | Providence |
Period | 13/04/19 → 17/04/19 |
Internet address |
Keywords / Materials (for Non-textual outputs)
- Security and privacy
- Operating systems security
- Software and its engineering
- Operating systems
- security
- information leaks
- multi-variant exection