mirror of
https://github.com/pe3zx/my-infosec-awesome.git
synced 2025-01-05 13:00:49 -05:00
Add Meltdown Exploit PoC
This commit is contained in:
parent
00755032f1
commit
f135358beb
@ -761,6 +761,7 @@ My curated list of awesome links, resources and tools
|
||||
<td>
|
||||
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.
|
||||
<ul>
|
||||
<li><a href="https://github.com/paboldin/meltdown-exploit">paboldin/meltdown-exploit</a></li>
|
||||
<li><a href="https://spectreattack.com/">Meltdown and Spectre</a></li>
|
||||
<li><a href="https://googleprojectzero.blogspot.com/2018/01/reading-privileged-memory-with-side.html">Reading privileged memory with a side-channel</a></li>
|
||||
<li><a href="http://www.kb.cert.org/vuls/id/584653">CPU hardware vulnerable to side-channel attacks</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user