Lucene search

K
osvGoogleOSV:GHSA-VVMR-8829-6WHX
HistoryFeb 01, 2022 - 12:46 a.m.

CSRF token missing in Symfony

2022-02-0100:46:57
Google
osv.dev
38

0.001 Low

EPSS

Percentile

41.8%

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.