2 comments

[ 2.9 ms ] story [ 16.5 ms ] thread
[PDF]: https://arxiv.org/pdf/2206.04507.pdf

"...In this paper we focus on the RISC-V cores where speculation is enabled and, as we show, where Spectre attacks are as effective as on x86. Even though RISC-V hardware mitigations were proposed in the past, they have not yet passed the prototype phase. Instead, we propose low-overhead software mitigations for Spectre-BTI, inspired from those used on the x86 architecture, and for Spectre-RSB, to our knowledge the first such mitigation to be proposed. We show that these mitigations work in practice and that they can be integrated in the LLVM toolchain. For transparency and reproducibility, all our programs and data are made publicly available online...."

For those who are wondering why the heck would a microarhitectural exploit would "work" on a ISA level as the title suggested:

No, it doesn't. This paper talks only about textbook RISC-V BOOM cores. Interesting work, but clickbait title.