Symphony has an Authentication Bypass via RememberMe
Package
Affected versions
>= 5.3.0, < 5.4.47
>= 6.0.0-BETA1, < 6.4.15
>= 7.0.0-BETA1, < 7.1.8
Patched versions
5.4.47
6.4.15
7.1.8
Description
Published by the National Vulnerability Database
Nov 13, 2024
Published to the GitHub Advisory Database
Nov 13, 2024
Reviewed
Nov 13, 2024
Last updated
Nov 13, 2024
Description
Whan consuming a persisted remember-me cookie, symfony does not check if the username persisted in the database matches the username attached with the cookie, leading to authentication bypass.
Resolution
The
PersistentRememberMeHandler
class now ensures the submitted username is the cookie owner.The patch for this issue is available here for branch 5.4.
Credits
We would like to thank Moritz Rauch - Pentryx AG for reporting the issue and Jérémy Derussé for providing the fix.
References