Description
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.
Published: 2026-07-06
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the actionReorderSets method of Craft CMS’s GlobalsController. A flaw allows an attacker to reorder global sets without supplying appropriate authorization, which results in an authorization bypass (CWE-285). This enables an attacker to move settings beyond their permitted scope, potentially facilitating further privileged activity.

Affected Systems

Craft CMS versions 4.18.0 and earlier, including 4.18.0.1, are affected. All deployments of this CMS that have not yet upgraded to version 4.18.1 or newer are vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score is <1%, indicating a low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, the attack can be carried out remotely by sending a crafted request to the reorder‑sets endpoint, possibly requiring network access to the CMS. Given the limited exploitation likelihood, immediate patching remains the most prudent approach.

Generated by OpenCVE AI on July 26, 2026 at 21:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch in version 4.18.1, which restores proper authorization checks for the reorder‑sets endpoint and mitigates the CWE‑285 authorization bypass vulnerability.
  • If an immediate upgrade is not possible, apply the advisory patch from commit 9bd05c91e6a7e6da5e949c... to src/controllers/GlobalsController.php, ensuring that the code enforces proper authorization checks.
  • Restrict or audit access to the reorder‑sets endpoint so that only users with legitimate permissions can invoke set reordering operations, thereby limiting potential exploitation of both CWE‑285 and CWE‑639.

Generated by OpenCVE AI on July 26, 2026 at 21:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Craft CMS reorder-sets Endpoint GlobalsController.php actionReorderSets authorization
First Time appeared Craft
Craft cms
Weaknesses CWE-285
CWE-639
CPEs cpe:2.3:a:craft:cms:*:*:*:*:*:*:*:*
Vendors & Products Craft
Craft cms
References
Metrics cvssV2_0

{'score': 4, 'vector': 'AV:N/AC:L/Au:S/C:N/I:P/A:N/E:ND/RL:OF/RC:C'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N/E:X/RL:O/RC:C'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N/E:X/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T16:49:07.984Z

Reserved: 2026-07-05T18:26:20.325Z

Link: CVE-2026-14793

cve-icon Vulnrichment

Updated: 2026-07-06T16:03:07.883Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T21:15:03Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key