diff --git a/security/hardware_security/README.md b/security/hardware_security/README.md index 1f7752a..c01452e 100644 --- a/security/hardware_security/README.md +++ b/security/hardware_security/README.md @@ -1 +1,10 @@ -Hardware Security/Vulnerabilities related Researches/Papers +## Hardware Security + +* [Meltdown (2018)](https://meltdownattack.com/meltdown.pdf) +* [Spectre Attacks: Exploiting Speculative Execution (2018)](https://spectreattack.com/spectre.pdf) +* [DRAM Row Hammer (2014)](https://people.inf.ethz.ch/omutlu/pub/dram-row-hammer_isca14.pdf) + - Flipping Bits in Memory Without Accessing Them: An Experimental Study of DRAM Disturbance Errors + +* :scroll: [SoK: Eternal War in Memory (2013)](sok-eternal-war-in-memory.pdf) + - Classifies memory attacks into a taxonomy that is usable by both black- and white-hats. + - An excellent primer on the different memory-related vulnerabilities that exist, (more importantly) why they exist, and the ways in which various defences act to counter them.