CRMar 8, 2021

Prime+Probe 1, JavaScript 0: Overcoming Browser-based Side-Channel Defenses

arXiv:2103.04952v174 citations
Originality Highly original
AI Analysis

This work addresses security vulnerabilities in web browsers for users and developers, showing that current countermeasures are insufficient and incremental improvements are needed.

The researchers tackled the problem of browser-based side-channel attacks by developing a sequence of attacks that reduce dependency on JavaScript, culminating in the first attack using only CSS and HTML that works even when script execution is blocked, and they confirmed that existing hardened browser environments like Tor and Chrome Zero do not completely defend against these attacks.

The "eternal war in cache" has reached browsers, with multiple cache-based side-channel attacks and countermeasures being suggested. A common approach for countermeasures is to disable or restrict JavaScript features deemed essential for carrying out attacks. To assess the effectiveness of this approach, in this work we seek to identify those JavaScript features which are essential for carrying out a cache-based attack. We develop a sequence of attacks with progressively decreasing dependency on JavaScript features, culminating in the first browser-based side-channel attack which is constructed entirely from Cascading Style Sheets (CSS) and HTML, and works even when script execution is completely blocked. We then show that avoiding JavaScript features makes our techniques architecturally agnostic, resulting in microarchitectural website fingerprinting attacks that work across hardware platforms including Intel Core, AMD Ryzen, Samsung Exynos, and Apple M1 architectures. As a final contribution, we evaluate our techniques in hardened browser environments including the Tor browser, Deter-Fox (Cao el al., CCS 2017), and Chrome Zero (Schwartz et al., NDSS 2018). We confirm that none of these approaches completely defend against our attacks. We further argue that the protections of Chrome Zero need to be more comprehensively applied, and that the performance and user experience of Chrome Zero will be severely degraded if this approach is taken.

Foundations

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

Your Notes