KAISER: hiding the kernel from user space
KAISER: hiding the kernel from user space
Posted Nov 18, 2017 0:09 UTC (Sat) by anton (subscriber, #25547)In reply to: KAISER: hiding the kernel from user space by valarauca
Parent article: KAISER: hiding the kernel from user space
I read some performance caveats about vmaskmovps (AVX, not sure if there is an SSE equivalent) that make me think that this instruction can be used for such purposes, too.
Concerning the article, hyperbole is the standard in security news, but "a hardened kernel is no longer optional" seems to be a little extreme even so. I very much hope that stuff like this will be optional.
A possibly less costly way to mitigate attacks that try to defeat KASLR might be to map additional inaccessible address space that would respond to the attacks just like real kernel memory.
