-
Bug
-
Resolution: Done
-
Critical
-
7.0.0.DR12
-
None
See: https://www.owasp.org/index.php/Session_Fixation
In JBossWeb, there was a system property to enable this behavior: org.apache.catalina.authenticator.AuthenticatorBase.CHANGE_SESSIONID_ON_AUTH
Undertow does not seem to have an equivalent. I don't see any reason not to always force a session ID change following successful authentication when HttpSession.isNew() returns false.
- clones
-
WFLY-5663 Default authentication behavior vulnerable to session fixation attacks
- Closed