Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: GSA_kwCzR0hTQS0yNnh4LW00cTIteGhxOM0XUg

Authentication Bypass by CSRF Weakness

Impact

CSRF vulnerability that allows user account takeover.

All applications using any version of the frontend component of spree_auth_devise are affected if protect_from_forgery method is both:

That means that applications that haven't been configured differently from what it's generated with Rails aren't affected.

Thanks @waiting-for-dev for reporting and providing a patch 👏

Patches

Spree 4.3 users should update to spree_auth_devise 4.4.1
Spree 4.2 users should update to spree_auth_devise 4.2.1
Spree 4.1 users should update to spree_auth_devise 4.1.1
Older Spree version users should update to spree_auth_devise 4.0.1

Workarounds

If possible, change your strategy to :exception:

class ApplicationController < ActionController::Base
  protect_from_forgery with: :exception
end

Add the following toconfig/application.rb to at least run the :exception strategy on the affected controller:

config.after_initialize do
  Spree::UsersController.protect_from_forgery with: :exception
end

References

https://github.com/solidusio/solidus_auth_devise/security/advisories/GHSA-xm34-v85h-9pg2

Permalink: https://github.com/advisories/GHSA-26xx-m4q2-xhq8
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yNnh4LW00cTIteGhxOM0XUg
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Critical
Classification: General
Published: over 2 years ago
Updated: 12 months ago


CVSS Score: 9.3
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N

Identifiers: GHSA-26xx-m4q2-xhq8, CVE-2021-41275
References: Repository: https://github.com/solidusio/solidus_auth_devise
Blast Radius: 31.4

Affected Packages

rubygems:spree_auth_devise
Dependent packages: 10
Dependent repositories: 2,384
Downloads: 1,161,913 total
Affected Version Ranges: < 4.0.1, >= 4.1.0, < 4.1.1, >= 4.2.0, < 4.2.1, >= 4.3.0, < 4.4.1
Fixed in: 4.0.1, 4.1.1, 4.2.1, 4.4.1
All affected versions: 1.0.0, 1.0.1, 1.2.0, 1.3.1, 3.0.5, 3.0.6, 3.1.0, 3.2.0, 3.3.0, 3.3.1, 3.3.3, 3.4.0, 3.4.1, 3.4.2, 3.5.0, 3.5.1, 3.5.2, 4.0.0, 4.1.0, 4.2.0, 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.4.0
All unaffected versions: 4.0.1, 4.1.1, 4.2.1, 4.4.1, 4.4.2, 4.5.0, 4.6.0, 4.6.1, 4.6.2