Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Reddit Facebook
Firefox Improves CSRF Protection With Support For Same-Site Cookies
#1
Quote:Mozilla engineers are planning to add a new security feature to Firefox with the addition of same-site cookie support in Firefox 60, scheduled for release next month, on May 9.

The same-site cookie feature is meant to block websites from loading cookies downloaded from other domains that do not match the URL present in the Firefox address bar. For example, with same-site cookie enabled on a website, Firefox won't load cookies from facebook.com if a user is currently visiting domain.com.

Same-site cookies will help defend against CSRF attacks
Firefox devs say the same-site cookie feature (also spelled SameSite) is intended to protect users against cross-site request forgery (CSRF) attacks.

CSRF takes place when attackers trick users into taking an action but forge another operation in the background. For example, a user might click on a malicious link, but the attacker uses the click to submit modified account settings on another site by hijacking local cookies.

This usually happens because browsers automatically attach cookies sent with every browser request for a specific domain. Attackers abuse this "cookie auto-appending" mechanism to make requests to other sites, effectively hijacking the user's other locally-stored cookies —while the user is on a totally different site— to perform malicious operations without the user's knowledge, on legitimate sites.

Because of the current design of web technologies, web apps and websites cannot reliably distinguish between actions initiated by an actual user and those carried out by automated scripts, such as the scripted actions of a CSRF attack.

By adding support for same-site cookies in Firefox, Mozilla engineers are giving website operators a new setting they can configure for their apps and portals and prevent attackers from hijacking cookies for nefarious actions.

Website owners must add support for the SameSite attribute
But this isn't a security feature that depends on users, or Mozilla, for that matter. The "SameSite" attribute must be set by website owners in their site's HTTP response headers, similarly to how they'd configure the standard Set-Cookie header field.

According to the IETF specification, two settings will be available for website operators —Strict and Lax.

When a website owner uses a "strict" setting for his website, Firefox will refuse to attach cookies for other HTTP requests if they are not for the same domain as the URL loaded in the address bar.

For the "lax" setting, Firefox will load cookies from other domains if the user has arrived on the site using a "safe" method, such as clicking and following a link. So for example, if the user is on Facebook and clicks a link for domain.com, then domain.com with a lax same-site cookie policy will load cookies from both domain.com and Facebook, but refuse to work with cookies for other domains.

More information on how website owners can take advantage of the SameSite cookies feature in the IETF RFC 6265 specification.

Chrome has been supporting same-site cookies since version 63, released in December 2017. Other browsers that support same-site cookies are Opera (since v51), Chrome for Android (since v64), and Samsung Internet (since v6.2).

SOURCE
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Firefox 90 lands with just-in-time support for unblocking Facebook when users log in Imran 0 1,423 07-14-2021 , 08:44 AM
Last Post: Imran
  Google Chrome to Boost User Privacy by Improving Cookies Handling Procedure tarekma7 0 1,600 04-13-2018 , 06:32 PM
Last Post: tarekma7
  Windows 10 Spring Creators Update: How Microsoft Improves the Default Browser mrtrout 0 1,469 04-11-2018 , 01:47 AM
Last Post: mrtrout

Forum Jump:


Users browsing this thread: 1 Guest(s)