Software-Based Memory Erasure with relaxed isolation requirements: Extended Version
Sergiu Bursuc, Reynaldo Gil-Pons, Sjouke Mauw, Rolando Trujillo-Rasua
TL;DR
This work removes the isolation assumption from software-based PoSE protocols by introducing PoSE-DB, a class of distance-bounding memory-erasure protocols secure against distant attackers. It develops three concrete protocols, including an unconditional random-data protocol and graph-based schemes that rely on depth-robust, in-place-labellable graphs to ensure memory erasure with realistic device capabilities. The authors provide formal security models and multi-round analyses showing erasure guarantees scale with rounds and resist outsourcing the proof to external conspirators, even when memory can be co-opted by an attacker. A lightweight graph-based variant offers favorable performance while trading off some security, illustrating practical applicability for low-end devices and broad IoT deployments. The work also introduces novel graph constructions and proof techniques that connect memory erasure security to depth-robustness in graph theory, with potential applicability to memory hardness and proofs of space beyond erasure.
Abstract
A Proof of Secure Erasure (PoSE) is a communication protocol where a verifier seeks evidence that a prover has erased its memory within the time frame of the protocol execution. Designers of PoSE protocols have long been aware that, if a prover can outsource the computation of the memory erasure proof to another device, then their protocols are trivially defeated. As a result, most software-based PoSE protocols in the literature assume that provers are isolated during the protocol execution, that is, provers cannot receive help from a network adversary. Our main contribution is to show that this assumption is not necessary. We introduce formal models for PoSE protocols playing against provers aided by external conspirators and develop three PoSE protocols that we prove secure in this context. We reduce the requirement of isolation to the more realistic requirement that the communication with the external conspirator is relatively slow. Software-based protocols with such relaxed isolation assumptions are especially pertinent for low-end devices, where it is too costly to deploy sophisticated protection methods.
