Understand
The security of computer systems fundamentally relies on memory isolation, e.g., kernel address ranges are marked as non-accessible and are protected from user access.
- In this paper, we present Meltdown.
- Meltdown exploits side effects of out-of-order execution on modern processors to read arbitrary kernel-memory locations including personal data and passwords.
- Out-of-order execution is an indispensable performance feature and present in a wide range of modern processors.
Reading the bibliography…