Lucene search

K
veracodeVeracode Vulnerability DatabaseVERACODE:33018
HistoryNov 18, 2021 - 5:01 a.m.

Authentication Bypass

2021-11-1805:01:03
Veracode Vulnerability Database
sca.analysiscenter.veracode.com
5

0.001 Low

EPSS

Percentile

41.9%

spree_auth_devise is vulnerable to authentication bypass. An attacker can takeover an account through CSRF if protect_from_forgery method satisfy both below: 1)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). 2)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).

0.001 Low

EPSS

Percentile

41.9%

Related for VERACODE:33018