|
|
|
|
|
by gamozolabs
2361 days ago
|
|
I'll eat my hat for this, but effectively the mitigation to this is clearing all caches and internal buffers in the CPU on each context switch. I'm sure we'll see more types of leaks, but unless they're actively fetching invalid data [1], there isn't much sensitive data to leak anymore. I don't think there is much during speculation that can load _new_ data during that window. [1]: So far almost every CPU bug has leaked something in an internal cache. |
|