Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. ezsystems/ezplatform
  4. ›
  5. GHSA-45qm-j4m9-whv9

GHSA-45qm-j4m9-whv9: eZ Platform CSRF token in login form is disabled by default

May 15, 2024

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

References

  • github.com/FriendsOfPHP/security-advisories/blob/master/ezsystems/ezplatform/2019-06-27-1.yaml
  • github.com/advisories/GHSA-45qm-j4m9-whv9
  • github.com/ezsystems/ezplatform
  • share.ez.no/community-project/security-advisories/ezsa-2019-004-csrf-token-in-login-form-is-disabled-by-default
  • web.archive.org/web/20210614185223/https://share.ez.no/community-project/security-advisories/ezsa-2019-004-csrf-token-in-login-form-is-disabled-by-default

Code Behaviors & Features

Detect and mitigate GHSA-45qm-j4m9-whv9 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 2.5.0 before 2.5.4

Fixed versions

  • 2.5.4

Solution

Upgrade to version 2.5.4 or above.

Weakness

  • CWE-352: Cross-Site Request Forgery (CSRF)

Source file

packagist/ezsystems/ezplatform/GHSA-45qm-j4m9-whv9.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:05 +0000.