Redefining Web Browser Principals with a Configurable Origin Policy

Yinzhi Cao,Vaibhav Rastogi,Zhichun Li,Yan Chen,Alexander Moshchuk
DOI: https://doi.org/10.1109/dsn.2013.6575317
2013-01-01
Abstract:With the advent of Web 2.0, web developers have designed multiple additions to break SOP boundary, such as splitting and combining traditional web browser protection boundaries (security principals). However, these newly generated principals lack a new label to represent its security property. To address the inconsistent label problem, this paper proposes a new way to define a security principal and its labels in the browser. In particular, we propose a Configurable Origin Policy (COP), in which a browser's security principal is defined by a configurable ID rather than a fixed triple <;scheme, host, port>. The server-side and client-side code of a web application can create, join, and destroy its own principals. We perform a formal security analysis on COP to ensure session integrity. Then we also show that COP is compatible with legacy web sites, and those sites utilizing COP are also compatible with legacy browsers.
What problem does this paper attempt to address?