CVE Catalog

CVE-2026-81920

MediumCVSS 4.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.19%

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

Summary

Concrete CMS below 9.5.3 was vulnerable to Cross-Site Request Forgery in the dashboard SEO Excluded Words page. The reset() controller action cleared the administrator-configured reserved-word list without validating the anti-CSRF token or restricting the request to POST. A remote attacker could lure an authenticated user with SEO access to a crafted page, reverting the reserved-word list to default and silently altering future URL-slug generation.

Risk Assessment

An unauthenticated remote attacker can cause unauthorized modification of the site's SEO configuration by tricking a privileged user into interaction. This compromises the integrity of the slug policy and may affect search engine visibility.

Recommendation

Update Concrete CMS to version 9.5.3 or later. Additionally, consider enabling the SameSite attribute for session cookies and enforcing CSRF token validation on all state-changing actions.

Other vulnerabilities in Concrete CMS

See all
Original NVD description (English source)

Concrete CMS below 9.5.3 was vulnerable to Cross-Site Request Forgery in the dashboard SEO Excluded Words page. The reset() controller action cleared the administrator-configured reserved-word list (concrete.seo.exclude_words) but did not validate the anti-CSRF token that the reset modal emitted, and it did not restrict the request to the POST method. A remote attacker who lured an authenticated user with SEO access to a crafted page could revert the reserved-word list to its default and silently alter future URL-slug generation for pages, files, topics, and other objects created through the Text urlify service, undoing the site's configured SEO slug policy. The Concrete CMS security team gave this vulnerability a CVSS v4.0 score of 2.3 with vector CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N. Thanks riodrwn for reporting.

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