rowhammer
Rowhammer is a class of hardware vulnerability in dynamic random-access memory (DRAM) that enables bit flips in memory by repeatedly and rapidly accessing (hammering) certain DRAM rows. It was first demonstrated publicly in 2014 by researchers who showed that electrical interference between neighboring rows could cause unintended changes to bits in adjacent rows, even without direct writes to those rows. The effect, often called the row hammer phenomenon, depends on DRAM design, density, and refresh dynamics, and it can undermine memory isolation.
Mechanism and scope: DRAM stores data as electrical charges in cells arranged in rows and columns. Repeatedly
Attacks and defenses: Early demonstrations focused on local attackers with direct memory access, but later work