Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. symfony/symfony
  4. ›
  5. CVE-2022-24895

CVE-2022-24895: Symfony vulnerable to Session Fixation of CSRF tokens

February 1, 2023 (updated February 13, 2025)

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 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 for branch 4.4.

Credits

We would like to thank Marco Squarcina for reporting the issue and Nicolas Grekas for fixing it.

References

  • github.com/FriendsOfPHP/security-advisories/blob/master/symfony/security-bundle/CVE-2022-24895.yaml
  • github.com/FriendsOfPHP/security-advisories/blob/master/symfony/symfony/CVE-2022-24895.yaml
  • github.com/advisories/GHSA-3gv2-29qc-v67m
  • github.com/symfony/security-bundle/commit/076fd2088ada33d760758d98ff07ddedbf567946
  • github.com/symfony/symfony
  • github.com/symfony/symfony/commit/5909d74ecee359ea4982fcf4331aaf2e489a1fd4
  • github.com/symfony/symfony/security/advisories/GHSA-3gv2-29qc-v67m
  • lists.debian.org/debian-lts-announce/2023/07/msg00014.html
  • nvd.nist.gov/vuln/detail/CVE-2022-24895
  • symfony.com/cve-2022-24895

Code Behaviors & Features

Detect and mitigate CVE-2022-24895 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 2.0.0 before 4.4.50, all versions starting from 5.0.0 before 5.4.20, all versions starting from 6.0.0 before 6.0.20, all versions starting from 6.1.0 before 6.1.12, all versions starting from 6.2.0 before 6.2.6

Fixed versions

  • 4.4.50
  • 5.4.20
  • 6.0.20
  • 6.1.12
  • 6.2.6

Solution

Upgrade to versions 4.4.50, 5.4.20, 6.0.20, 6.1.12, 6.2.6 or above.

Impact 6.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L

Learn more about CVSS

Weakness

  • CWE-384: Session Fixation
  • CWE-613: Insufficient Session Expiration

Source file

packagist/symfony/symfony/CVE-2022-24895.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:16:07 +0000.