Y
Hacker News
new
|
ask
|
show
|
jobs
Temporal side-channels and you: Understanding TLBleed
(
redhat.com
)
59 points
by
swonderl
2914 days ago
3 comments
fyi1183
2913 days ago
Maybe the answer is "wait and see the full details when they become available", but is there an example of code that is hardened against cache side channel attacks but would be vulnerable against TLB side channel attacks?
link
willvarfar
2914 days ago
TLBleed is not just extracting which pages of memory are touched but also in which order. How do you harden e.g. scrypt against this?
link
thecompilr
2913 days ago
Symmetric MultiThreading (SMT) - that would be Simultaneous MultiThreading
link