CRNIMay 30, 2019

DOMtegrity: Ensuring Web Page Integrity against Malicious Browser Extensions

arXiv:1905.12951v118 citations
Originality Highly original
AI Analysis

It addresses a critical security issue for online banking and web users by providing a novel solution without browser modifications.

The paper tackles the problem of ensuring web page integrity against malicious browser extensions, which can defeat two-factor authentication, by proposing DOMtegrity, a cryptographic protocol that prevents attacks and was tested on over 14,000 extensions.

In this paper, we address an unsolved problem in the real world: how to ensure the integrity of the web content in a browser in the presence of malicious browser extensions? The problem of exposing confidential user credentials to malicious extensions has been widely understood, which has prompted major banks to deploy two-factor authentication. However, the importance of the `integrity' of the web content has received little attention. We implement two attacks on real-world online banking websites and show that ignoring the `integrity' of the web content can fundamentally defeat two-factor solutions. To address this problem, we propose a cryptographic protocol called DOMtegrity to ensure the end-to-end integrity of the DOM structure of a web page from delivering at a web server to the rendering of the page in the user's browser. DOMtegrity is the first solution that protects DOM integrity without modifying the browser architecture or requiring extra hardware. It works by exploiting subtle yet important differences between browser extensions and in-line JavaScript code. We show how DOMtegrity prevents the earlier attacks and a whole range of man-in-the-browser (MITB) attacks. We conduct extensive experiments on more than 14,000 real-world extensions to evaluate the effectiveness of DOMtegrity.

Foundations

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

Your Notes