CVE-2026-14793: Craft CMS: Missing authorization check allows non-admin control panel users to reorder Global Sets
The reorder-sets action in Craft CMS’s GlobalsController is missing the requireAdmin() check that the adjacent save-set and delete-set actions both enforce. Any authenticated control panel user can POST to /actions/globals/reorder-sets and permanently reorder all global sets in the project config, regardless of whether they have admin access. The reordering is written through to the project config and persists across requests.
References
- github.com/advisories/GHSA-9p7c-v5x3-rfx8
- github.com/craftcms/cms/commit/9bd05c91e6a7e6da5e949ec41a31c220c059aa04
- github.com/craftcms/cms/releases/tag/4.18.1
- github.com/craftcms/cms/releases/tag/5.10.3
- github.com/craftcms/cms/security/advisories/GHSA-9p7c-v5x3-rfx8
- nvd.nist.gov/vuln/detail/CVE-2026-14793
- vuldb.com/cve/CVE-2026-14793
- vuldb.com/submit/850792
- vuldb.com/vuln/376387
Code Behaviors & Features
Detect and mitigate CVE-2026-14793 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →