CacheOut: Leaking Data on Intel CPUs via Cache Evictions
cacheoutattack.com
CacheOut: Leaking Data on Intel CPUs via Cache Evictions
1–10 of 137 posts
Re: CacheOut: Leaking Data on Intel CPUs via Cache Evictions
#2Re: CacheOut: Leaking Data on Intel CPUs via Cache Evictions
#3Re: CacheOut: Leaking Data on Intel CPUs via Cache Evictions
#4Did AMD design their processors with these side channel attacks in mind, or is it a matter of where the security research is focused?
It seems to be down to the notoriously buggy TSX (hardware transactional memory) in Intel CPUs.
Re: CacheOut: Leaking Data on Intel CPUs via Cache Evictions
#5Did AMD design their processors with these side channel attacks in mind, or is it a matter of where the security research is focused?
Re: CacheOut: Leaking Data on Intel CPUs via Cache Evictions
#6Did AMD design their processors with these side channel attacks in mind, or is it a matter of where the security research is focused?
Re: CacheOut: Leaking Data on Intel CPUs via Cache Evictions
#7Re: CacheOut: Leaking Data on Intel CPUs via Cache Evictions
#8What is an operating system?
An operating system (OS) is system software responsible for managing your computer hardware by abstracting it through a common interface, which can be used by the software running on top of it. Furthermore, the operating system decides how this hardware is shared by your software, and as such has access to all the data stored in your computer's memory. Thus, it is essential to isolate the operating system from the other programs running on the machine.
Re: CacheOut: Leaking Data on Intel CPUs via Cache Evictions
#9Did AMD design their processors with these side channel attacks in mind, or is it a matter of where the security research is focused?
(The one exception is also interesting. AMD processors allow speculative reads past the end of x86 segments and past BOUND instructions, which of course no-one uses these days. This suggests there may have been a deliberate decision to block them in the more important cases.)
Re: CacheOut: Leaking Data on Intel CPUs via Cache Evictions
#10Did AMD design their processors with these side channel attacks in mind, or is it a matter of where the security research is focused?