From 91ccf95b75149f6388235cf59898d5ae66b47275 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Thu, 4 Jan 2018 22:38:25 +0700 Subject: [PATCH] Add SPECTRE/MELTDOWN to Exploits section --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2e49655..2667ed1 100644 --- a/README.md +++ b/README.md @@ -756,6 +756,19 @@ My curated list of awesome links, resources and tools + + CVE-2017-5753, CVE-2017-5715, CVE-2017-5754 + + Meltdown and Spectre exploit critical vulnerabilities in modern processors. These hardware bugs allow programs to steal data which is currently processed on the computer. While programs are typically not permitted to read data from other programs, a malicious program can exploit Meltdown and Spectre to get hold of secrets stored in the memory of other running programs. This might include your passwords stored in a password manager or browser, your personal photos, emails, instant messages and even business-critical documents. + + + CVE-2017-7089