Quotes of the week
Quotes of the week
Posted Jun 14, 2012 16:23 UTC (Thu) by PaXTeam (guest, #24616)In reply to: Quotes of the week by nevets
Parent article: Quotes of the week
i think for most people (esp. kernel devs) modify = patch, and not 'reconfigure'. but for all i care, i got the point across :).
> but I was thinking that userspace had the added protection of segments to protect against accessing the kernel.
even if the default segments were set up this way, there's modify_ldt and TLS to get around them.
> Are you saying that since Linux uses a flat segment space that the bugs happen for both i386 and x86_64?
yes (if 'happen' = 'are exploitable'). UDEREF on i386 uses segmentation to prevent exactly this class of bugs from becoming exploitable beyond DoS.
