SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-81915

MEDIUM · CVSS 5.1 EPSS 0.37%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

Concrete CMS versions prior to 9.5.3 are vulnerable due to a lack of object-level authorization checks when updating Page Types, allowing authenticated users to modify configurations beyond their permissions. This could lead to unauthorized changes in the CMS, potentially compromising the integrity of the site. Organizations using affected versions should prioritize patching to mitigate the risk of privilege escalation and unauthorized access.

CVE
CVE-2026-81915
Severity
MEDIUM
CVSS
5.1
EPSS
0.37%

Original NVD Description

Concrete CMS below 9.5.3 does not perform an object-level authorization check when a Page Type was updated. The Types::submit() dashboard controller loaded and saved the Page Type identified by a user-supplied ptID without calling canEditPageType(), so a signed-in dashboard user permitted to edit one Page Type could modify the configuration of Page Types outside their assigned authorization boundary. The update_page_type token was validated but is action- and user-scoped rather than object-scoped, so it did not constrain which Page Type could be targeted. The Concrete CMS security team gave this vulnerability a CVSS v4.0 score of 5.1 with vector CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N. Thanks Andrew Gonzalez for reporting.