Skip to main content

Questions tagged [speculative-execution]

1 vote
0 answers
246 views

I got the results of an internal pentest at my company and the job to fix it. The paper they gave me looked like the output i got from microsofts speculativecontrol powershell script from https://...
mbrain's user avatar
  • 74
2 votes
2 answers
3k views

Are the most modern CPUs still susceptible to attacks like Spectre and Meltdown? Is it worth enabling the fixes in kernel (which hit performance) ? Lets say high end laptop CPU such as the AMD Ryzen 7 ...
Martin Vegter's user avatar
1 vote
0 answers
190 views

I recently read that in the never ending series of speculative-execution flaws, unintended data written to extended registers ends up making secrets readable across privilege boundaries on AMD Zen 2 ...
anx's user avatar
  • 400
2 votes
2 answers
307 views

If you have looked into this demo of Spectre in JavaScript: Did I get it right that only current site memory can be accessed, due to site isolation etc? I saw there is also an addon to detect attackts ...
dev's user avatar
  • 1,007
0 votes
1 answer
287 views

Apparently, there's a new speculative execution exploit in town on Intel CPUs: SWAPGS. It takes research on Meltdown and Spectre to the next level and targets the root of the CPU. This is not the ...
Mast's user avatar
  • 445
3 votes
2 answers
319 views

I see on different websites different information about the Spoiler Attack. Some websites say all Intel CPUs are vulnerable and other websites say only Intel Core CPUs are vulnerable. Are Intel Xeon ...
user201255's user avatar
0 votes
1 answer
280 views

Do we know if there are speculative execution attacks that affect ARMv7 CPUs at this time? Are there any theoretical risks that need further investigation?
user avatar