English

PVAC: A RowHammer Mitigation Architecture Exploiting Per-victim-row Counting

Cryptography and Security 2026-04-23 v1 Hardware Architecture

Abstract

As DRAM scaling exacerbates RowHammer, DDR5 introduces per-row activation counting (PRAC) to track aggressor activity. However, PRAC indiscriminately increments counters on every activation -- including benign refreshes -- while relying solely on explicit RFM operations for resets. Consequently, counters saturate even in an idle bank, triggering cascading mitigations and degrading performance. This vulnerability arises from a fundamental mismatch: PRAC tracks the aggressor but aims to protect the victim. We present Per-Victim-row hAmmered Counting (PVAC), a victim-based counting mechanism that aligns the counter semantics with the physical disturbance mechanism of RowHammer. PVAC increments the counters of victim rows, resets the activated row, and naturally bounds counter values under normal refresh. To enable efficient victim-based updates, PVAC employs a dedicated counter subarray (CSA) that performs all counter resets and increments concurrently with normal accesses, without timing overhead. We further devise an energy-efficient CSA layout that minimizes refresh-induced counter accesses. Through victim-based counting, PVAC supports higher hammering tolerance than PRAC while maintaining the same worst-case safety guarantee. Across benign workloads and adversarial attack patterns, PVAC avoids spurious Alerts, eliminates PRAC timing penalties, and achieves higher performance and lower energy consumption than prior PRAC-based defenses.

Cite

@article{arxiv.2604.20576,
  title  = {PVAC: A RowHammer Mitigation Architecture Exploiting Per-victim-row Counting},
  author = {Jumin Kim and Seungmin Baek and Hwayong Nam and Minbok Wi and Nam Sung Kim and Jung Ho Ahn},
  journal= {arXiv preprint arXiv:2604.20576},
  year   = {2026}
}

Comments

16 pages, 13 figures, accepted at ISCA 2026, slightly extended

R2 v1 2026-07-01T12:30:27.717Z