IMDEA Software

IMDEA initiative

Home > Events > Invited Talks > 2021 > Leaking Secrets Through Compressed Caches

Andrés Sánchez

Tuesday, May 11, 2021

11:00am Zoom3 - https://zoom.us/j/3911012202 (pass: s3)

Andrés Sánchez, Master Intern, EPFL, Switzerland

Leaking Secrets Through Compressed Caches

Abstract:

The hardware security crisis brought on by recent speculative execution attacks has shown that it is crucial to adopt a security-conscious approach to architecture research, analyzing the security of promising architectural techniques before they are deployed in hardware. We offer the first security analysis of cache compression, one such promising technique that is likely to appear in future processors. We find that cache compression is insecure because the compressibility of a cache line reveals information about its contents. Compressed caches introduce a new side channel that is especially insidious, as simply storing data transmits information about it. We present two techniques that make attacks on compressed caches practical. Pack+Probe allows an attacker to learn the compressibility of victim cache lines, and Safecracker leaks secret data efficiently by strategically changing the values of nearby data. Our evaluation on a proof-of-concept application shows that, on a common compressed cache architecture, Safecracker lets an attacker compromise a secret key in under 10 ms, and worse, leak large fractions of program memory when used in conjunction with latent memory safety vulnerabilities.