CRDec 1, 2019

SPEECHMINER: A Framework for Investigating and Measuring Speculative Execution Vulnerabilities

arXiv:1912.00329v251 citations
Originality Incremental advance
AI Analysis

This addresses the need for systematic vulnerability assessment in hardware security, though it is incremental in automating existing techniques.

The paper tackles the problem of understanding and measuring speculative execution vulnerabilities (SPEECH) by introducing SPEECHMINER, a software framework that automates exploration and measurement, confirming known attacks and identifying new variants on 9 processor types.

SPEculative Execution side Channel Hardware (SPEECH) Vulnerabilities have enabled the notorious Meltdown, Spectre, and L1 terminal fault (L1TF) attacks. While a number of studies have reported different variants of SPEECH vulnerabilities, they are still not well understood. This is primarily due to the lack of information about microprocessor implementation details that impact the timing and order of various micro-architectural events. Moreover, to date, there is no systematic approach to quantitatively measure SPEECH vulnerabilities on commodity processors. This paper introduces SPEECHMINER, a software framework for exploring and measuring SPEECH vulnerabilities in an automated manner. SPEECHMINER empirically establishes the link between a novel two-phase fault handling model and the exploitability and speculation windows of SPEECH vulnerabilities. It enables testing of a comprehensive list of exception-triggering instructions under the same software framework, which leverages covert-channel techniques and differential tests to gain visibility into the micro-architectural state changes. We evaluated SPEECHMINER on 9 different processor types, examined 21 potential vulnerability variants, confirmed various known attacks, and identified several new variants.

Foundations

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

Your Notes