Denial Of Service (DoS)
Symfony is vulnerable to denial of service DoS attacks. The library does not limit the length of usernames stored in a session. A malicious user can pass multiple long, non-existent usernames to the system to cause it to run out of storage. This can lead to the authentication service being...