Ask HN: Why are Intel processors more vulnerable than AMD?

2 points by altaaf_baatli ↗ HN
Is AMD better at security than Intel?([1]), ([2]). Why are there less security vulnerabilities in AMD?

[1]: https://techcrunch.com/2020/03/10/new-flaw-in-intel-chips-lets-attackers-slip-their-own-data-into-secure-enclave/

[2]: https://googleprojectzero.blogspot.com/2018/01/reading-privileged-memory-with-side.html

2 comments

[ 0.21 ms ] story [ 7.3 ms ] thread
Intel checks permissions after performing a memory access (which allows the side effects of that access to be visible) but AMD checks before.

Also AMD doesn't have SGX so they can't have SGX vulnerabilities.