Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ GHSA-6mqr-q86q-6gwr — spree-auth-devise (CVE-2021-41275)

🔴 CVSS 9.5 — Critical ✅ No Known Exploit CWE-352 OSV
9.5
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

Duplicate Advisory: Authentication Bypass by CSRF Weakness

Duplicate Advisory

This advisory has been withdrawn because it is a duplicate of GHSA-26xx-m4q2-xhq8. This link is maintained to preserve external references.

Original Description

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:

  • Executed whether as:
  • A before_action callback (the default)
  • A prepend_before_action (option prepend: true given) before the :load_object hook in Spree::UserController (most likely order to find).
  • Configured to use :null_session or :reset_session strategies (:null_session is the default in case the no strategy is given, but rails --new generated skeleton use :exception).

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

Workarounds

If possible, change your strategy to :exception:

```ruby

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:

```ruby

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

How this vulnerability can be exploited

This issue can be reached over the network, attack complexity is low, an attacker needs no privileges on the target. A user must be tricked into taking some action. The scope is changed, meaning a successful attack can affect components beyond the vulnerable one. Rated impact: confidentiality high, integrity high, availability none.

Weakness class

GHSA-6mqr-q86q-6gwr is classified as CWE-352: Cross-Site Request Forgery (CSRF). A state-changing request is accepted without proof it was intended, so another site can trigger it using the victim's session.

Affected software

GHSA-6mqr-q86q-6gwr is recorded against 1 package.

  • spree-auth-devise (from 4.2.0 up to 4.2.1)

Timeline and source

Published on 18 November 2021 and last revised on 1 July 2025. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

github.com (Web)
github.com (Web)
github.com (Web)
github.com (Web)
github.com (Package)

Details

Severity CRITICAL
CVSS Score 9.5
CVSS Vector CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
CWE CWE-352
Public Exploit ✅ No
Source OSV
Published 2021-11-18
Updated 2026-08-20
Modified 2025-07-01
Fix URL N/A

Affected Packages

Software From version Fixed in
spree-auth-devise 4.2.0 4.2.1

Similar Threats

Exploit Protection

Are you running spree-auth-devise?

GHSA-6mqr-q86q-6gwr carries CVSS 9.5 Critical rating. BotEraser checks your installation against this and other known CVE records, and blocks IPs associated with exploit activity.

Check My Site For GHSA-6mqr-q86q-6gwr →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.