CRARSep 22, 2021

"It's a Trap!"-How Speculation Invariance Can Be Abused with Forward Speculative Interference

arXiv:2109.10774v2
Originality Highly original
AI Analysis

This work exposes a new vulnerability in speculative execution defenses, impacting computer security by revealing that existing protections can be bypassed, making it incremental but critical for hardware and software security.

The paper tackles the problem of speculative side-channel attacks by showing that speculation invariant instructions, previously considered safe, can be manipulated via forward speculative interference to leak secret data through the reorder buffer occupancy, as demonstrated on actual hardware.

Speculative side-channel attacks access sensitive data and use transmitters to leak the data during wrong-path execution. Various defenses have been proposed to prevent such information leakage. However, not all speculatively executed instructions are unsafe: Recent work demonstrates that speculation invariant instructions are independent of speculative control-flow paths and are guaranteed to eventually commit, regardless of the speculation outcome. Compile-time information coupled with run-time mechanisms can then selectively lift defenses for speculation invariant instructions, reclaiming some of the lost performance. Unfortunately, speculation invariant instructions can easily be manipulated by a form of speculative interference to leak information via a new side-channel that we introduce in this paper. We show that forward speculative interference whereolder speculative instructions interfere with younger speculation invariant instructions effectively turns them into transmitters for secret data accessed during speculation. We demonstrate forward speculative interference on actual hardware, by selectively filling the reorder buffer (ROB) with instructions, pushing speculative invariant instructions in-or-out of the ROB on demand, based on a speculatively accessed secret. This reveals the speculatively accessed secret, as the occupancy of the ROB itself becomes a new speculative side-channel.

Foundations

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

Your Notes