The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Cross-site Request Forgery (CSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade spree_auth_devise
to version 4.0.1, 4.1.1, 4.2.1, 4.4.1 or higher.
Affected versions of this package are vulnerable to Cross-site Request Forgery (CSRF) via spree_auth_devise
.
Note:
The package is affected only if protect_from_forgery
method is both:
Executed whether as:
a) A before_action callback (the default) b) 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
).
Meaning, that applications that haven't been configured differently from what it's generated with Rails aren't affected.