Is pre-linking worth it?
Is pre-linking worth it?
Posted Jul 15, 2009 21:53 UTC (Wed) by jake (editor, #205)In reply to: Is pre-linking worth it? by nix
Parent article: Is pre-linking worth it?
> On 64-bit boxes, of course, there are pretty much no security implications
> of prelinking: even if ASLR *is* statically determined when prelink is
> active, the address space is large enough that an attacker has little
> chance of success anyway.
> of prelinking: even if ASLR *is* statically determined when prelink is
> active, the address space is large enough that an attacker has little
> chance of success anyway.
Hmm, the security problems with pre-linking don't center around brute-forcing library addresses, I don't think. Instead, if an attacker can run a program and see where libc (for example) ends up in their memory map, they can be pretty sure it will be in the same place for other targets of interest. For up to two weeks.
jake
