Session Fixation In symfony
Description
Symfony is a PHP framework for web and console applications and a set of reusable PHP components. When authenticating users Symfony by default regenerates the session ID upon login, but preserves the rest of session attributes. Because this does not clear CSRF tokens upon login, this might enables same-site attackers to bypass the CSRF protection mechanism by performing an attack similar to a session-fixation. This issue has been fixed in the 4.4 branch.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | 4.4.19+dfsg-2+deb11u2 | ||
debian 12 | 5.4.20+dfsg-1 | ||
debian 13 | 5.4.20+dfsg-1 | ||
packagist | 4.4.50, 5.4.20, 6.0.20, 6.1.12, 6.2.6 | ||
packagist | 4.4.50, 5.4.20, 6.0.20, 6.1.12, 6.2.6 | ||
debian 14 | 5.4.20+dfsg-1 |
Aliases
1. 2. 3. 4. 5. 6. 7. 8.
References
1. 2. 3. 4. 5. 6.