Skip to content
pwnsy
fundamentalsintermediate#security-canon#exploitation#cryptography#reading-list#foundational#reference

The Security Canon

The security papers, books, and writeups that have stood the test of time.

The Security Canon is a curated reading list of the papers, books, and writeups that have stood the test of time in security — the works worth reading before the tools, from foundational design principles through cryptography, exploitation, and the economics of insecurity. If you read only three to begin: Saltzer & Schroeder's design principles (1975), Thompson's Reflections on Trusting Trust (1984), and Anderson's Why Cryptosystems Fail (1993). Last reviewed June 2026.

New here? Pair the canon with where security is headed over the next decade and the certifications and courses actually worth your time.

Security Principles & Foundations

  • The Protection of Information in Computer Systems — Saltzer & Schroeder, Proc. IEEE (1975) — Defines the eight design principles (least privilege, fail-safe defaults, economy of mechanism, complete mediation, open design) that remain the bedrock of secure system design.#
  • Reflections on Trusting Trust — Ken Thompson, Turing Award Lecture / CACM (1984) — Demonstrates a self-replicating compiler backdoor invisible in source, proving you cannot fully trust code you did not write yourself, all the way down.#
  • Why Cryptosystems Fail — Ross Anderson, ACM CCS (1993) — Shows real-world security fails not from broken crypto but from implementation, procedure, and economics, founding the empirical study of security failure.#
  • The Economics of Information Security — Ross Anderson & Tyler Moore, Science (2006) — Reframes insecurity as a problem of misaligned incentives and externalities, launching the field of security economics.#
  • Users Are Not the Enemy — Adams & Sasse, CACM (1999) — The seminal usable-security paper showing that unworkable password policies cause the very insecurity they intend to prevent.#
  • Why Johnny Can't Encrypt: A Usability Evaluation of PGP 5.0 — Whitten & Tygar, USENIX Security (1999) — The first formal user study of a secure system, proving that security that ignores usability simply does not get used; USENIX Test of Time winner.#
  • Smashing The Stack For Fun And Profit — Aleph One, Phrack 49 (1996) — The article that taught the world stack-based buffer overflow exploitation; the canonical entry point to memory-corruption security.#

Cryptography

  • New Directions in Cryptography — Whitfield Diffie & Martin Hellman, IEEE Trans. Information Theory (1976) — Introduces public-key cryptography and the Diffie–Hellman key exchange, inventing the modern field of asymmetric crypto.#
  • A Method for Obtaining Digital Signatures and Public-Key Cryptosystems — Rivest, Shamir & Adleman, CACM (1978) — The RSA cryptosystem, the first practical public-key encryption and signature scheme and still ubiquitous.#
  • La cryptographie militaire — Auguste Kerckhoffs, Journal des sciences militaires (1883) — Origin of Kerckhoffs's principle: a system must be secure even when everything except the key is public knowledge.#
  • Communication Theory of Secrecy Systems — Claude Shannon, Bell System Technical Journal (1949) — Founds the mathematical theory of cryptography, defining perfect secrecy, confusion, and diffusion.#
  • Probabilistic Encryption — Goldwasser & Micali, J. Computer and System Sciences (1984) — Introduces semantic security and provable security, the rigorous definitions on which all modern cryptography is built.#
  • A Future-Adaptable Password Scheme (bcrypt) — Niels Provos & David Mazières, USENIX (1999) — Introduces bcrypt, the adaptive cost-factor password hash that set the standard for credential storage.#
  • Applied Cryptography — Bruce Schneier (1996) — The book that put working crypto in the hands of a generation of engineers; the reference that built the field's practitioner base.#
  • Handbook of Applied Cryptography — Menezes, van Oorschot & Vanstone, CRC Press (1996, free online) — The standard academic reference for cryptographic algorithms, protocols, and number theory; rigorous, comprehensive, and one of the most-cited works in the field.#
  • The Advanced Encryption Standard (Rijndael) — Daemen & Rijmen / NIST FIPS-197 (2001) — The block cipher that became the world's default symmetric encryption standard.#
  • Keying Hash Functions for Message Authentication (HMAC) — Bellare, Canetti & Krawczyk, CRYPTO (1996) — Defines HMAC, the provably secure MAC construction underlying TLS, IPsec, and JWTs.#
  • How to Share a Secret — Adi Shamir, CACM (1979) — Shamir's secret sharing, the threshold scheme foundational to key management and MPC.#

