Exclusive page-frame ownership
Exclusive page-frame ownership
Posted Sep 15, 2016 3:58 UTC (Thu) by kees (subscriber, #27264)Parent article: Exclusive page-frame ownership
There's been a lot of confusion around the kernel/user memory segregation features, so a while back I attempted to clarify the CPU vs upstream kernel features needed for PXN/SMEP (block execution of user-space memory from kernel-space) and PAN/SMAP (block read/write of user-space memory from kernel-space), either in hardware or emulated, with some tables here:
PXN/SMEP: http://kernsec.org/wiki/index.php/Exploit_Methods/Userspa...
PAN/SMAP: http://kernsec.org/wiki/index.php/Exploit_Methods/Userspa...
If there are mistakes there, let me know and I'll fix 'em. :)
