Processor Speculative Execution
There is a nasty hardware flaw out there that has been found, which involves just about every cpu in current use, it is essentially an issue with the mem cache on and how out of order processesing happens. which allow a predictive branch to happen where you can predict where something is going to be written. Then you read that location and essentially get a memory shim that sees everything.
This is known as meltdown and spectre. They are both pretty nasty, and some folks think that computing is going to be forever changed… mostly because the cpu architecture has just always been done this way
Links to resources
spectre track spectre whitepaper meltdown whitepaper reading-privileged-memory-with-side cyberus blog meltdown-and-spectre-every-modern-processor-has-unfixable-security-flaws