#VU100537 Improper authentication in Symfony - CVE-2024-51996
Published: November 15, 2024
Symfony
SensioLabs
Description
The vulnerability allows a remote attacker to bypass authentication process.
The vulnerability exists due to an error during authentication when using the persisted remember-me cookie. The application does not check if the username persisted in the database matches the username attached with the cookie. A remote non-authenticated attacker can bypass authentication process and gain unauthorized access to the application.