When 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.
The PersistentRememberMeHandler
class now ensures the submitted username is the cookie owner.
The patch for this issue is available here for branch 5.4.
We would like to thank Moritz Rauch - Pentryx AG for reporting the issue and Jérémy Derussé for providing the fix.
{ "nvd_published_at": "2024-11-13T17:15:11Z", "cwe_ids": [ "CWE-287", "CWE-289" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-11-13T18:29:04Z" }