[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How much/what hardware does the rowhammer DRAM bug affects?
- To: [email protected]
- Subject: How much/what hardware does the rowhammer DRAM bug affects?
- From: [email protected] (Georgi Guninski)
- Date: Wed, 16 Sep 2015 12:01:05 +0300
This is old, but haven't seen it here.
https://googleprojectzero.blogspot.com/2015/03/exploiting-dram-rowhammer-bug-to-gain.html
---
Rowhammerâ?? is a problem with some recent DRAM devices in which
repeatedly accessing a row of memory can cause bit flips in adjacent
rows.
It was able to use this to gain write access to its own page table, and
hence gain read-write access to all of physical memory.
---
There is POC.
Variant via javascript:
https://github.com/IAIK/rowhammerjs
How much/what hardware does this bug affect?