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 applicationsUpgrade winter/wn-backend-module to version 1.2.14 or higher.
Affected versions of this package are vulnerable to Cross-site Request Forgery (CSRF) via the actionExists process. An attacker can cause destructive changes to system state, such as truncating logs, resetting settings, altering user states, or deleting templates, by tricking an authenticated backend user with the necessary permissions into following a crafted link. This is only exploitable if an authenticated backend user with the relevant permissions follows an attacker-supplied link.
This vulnerability can be mitigated by manually applying the referenced patch or by setting 'same_site' => 'strict' in the session configuration to prevent session cookies from being sent on cross-site navigation.