diff --git a/security/README.md b/security/README.md index f43fa0d..39c4a5d 100644 --- a/security/README.md +++ b/security/README.md @@ -9,3 +9,6 @@ * :scroll: [Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud (2014)](macaroons-cookies-with-contextual-caveats.pdf) * :scroll: [Insertion, Evasion, and Denial of Service: eluding network intrusion detection (1998)](ids-evasion-ptacek-newsham.pdf) +* :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. diff --git a/security/sok-eternal-war-in-memory.pdf b/security/sok-eternal-war-in-memory.pdf new file mode 100644 index 0000000..8c01260 Binary files /dev/null and b/security/sok-eternal-war-in-memory.pdf differ