You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
samesite cookies
About this tag
SameSite cookies are a security feature that controls when cookies are sent with cross-site requests, helping to prevent CSRF and session leakage. Discussions on WindowsForum cover CVE-2024-6611, a bug in Firefox and Thunderbird where SameSite=Strict or SameSite=Lax cookies were incorrectly included in nested iframe navigations. This vulnerability, disclosed in July 2024, allowed potential cookie leakage and session abuse. The thread examines the technical details, vendor severity ratings, and mitigation steps for browser security teams and site operators. Understanding SameSite cookie behavior is crucial for securing web applications and user sessions.
A subtle bug in how Firefox and Thunderbird handled cross-site navigations inside nested iframes allowed browsers to incorrectly include SameSite=Strict or SameSite=Lax cookies in situations where they should have been withheld, creating a window for cookie leakage and session abuse. The issue...