ImPress: Securing DRAM Against Data-Disturbance Errors via Implicit Row-Press Mitigation
Moinuddin Qureshi, Anish Saxena, Aamer Jaleel
TL;DR
ImPress addresses the security risk posed by Row-Press (RP), a newer Data-Disturbance Error mechanism in DRAM that can flip bits with far fewer activations than Rowhammer (RH). The authors introduce a Unified Charge-Leakage Model to quantify the combined damage from RH and RP and propose two implementations: ImPress-N (naive, integer-based) and ImPress-P (precise, fractional). ImPress-N converts RP activity within tRC windows into equivalent RH activations, preserving existing RH thresholds but hampering in-DRAM trackers; ImPress-P measures the actual RP open time to compute an accurate Equivalent Activation Count (EACT) and updates trackers with fractional activations, preserving TRH and providing compatibility with both MC-based and in-DRAM trackers. Across Graphene, PARA, Mithril, and MINT, ImPress-P achieves comparable or better reliability with substantially lower performance and storage overheads than ExPress and ImPress-N, while avoiding JEDEC changes. Overall, ImPress enables pragmatic, transparent protection against RP without sacrificing RH tolerance or requiring changes to memory specifications.
Abstract
DRAM cells are susceptible to Data-Disturbance Errors (DDE), which can be exploited by an attacker to compromise system security. Rowhammer is a well-known DDE vulnerability that occurs when a row is repeatedly activated. Rowhammer can be mitigated by tracking aggressor rows inside DRAM (in-DRAM) or at the Memory Controller (MC). Row-Press (RP) is a new DDE vulnerability that occurs when a row is kept open for a long time. RP significantly reduces the number of activations required to induce an error, thus breaking existing RH solutions. Prior work on Explicit Row-Press mitigation, ExPress, requires the memory controller to limit the maximum row-open-time, and redesign existing Rowhammer solutions with reduced Rowhammer threshold. Unfortunately, ExPress incurs significant performance and storage overheads, and being a memory controller-based solution, it is incompatible with in-DRAM trackers. In this paper, we propose Implicit Row-Press mitigation (ImPress), which does not restrict row-open-time, is compatible with memory controller-based and in-DRAM solutions and does not reduce the tolerated Rowhammer threshold. ImPress treats a row open for a specified time as equivalent to an activation. We design ImPress by developing a Unified Charge-Loss Model, which combines the net effect of both Rowhammer and Row-Press for arbitrary patterns. We analyze both controller-based (Graphene and PARA) and in-DRAM trackers (Mithril and MINT). We show that ImPress makes Rowhammer solutions resilient to Row-Press transparently, without affecting the Rowhammer threshold.
