Skip to content
/ kmvx Public

kMVX: Detecting Kernel Information Leaks with Multi-variant Execution

License

Notifications You must be signed in to change notification settings

vusec/kmvx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

kMVX: Detecting Kernel Information Leaks with Multi-variant Execution

This work will be presented at ASPLOS 19. We will publish the source code at the time of the conference. In the meantime, you can grab the paper titled kMVX: Detecting Kernel Information Leaks with Multi-variant Execution.

Abstract

Kernel information leak vulnerabilities are a major security threat to production systems. Attackers can exploit them to leak confidential information such as cryptographic keys or 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).

Source

At the moment, the source is available as a tarball.

About

kMVX: Detecting Kernel Information Leaks with Multi-variant Execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •