CVE Catalog

CVE-2026-18421

LowCVSS 2.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

15th percentile - higher than 15% of all known CVEs

Summary

Concrete CMS 9 through 9.5.2 does not perform an authorization check in three actions of the Boards data source dashboard controller (update, update_data_source, and delete_data_source), which resolve a ConfiguredDataSource directly from an attacker-supplied identifier without confirming edit permission on the owning board. A user with edit_board_settings on one board could modify or permanently delete data sources of any other board.

Risk Assessment

An attacker with board-edit privileges can remotely modify or delete data sources of other boards, halting their content feeds and resetting custom weighting. This compromises the integrity and availability of board configurations.

Recommendation

Update Concrete CMS to version 9.5.3 or later. Additionally, consider enforcing permission checks on the target object and binding CSRF tokens to the specific object.

Other vulnerabilities in Concrete CMS

See all
Original NVD description (English source)

Concrete CMS 9 through 9.5.2 does not perform an authorization check in three actions of the Boards data source dashboard controller (update, update_data_source, and delete_data_source), which resolve a ConfiguredDataSource directly from an attacker-supplied identifier without confirming the requester's edit permission on the owning board. A user granted edit_board_settings on a single board was therefore able to modify or permanently delete the configured data sources of any other board on the site, halting the affected board's content feed and resetting its custom weighting. The CSRF token that guards these actions was validated but bound to the action name rather than to the target object, so a token legitimately obtained for one board could be replayed against another board's ConfiguredDataSource identifier and did not constrain access. 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:L/SC:N/SI:N/SA:N. Thanks Winston Crooker for reporting.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS