Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Cipherfix: Mitigating Ciphertext Side-Channel Attacks in Software

About

Trusted execution environments (TEEs) provide an environment for running workloads in the cloud without having to trust cloud service providers, by offering additional hardware-assisted security guarantees. However, main memory encryption as a key mechanism to protect against system-level attackers trying to read the TEE's content and physical, off-chip attackers, is insufficient. The recent Cipherleaks attacks infer secret data from TEE-protected implementations by analyzing ciphertext patterns exhibited due to deterministic memory encryption. The underlying vulnerability, dubbed the ciphertext side-channel, is neither protected by state-of-the-art countermeasures like constant-time code nor by hardware fixes. Thus, in this paper, we present a software-based, drop-in solution that can harden existing binaries such that they can be safely executed under TEEs vulnerable to ciphertext side-channels, without requiring recompilation. We combine taint tracking with both static and dynamic binary instrumentation to find sensitive memory locations, and mitigate the leakage by masking secret data before it gets written to memory. This way, although the memory encryption remains deterministic, we destroy any secret-dependent patterns in encrypted memory. We show that our proof-of-concept implementation protects various constant-time implementations against ciphertext side-channels with reasonable overhead.

Jan Wichelmann, Anna P\"atschke, Luca Wilke, Thomas Eisenbarth• 2022

Related benchmarks

TaskDatasetResultRank
Performance overhead measurementlibsodium Ed25519
Overhead Factor5.5
4
Performance overhead measurementlibsodium SHA512
Overhead Factor1.6
4
Performance overhead measurementmbedTLS Base64
Overhead Factor1.2
4
Showing 3 of 3 rows

Other info

Follow for update