Linux Security Summit 2013/Abstracts/Cook
Revision as of 05:45, 2 August 2013 by JamesMorris (talk | contribs) (New page: == Title == Linux Kernel ASLR == Presenter == Kees Cook, Google == Abstract == Address Space Layout Randomization has been successfully used as a statistical defense against vulnerabi...)
Title
Linux Kernel ASLR
Presenter
Kees Cook, Google
Abstract
Address Space Layout Randomization has been successfully used as a statistical defense against vulnerability exploitation in userspace for some time now. Applying it to the kernel has benefits as well, though they are somewhat more limited in scope.
This talk will explore the benefits, down-sides, and scenarios for successful application. Implementation details and a demonstration will be shown, along with a discussion of the what kASLR means for information leaks.