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 github.com/goauthentik/authentik
to version 2024.12.4, 2025.2.3 or higher.
Affected versions of this package are vulnerable to Session Fixation when database session storage is enabled - which it is not by default. A user whose session has been deleted via web interface or API can continue to access the session. User sessions that are automatically deleted due to account deactivation or deletion are also affected.
This vulnerability can be avoided by using cache-based session storage instead of database-based.