Skip to the content.

Metadata

Year2017
TargetBinary
TechniqueFormal
Guaranteesother
Availableyes
Repositoryhttps://github.com/cacheaudit/cacheaudit/tree/fine-trace
Websitehttps://software.imdea.org/projects/cacheaudit/memory-trace/
Paper1Rigorous analysis of software countermeasures against cache attacks

Abstract

CPU caches introduce variations into the execution time of programs that can be xploited by adversaries to recover private information about users or cryptographic keys.

Establishing the security of countermeasures against this threat often requires intricate reasoning about the interactions of program code, memory layout, and hardware architecture and has so far only been done for restricted cases.

In this paper we devise novel techniques that provide support for bit-level and arithmetic reasoning about memory accesses in the presence of dynamic memory allocation. These techniques enable us to perform the first rigorous analysis of widely deployed software countermeasures against cache attacks on modular exponentiation, based on executable code.