Security-improving technologies which could be deployed now
Posted Oct 21, 2004 16:34 UTC (Thu) by
job (guest, #670)
In reply to:
Security-improving technologies which could be deployed now by alex
Parent article:
Security-improving technologies which could be deployed now
I believe it is the fact that it does not prevent buffer overflow
exploits. There was a big discussion a couple of years ago when someone
wanted a non-executable stack in Linux. It wasn't settled until Linus
showed how to modify exploits so they worked without actually executing
anything off the stack. (Hint: There are lots of things that can be
interesting to change without actually being executed, such as return
addresses.)
When Linux has a non-exec stack by default (or when everyone are on
x86-64), all the exploits will use those techniques instead. It's harder
to write, but most exploits aren't easy to write in the first place.
Either it needs to be completely safe, such as using range checking
compilers (taking the performance penalty) or we shouldn't have it at all
by default. Obscurity buys nothing.
(
Log in to post comments)