CVE Catalog

CVE-2026-18425

LowCVSS 2.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.18%

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

Summary

Concrete CMS 9 before 9.5.3 authorized the dashboard sitemap reorder action using only the global access_sitemap task permission and did not check per-page edit permission before updating each page's display order. An authenticated user with sitemap access could change the display order of pages they had no rights to edit. The reorder action also lacked CSRF token validation.

Risk Assessment

The risk is the possibility of unauthorized modification of page order in navigation, which could lead to user confusion or manipulation of public content.

Recommendation

Update to version 9.5.3 or later and implement per-page permission validation and CSRF tokens.

Other vulnerabilities in Concrete CMS

See all
Original NVD description (English source)

Concrete CMS 9 before 9.5.3 authorized the dashboard sitemap reorder action (Concrete\Controller\Backend\Dashboard\SitemapUpdate) using only the global access_sitemap task permission and did not check per-page edit permission before updating each page's display order. As a result, an authenticated user granted sitemap access could change the display order (cDisplayOrder) of any pages they had no rights to edit, altering the order in which those pages render in navigation, breadcrumb, and page-list output. The reorder action additionally validated no CSRF token, so the write could be triggered by a forged request. 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 Winston Crooker for reporting.

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