[SECURITY] Destroy user sessions on password change
The password reset process for TYPO3 backend and frontend users does not destroy possible existing user sessions after the password has been changed. With this patch, all existing user sessions are destroyed when the password is changed in the password reset process. Resolves: #98462 Releases: main, 11.5, 10.4 Change-Id: I6744bfcf7cae56b4e525f2e0f9a44d06cf14396c Security-Bulletin: TYPO3-CORE-SA-2022-014 Security-References: CVE-2022-23502 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77091 Tested-by:Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/backend/Classes/Authentication/PasswordReset.php 13 additions, 0 deletions...3/sysext/backend/Classes/Authentication/PasswordReset.php
- typo3/sysext/felogin/Classes/Controller/PasswordRecoveryController.php 13 additions, 0 deletions...felogin/Classes/Controller/PasswordRecoveryController.php
Please register or sign in to comment