CVE-2026-14793: Craft CMS reorder-sets Endpoint GlobalsController.php actionReorderSets authorization
A vulnerability was detected in Craft CMS up to 4.18.0.1. Affected is the function actionReorderSets of the file src/controllers/GlobalsController.php of the component reorder-sets Endpoint. The manipulation results in authorization bypass. The attack can be executed remotely. Upgrading to version 4.18.1 is able to address this issue. The patch is identified as 9bd05c91e6a7e6da5e949ec41a31c220c059aa04. The affected component should be upgraded.
Other sources
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.
Description
GlobalsController exposes three administrative actions for managing global set structure. Two of them gate on admin status; the third does not.
Prerequisites
- A Craft CMS instance with at least two global sets and a non-admin control panel user account.
Impact
A non-admin control panel user can reorder all global sets. While this does not expose or modify content, reordering global sets modifies the project config -- a versioned artifact that is typically committed to source control and deployed across environments. An attacker can create noise in the project config history, trigger config-sync conflicts, or manipulate the display order seen by all editors in the admin panel. The same non-admin user cannot create or delete global sets because those actions correctly enforce requireAdmin().
— GitHub
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
composer/craftcms/cmsto a version that resolves this vulnerability.Fixed in 5.10.3 - Upgrade
Upgrade
composer/craftcms/cmsto a version that resolves this vulnerability.Fixed in 4.18.1 - Upgrade
Upgrade
Craft CMS reorder-sets Endpoint (GlobalsController.php actionReorderSets)to a version that resolves this vulnerability.Fixed in 4.18.1Patch 9bd05c91e6a7e6da5e949ec41a31c220c059aa04
Event History
Frequently Asked Questions
What is the severity of CVE-2026-14793?
The severity of CVE-2026-14793 is medium with a score of 4.3.
How do I fix CVE-2026-14793?
To fix CVE-2026-14793, upgrade Craft CMS to version 4.18.0.2 or later.
What type of vulnerability is CVE-2026-14793?
CVE-2026-14793 is an authorization bypass vulnerability in the actionReorderSets function.
Can CVE-2026-14793 be exploited remotely?
Yes, CVE-2026-14793 can be executed remotely by attackers.
Which versions of Craft CMS are affected by CVE-2026-14793?
Craft CMS versions up to and including 4.18.0.1 are affected by CVE-2026-14793.