3.5.1 Kernexec and Uderef
Posted: Wed Aug 15, 2012 2:57 pm
* grsecurity / PaX: Custom GRKERNSEC
Non-executable kernel pages: Disabled
Prevent userspace pointer deref: Disabled
Prevent kobject refcount overflow: Enabled
Bounds check heap object copies: Enabled
Disable writing to kmem/mem/port: Enabled
Disable privileged I/O: Disabled
Harden module auto-loading: Enabled
Hide kernel symbols: Enabled
I'm on Ubuntu 12.04 and I believe I did enable both of those.
Checksec confirms I'm using PaX ASLR and other features are enabled. But those two don't seem to be despite my configuration enabling them.
edit: I'm assumign it's uderef actually - I don't see that in my PaX configuration at all. Maybe it's referring to refcount.