SCA: security update for solidus_auth_devise (GHSA-xm34-v85h-9pg2)

high Tenable Cloud Security Plugin ID 420563

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- solidus_auth_devise provides authentication services for the Solidus webstore framework, using the Devise
gem. In affected versions solidus_auth_devise is subject to a CSRF vulnerability that allows user account
takeover. All applications using any version of the frontend component of `solidus_auth_devise` are
affected if `protect_from_forgery` method is both: Executed whether as: A `before_action` callback (the
default) or 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`). Users should promptly update to `solidus_auth_devise` version `2.5.4`. Users
unable to update should if possible, change their strategy to `:exception`. Please see the linked GHSA for
more workaround details. (CVE-2021-41274)

See Also

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

Plugin Details

Severity: High

ID: 420563

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.12

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5.3

Vector: CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P

CVSS Score Source: CVE-2021-41274

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.9

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 11/18/2021

Vulnerability Publication Date: 11/17/2021

Reference Information

CVE: CVE-2021-41274

cwe: CWE-352