Memory Corruption & Exploitation

Web Application Security

Operating Systems, Access Control & Trusted Systems

Landmark Attacks, Malware & Worms

Hardware, Microarchitecture & Side-Channel Attacks

Network & Protocol Security

Practitioner Books & Reference Canon

Landmark Vulnerabilities & Writeups

  • The Matter of Heartbleed — Durumeric, Kasten, Adrian, Halderman et al., ACM IMC (2014) — The rigorous Internet-wide measurement of the OpenSSL Heartbleed flaw (CVE-2014-0160) — its exposure, exploitation surface, and global patching response — the definitive empirical study of a critical vulnerability's impact.#
  • Shellshock — CVE-2014-6271 — Stéphane Chazelas / Chet Ramey (2014) — The 25-year-old Bash environment-variable bug that exposed how deep and old critical flaws can run in core infrastructure.#
  • Data Protection: Actions Taken by Equifax and Federal Agencies in Response to the 2017 Breach — U.S. GAO (GAO-18-559, 2018) — The authoritative post-mortem of the Apache Struts (CVE-2017-5638) breach, the textbook case study in patch-management failure.#
  • Log4Shell: RCE in Apache Log4j (CVE-2021-44228) — LunaSec / community (2021) — The JNDI-injection flaw in a ubiquitous logging library that became the defining software-supply-chain wake-up call.#
  • The Cuckoo's Egg — Clifford Stoll (1989) — The true-story account of tracking a hacker through a 75-cent accounting error; the original network-intrusion-detection narrative.#

Detection, Defense & Process

  • An Intrusion-Detection Model — Dorothy Denning, IEEE TSE (1987) — The paper that founded intrusion detection as a discipline, introducing anomaly-based monitoring.#
  • A Sense of Self for Unix Processes — Forrest, Hofmeyr, Somayaji & Longstaff, IEEE S&P (1996) — Defines host-based anomaly detection via system-call profiles, the conceptual root of behavioral EDR.#
  • Bro: A System for Detecting Network Intruders in Real-Time — Vern Paxson, USENIX Security (1998) — The architecture behind Bro/Zeek, the network-security monitor that shaped modern traffic analysis.#
  • The Base-Rate Fallacy and its Implications for the Difficulty of Intrusion Detection — Stefan Axelsson, ACM CCS (1999) — Proves the false-alarm rate is the fundamental limit on intrusion detection, the enduring explanation for why IDS is hard.#
  • Practical Malware Analysis — Sikorski & Honig (2012) — The hands-on book that became the standard curriculum for dissecting hostile software.#
  • The Cyber Kill Chain — Hutchins, Cloppert & Amin, Lockheed Martin (2011) — Introduces the intrusion kill chain, the framework that reoriented defense around adversary phases and intelligence.#
  • MITRE ATT&CK — MITRE (2015–present) — The community knowledge base of adversary tactics and techniques that became the lingua franca of detection engineering and red teaming.#

