English

Mon CH\'ERI: Mitigating Uninitialized Memory Access with Conditional Capabilities

Cryptography and Security 2025-10-14 v3

Abstract

Up to 10% of memory-safety vulnerabilities in languages like C and C++ stem from uninitialized variables. This work addresses the prevalence and lack of adequate software mitigations for uninitialized memory issues, proposing architectural protections in hardware. Capability-based addressing, such as the University of Cambridge's CHERI, mitigates many memory defects, including spatial and temporal safety violations at an architectural level. CHERI, however, does not handle undefined behavior from uninitialized variables. We extend the CHERI capability model to include "conditional capabilities", enabling memory-access policies based on prior operations. This allows enforcement of policies that satisfy memory-safety objectives such as "no reads to memory without at least one prior write" (Write-before-Read). We present our architecture extension, compiler support, and detailed evaluation of our approach on the QEMU full-system simulator and a modified FPGA-based CHERI-RISCV softcore. Our evaluation shows conditional capabilities are practical, with high detection accuracy while adding a small (~3.5%) overhead which is comparable to the cost of baseline CHERI capabilities.

Keywords

Cite

@article{arxiv.2407.08663,
  title  = {Mon CH\'ERI: Mitigating Uninitialized Memory Access with Conditional Capabilities},
  author = {Merve Gülmez and Håkan Englund and Jan Tobias Mühlberg and Thomas Nyman},
  journal= {arXiv preprint arXiv:2407.08663},
  year   = {2025}
}

Comments

Author's version of manuscript in 46th IEEE Symposium on Security and Privacy (IEEE S&P '25)

R2 v1 2026-06-28T17:37:39.171Z