Learn about CVE-2021-41268, a vulnerability in Symfony SecurityBundle allowing attackers to maintain post-password change access. Find mitigation steps and upgrade to version 5.3.12.
Symfony/SecurityBundle is the security system for Symfony, a PHP framework for web and console applications and a set of reusable PHP components. This vulnerability allows attackers to maintain access to an account even after the password is changed, due to a flaw in the handling of Remember me cookies.
Understanding CVE-2021-41268
What is CVE-2021-41268?
Symfony 5.3.0 to 5.3.11 has a security issue where the Remember me cookie is not invalidated upon a password change, enabling attackers to retain access to an account.
The Impact of CVE-2021-41268
This vulnerability poses a medium severity risk with high confidentiality impact. Attackers with minimal privileges can exploit this issue without user interaction.
Technical Details of CVE-2021-41268
Vulnerability Description
After Symfony 5.3.0, changing a password does not render the Remember me cookie invalid, allowing attackers to persist access post-password change.
Affected Systems and Versions
Exploitation Mechanism
Mitigation and Prevention
Immediate Steps to Take
Long-Term Security Practices
Patching and Updates