Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. concrete5/concrete5
  4. ›
  5. CVE-2026-8428

CVE-2026-8428: Concrete CMS is Vulnerable to Cross-Site Request Forgery

May 21, 2026 (updated June 24, 2026)

Concrete CMS 9.5.0 and below emits a CSRF token in the local_available_update.php view ($token->output(‘do_update’)) but the corresponding do_update() method in concrete/controllers/single_page/dashboard/system/update/update.php never calls $this->token->validate(‘do_update’). The form is rendered as a POST form, meaning the token reaches the browser, but because the controller discards it without verification, an attacker can craft a cross-site POST that triggers a core CMS update to an attacker-specified version string.  In order to be vulnerable, theictim must be passing canUpgrade()anda valid update version must be present under DIR_CORE_UPDATES.

References

  • documentation.concretecms.org/9-x/developers/introduction/version-history/951-release-notes
  • github.com/advisories/GHSA-prxr-vjgc-2cq9
  • nvd.nist.gov/vuln/detail/CVE-2026-8428

Code Behaviors & Features

Detect and mitigate CVE-2026-8428 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 before 9.5.1

Fixed versions

  • 9.5.1

Solution

Upgrade to version 9.5.1 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

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

Source file

packagist/concrete5/concrete5/CVE-2026-8428.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Fri, 10 Jul 2026 12:17:07 +0000.