Staging Environment: Content and features may be unstable or change without notice.

Advisory Weakness Curation

CVE-2022-24895

Progress 0 / 0

Advisory Summaries

github_osv/GHSA-3gv2-29qc-v67m

Symfony vulnerable to Session Fixation of CSRF tokens Description ----------- 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 https://canitakeyoursubdomain.name/ to bypass the CSRF protection mechanism by performing an attack similar to a session-fixation. Resolution ---------- Symfony removes all CSRF tokens from the session on successful login. The patch for this issue is available here https://github.com/symfony/symfony/commit/5909d74ecee359ea4982fcf4331aaf2e489a1fd4 for branch 4.4. Credits ------- We would like to thank Marco Squarcina for reporting the issue and Nicolas Grekas for fixing it.

gitlab/packagist/symfony/security-bundle/GMS-2023-210

Cross-Site Request Forgery (CSRF) in symfony/security-bundle.

gitlab/packagist/symfony/symfony/CVE-2022-24895

Symfony vulnerable to Session Fixation of CSRF tokens Description ----------- 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 https://canitakeyoursubdomain.name/ to bypass the CSRF protection mechanism by performing an attack similar to a session-fixation. Resolution ---------- Symfony removes all CSRF tokens from the session on successful login. The patch for this issue is available here https://github.com/symfony/symfony/commit/5909d74ecee359ea4982fcf4331aaf2e489a1fd4 for branch 4.4. Credits ------- We would like to thank Marco Squarcina for reporting the issue and Nicolas Grekas for fixing it.

gitlab/packagist/symfony/symfony/GMS-2023-211

Duplicate This advisory duplicates another.