SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-81924

LOW · CVSS 2.1 EPSS 0.18%

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Concrete CMS versions prior to 9.5.3 are vulnerable to Cross-Site Request Forgery (CSRF) in the theme page-template activation feature, allowing attackers to create unauthorized page-template records by exploiting the lack of anti-CSRF token validation. This vulnerability could enable a remote attacker to manipulate site configurations without the administrator's consent if they can trick a signed-in administrator into visiting a malicious page. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized changes to their site.

CVE
CVE-2026-81924
Severity
LOW
CVSS
2.1
EPSS
0.18%

Original NVD Description

Concrete CMS before 9.5.3 is vulnerable to Cross-Site Request Forgery (CSRF) in the theme page-template activation feature. The Dashboard theme Inspect controller's activate_files() action created PageTemplate records from attacker-supplied pageTemplates[] values without validating an anti-CSRF token.A remote attacker could host a page that auto-submitted a forged POST request; when a signed-in administrator visited it, the request executed under the administrator's session and created theme page-template records, changing site configuration without the administrator's consent. The Concrete CMS security team gave this vulnerability a CVSS v4.0 score of 2.1 with vector CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N. Thanks Andrew Gonzalez for reporting.