COOKIEGUARD: Characterizing and Isolating the First-Party Cookie Jar
Pouneh Nikkhah Bahrami, Aurore Fass, Zubair Shafiq
TL;DR
This work addresses the risk that first-party cookies are exploited by cross-domain main-frame scripts as third-party cookies are curtailed. It delivers the first large-scale measurement across 20,000 sites, revealing widespread cross-domain exfiltration (≈%56) and integrity violations (≈%32 overwrites/deletes) of first-party cookies, and proposes CookieGuard, a per-script-origin isolation mechanism implemented as a browser extension. CookieGuard effectively blocks cross-domain cookie interactions, incurring about 0.3 seconds of average page-load overhead and causing SSO disruption on about 11% of sites; domain-based whitelisting reduces breakage to roughly 3%. The study highlights core weaknesses in current browser models and offers a practical, deployable defense that strengthens cookie ownership semantics while acknowledging limitations and avenues for future refinement.
Abstract
As third-party cookies are being phased out or restricted by major browsers, first-party cookies are increasingly repurposed for tracking. Prior work has shown that third-party scripts embedded in the main frame can access and exfiltrate first-party cookies, including those set by other third-party scripts. However, existing browser security mechanisms, such as the Same-Origin Policy, Content Security Policy, and third-party storage partitioning, do not prevent this type of cross-domain interaction within the main frame. While recent studies have begun to highlight this issue, there remains a lack of comprehensive measurement and practical defenses. In this work, we conduct the first large-scale measurement of cross-domain access to first-party cookies across 20,000 websites. We find that 56 percent of websites include third-party scripts that exfiltrate cookies they did not set, and 32 percent allow unauthorized overwriting or deletion, revealing significant confidentiality and integrity risks. To mitigate this, we propose CookieGuard, a browser-based runtime enforcement mechanism that isolates first-party cookies on a per-script-origin basis. CookieGuard blocks all unauthorized cross-domain cookie operations while preserving site functionality in most cases, with Single Sign-On disruption observed on 11 percent of sites. Our results expose critical flaws in current browser models and offer a deployable path toward stronger cookie isolation.
