Skip to content

CSRF token missing in Symfony

High severity GitHub Reviewed Published Jan 29, 2022 in symfony/symfony • Updated Apr 22, 2024

Package

composer symfony/framework-bundle (Composer)

Affected versions

= 5.3.14
= 5.4.3
= 6.0.3

Patched versions

5.3.15
5.4.4
6.0.4

Description

Description

The Symfony form component provides a CSRF protection mechanism by using a random token injected in the form and using the session to store and control the token submitted by the user.
When using the FrameworkBundle, this protection can be enabled or disabled with the configuration. If the configuration is not specified, by default, the mechanism is enabled as long as the session is enabled.

In a recent change in the way the configuration is loaded, the default behavior has been dropped and, as a result, the CSRF protection is not enabled in form when not explicitly enabled, which makes the application sensible to CSRF attacks.

Resolution

Symfony restored the default configuration to enable the CSRF protection by default.

The patch for this issue is available here for branch 5.3.

Credits

We would like to thank Catalin Dan and David Lochner for reporting the issue and Jérémy Derussé for fixing the issue.

References

@fabpot fabpot published to symfony/symfony Jan 29, 2022
Reviewed Jan 31, 2022
Published to the GitHub Advisory Database Feb 1, 2022
Published by the National Vulnerability Database Feb 1, 2022
Last updated Apr 22, 2024

Severity

High
8.1
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Weaknesses

CVE ID

CVE-2022-23601

GHSA ID

GHSA-vvmr-8829-6whx

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.