Hacker News new | ask | show | jobs
by lc5G 1278 days ago
Could you give some examples of hardware bugs that CPU vendors are not going to fix and would break this security model?
1 comments

Spectre is not going to be fixed for code within the same address space and allows to read all process memory from untrusted code. Google in V8 tried to protect against that, but they mostly gave up as there were way too many ways to affect the cache.