0

I researched CPU vulnerabilities in the past, such as Specter and Meltdown.

I read that one of those attacks is made easier if the code is a certain way. I cannot remember if it was related to being efficiently written, securely written, or some other reason. However, now I need this quote I cannot find it anywhere.

What factors in the code make Spectre and/or Meltdown easier to perform the attack?

3
  • There's no short answer to this question. Coding aspects will affect the way that these hardware vulnerabilities are exploited. But that doesn't mean that security enhancements in the code make it easier or more difficult implicitly.
    – Pedro
    Commented Jun 26, 2020 at 14:59
  • I suggest you consult the original research paper. It may have something to do with branch prediction. Commented Jun 26, 2020 at 15:18
  • I think branch prediction is easier the better wrote the code or something? Commented Jun 26, 2020 at 15:31

0

You must log in to answer this question.