Courses, Talks & Reference Media

  • Cryptography I — Dan Boneh / Stanford (Coursera, n.d.) — The free university course that taught applied cryptography to 650,000+ students, the default recommendation for engineers who want to reason about crypto rather than memorize APIs.#
  • 6.858 Computer Systems Security — Nickolai Zeldovich, MIT OpenCourseWare (2014) — Full lecture videos, notes, and labs for MIT's graduate systems-security course, the most widely shared self-study syllabus for OS, web, and hardware security.#
  • pwn.college — Yan Shoshitaishvili & Connor Nelson, Arizona State University (2020) — The open "cybersecurity dojo" of 1,000+ hands-on challenges that became the de facto global curriculum for learning binary exploitation and reverse engineering.#
  • Binary Exploitation / Memory Corruption — LiveOverflow (n.d.) — The YouTube series that introduced a generation to practical memory-corruption exploitation, the most-linked video starting point for self-taught pwners.#
  • The Cryptopals Crypto Challenges — Matasano / NCC Group (n.d.) — Eight progressively harder sets of real-world crypto-breaking exercises; the canonical way practitioners learn why textbook crypto fails in practice.#
  • SSL and the Future of Authenticity — Moxie Marlinspike, Black Hat USA (2011) — The landmark talk that dismantled the certificate-authority trust model and named "trust agility," still cited in every debate about PKI and HTTPS authenticity.#
  • NIST Cybersecurity Framework (CSF) — NIST (2014–present) — The Identify–Protect–Detect–Respond–Recover (and now Govern) taxonomy that became the common language for organizing and communicating cybersecurity programs worldwide.#
  • Common Weakness Enumeration (CWE) — MITRE (2006–present) — The standard catalog of software and hardware weakness types, with the annual Top 25, that underpins how vulnerability root causes are classified and discussed.#
  • CVSS Specification — FIRST (2005–present) — The Common Vulnerability Scoring System spec, the universal 0–10 severity standard every advisory, scanner, and patch-priority decision now references.#
  • National Vulnerability Database (NVD) — NIST (2005–present) — The U.S. government repository of CVE records enriched with CVSS scores and CPE data, the canonical dataset behind nearly all vulnerability-management tooling and research.#
  • OWASP Cheat Sheet Series — OWASP (2014–present) — The flagship collection of concise, authoritative defensive guidance on specific appsec topics, the most-linked practical reference for secure-coding decisions.#
  • The Six Dumbest Ideas in Computer Security — Marcus Ranum (2005) — The essay that skewered "default permit," "enumerating badness," and "penetrate and patch," still quoted whenever practitioners argue first principles over security theater.#
  • Cryptographic Right Answers — Latacora / Colin Percival & Thomas Ptacek (2018) — The continually updated "just tell me what to use" guide whose lineage (2009 → 2015 → 2018) is the reflexive link engineers share to steer people away from crypto footguns.#
  • Why Cryptography Is Harder Than It Looks — Bruce Schneier (1997) — The short essay that crystallized the truth that real systems fail at implementation and process, not algorithms, and seeded a generation's security worldview.#
  • Nmap Network Scanning — Gordon "Fyodor" Lyon (2009, free online) — The official guide to the Nmap scanner, the foundational open-source network-discovery tool and the standard reference for port scanning and host enumeration.#
  • Uncover Security Design Flaws Using the STRIDE Approach — Hernan, Lambert, Ostwald & Shostack, Microsoft (2006) — The article that popularized STRIDE threat modeling, the most widely taught framework for systematically reasoning about design-level threats.#

What is the security canon?

The security canon is a curated reading list of the papers, books, and writeups that have most shaped information security and still repay study today. Each entry earned its place by defining a problem, introducing a foundational technique, or changing how the field thinks — not by being recent. It is organized by topic (foundations, cryptography, exploitation, web, operating systems, hardware, detection, and more) so you can go deep in one area or sample broadly.

What are the most important works to read first?

If you read only a handful, start with the field-defining classics: Saltzer & Schroeder's "The Protection of Information in Computer Systems" for design principles, Thompson's "Reflections on Trusting Trust" for the limits of trust, Aleph One's "Smashing the Stack for Fun and Profit" for memory corruption, and Ross Anderson's "Security Engineering" as the single best book-length overview. Together they cover the principles, the canonical attack, and an engineer's worldview.

Where should a beginner start?

Beginners should pair one accessible book with one hands-on resource. Read "Hacking: The Art of Exploitation" or "Security Engineering," then work through a practical track such as pwn.college, the Cryptopals challenges, or MIT's free 6.858 course. Build intuition by doing — exploit a toy binary, break textbook crypto, and analyze a real malware sample — rather than only reading. The body of this list groups entries by topic so you can follow whichever thread interests you most.

How is this canon maintained?

This is an evergreen, periodically reviewed list rather than a news feed. Works are added when they have clearly stood the test of time and demonstrably influenced practice; nothing is included merely because it is new. The list is re-checked on a recurring basis to fix dead links, refresh editions, and add genuinely foundational material, and it is dated at the top so you can see when it was last verified.

Sharetwitterlinkedin

Related guides