CRARNov 19, 2019

MuonTrap: Preventing Cross-Domain Spectre-Like Attacks by Capturing Speculative State

arXiv:1911.08384v299 citations
Originality Highly original
AI Analysis

This addresses a critical security problem for computer systems vulnerable to speculative-execution attacks, offering a more efficient solution compared to existing patches.

The paper tackles the vulnerability of Spectre-like speculative-execution attacks by proposing MuonTrap, which isolates speculative state in a filter cache to prevent cross-domain information leakage, achieving low performance impact and minimal CPU design changes.

The disclosure of the Spectre speculative-execution attacks in January 2018 has left a severe vulnerability that systems are still struggling with how to patch. The solutions that currently exist tend to have incomplete coverage, perform badly, or have highly undesirable edge cases that cause application domains to break. MuonTrap allows processors to continue to speculate, avoiding significant reductions in performance, without impacting security. We instead prevent the propagation of any state based on speculative execution, by placing the results of speculative cache accesses into a small, fast L0 filter cache, that is non-inclusive, non-exclusive with the rest of the cache hierarchy. This isolates all parts of the system that can't be quickly cleared on any change in threat domain. MuonTrap uses these speculative filter caches, which are cleared on context and protection-domain switches, along with a series of extensions to the cache coherence protocol and prefetcher. This renders systems immune to cross-domain information leakage via Spectre and a host of similar attacks based on speculative execution, with low performance impact and few changes to the CPU design.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes