|
|
|
|
|
by Sephr
3256 days ago
|
|
ASLR has been thoroughly broken through cache and memory subsystem timing attacks. It seems reasonable to leave breaking ASLR as an exercise for the reader in order to focus more on the core vulnerabilities being discussed. > It is worth noting that for the sake of this exploit I assumed the attacker has knowledge of the memory layout of the executed program(3) This is not the same as saying "this cannot be exploited with ASLR". |
|
If you can not arbitrarily compute on the target machine ASLR is still completely useful. This is the case for tons of vulnerabilities, like basically anything that isn't a web browser with JS execution privileges.