Lucene search

K
githubGitHub Advisory DatabaseGHSA-45QM-J4M9-WHV9
HistoryMay 15, 2024 - 9:15 p.m.

eZ Platform CSRF token in login form is disabled by default

2024-05-1521:15:21
CWE-352
GitHub Advisory Database
github.com
1
ez platform
csrf token
security advisory
composer
configuration
vulnerability
cross-site request forgery
token manager
security.yaml

7.3 High

AI Score

Confidence

High

his security advisory fixes a potential vulnerability in the eZ Platform log in form. That form has a Cross-Site Request Forgery (CSRF) token, but the CSRF functionality is not enabled by default, meaning the token is inactive. The fix is distributed via Composer as ezsystems/ezplatform v2.5.4, and in v3.0.0 when that will be released.

If you’d like to manually enable it in your configuration, this is done by editing your app/config/security.yml and setting the “csrf_token_generator” key to “security.csrf.token_manager”, like this:

security:
    firewalls:
        ezpublish_front:
            form_login:
                csrf_token_generator: security.csrf.token_manager

NB: In eZ Platform 3.0 this file has been moved to config/packages/security.yaml

CPENameOperatorVersion
ezsystems/ezplatformlt2.5.4

7.3 High

AI Score

Confidence

High