CVE-2021-41268

Session Fixation in packagist/symfony/security-http

Identifiers

CVE-2021-41268, GHSA-qw36-p97w-vcqr

Package Slug

packagist/symfony/security-http

Vulnerability

Session Fixation

Description

Symfony/SecurityBundle is the security system for Symfony, a PHP framework for web and console applications and a set of reusable PHP components. Since the rework of the Remember me cookie, the cookie is not invalidated when the user changes their password. Attackers can therefore maintain their access to the account even if the password is changed as long as they have had the chance to login once and get a valid remember me cookie. Starting with, Symfony makes the password part of the signature by default. In that way, when the password changes, then the cookie is not valid anymore.

Affected Versions

All versions starting from 5.3.0 before 5.3.12

Solution

Upgrade to version 5.4.0 or above.

Last Modified

2021-12-01

source