PatchSiren cyber security CVE debrief
CVE-2026-81920 Concrete CMS CVE debrief
A Cross-Site Request Forgery vulnerability in Concrete CMS below 9.5.3 allows a remote attacker to revert the administrator-configured reserved-word list and alter future URL-slug generation. This issue, reported by riodrwn, was scored 2.3 by the Concrete CMS security team with a CVSS v4.0 vector of 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.
- Vendor
- Concrete CMS
- Product
- Unknown
- CVSS
- LOW 2.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-15
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-15
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for Concrete CMS installations, particularly those with SEO configurations, should assess exposure and prioritize upgrading to version 9.5.3 or later. This includes operators, platform administrators, vulnerability management teams, and security teams who need to verify and restrict access to the dashboard SEO Excluded Words page, implement anti-CSRF token validation, and review compensating controls for exposed systems.
Why it matters
Defenders should care about CVE-2026-81920 because it allows attackers to alter SEO configurations in Concrete CMS installations below version 9.5.3, potentially bypassing slug policies and impacting search engine optimization strategies. The vulnerability requires verification of Concrete CMS version and anti-CSRF token implementation to prevent exploitation.
- Potential bypass of SEO slug policy configurations
- Alteration of URL-slug generation for pages, files, topics, and other objects
- Verification of Concrete CMS version and anti-CSRF token implementation
- Potential impact on search engine optimization strategies
Technical summary
The reset() controller action in Concrete CMS below 9.5.3 clears the administrator-configured reserved-word list but does not validate the anti-CSRF token or restrict the request to the POST method. This allows a remote attacker to revert the reserved-word list to its default and 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 vulnerability requires verification of Concrete CMS version and anti-CSRF token implementation to prevent exploitation.
Defensive priority
Defenders should prioritize verifying and upgrading to Concrete CMS version 9.5.3 or later to prevent potential SEO policy bypasses.
Recommended defensive actions
- Verify and upgrade to Concrete CMS version 9.5.3 or later
- Review and restrict access to the dashboard SEO Excluded Words page
- Implement anti-CSRF token validation for the reset modal
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability was reported by riodrwn and scored 2.3 by the Concrete CMS security team. The issue is related to Cross-Site Request Forgery in the dashboard SEO Excluded Words page. The reset() controller action clears the administrator-configured reserved-word list but does not validate the anti-CSRF token or restrict the request to the POST method, allowing a remote attacker to revert the reserved-word list to its default and alter future URL-slug generation. Evidence is limited to public sources and may not reflect the full risk
Sources and references
Verified primary and authoritative sources
-
CVE-2026-81920 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-81920
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-81920 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-81920
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://documentation.concretecms.org/developers/introduction/version-history/953-release-notes
ff5b8ace-8b95-4078-9743-eac1ca5451de - Broken Link
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.