๐Ÿ” CVE Alert

CVE-2026-72785

MEDIUM 4.3

Craft CMS before 5.10.6 Authorization Bypass via structures/move-element

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

Craft CMS 5.0.0-RC1 through 5.10.5 contains an incorrect authorization vulnerability. A control-panel user holding only the viewCategories permission (without saveCategories) for a category group can permanently modify that group's category structure โ€” reordering and re-parenting categories โ€” via the structures/move-element action. The structureEditable flag is computed from the view permission rather than the save permission, and the StructuresController authorizes the mutating action on that read-time session grant without a save re-check. Because a category's URI is derived from its position in the structure, moving a category changes its URL and those of its descendants and can corrupt navigation menus built from the category taxonomy. The issue is fixed in 5.10.6.

CWE CWE-863
Vendor craftcms
Product cms
Published Aug 11, 2026
Stay Ahead of the Next One

Get instant alerts for craftcms cms

Be the first to know when new medium vulnerabilities affecting craftcms cms are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

craftcms / cms
5.0.0-RC1 < 5.10.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/craftcms/cms/security/advisories/GHSA-xxpx-f366-4xpq vulncheck.com: https://www.vulncheck.com/advisories/craft-cms-before-authorization-bypass-via-structures-move-element

Credits

๐Ÿ” smakarim