All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-50282
MEDIUMpublished 2026-07-02 17:17 UTC · 2 days ago · modified 2026-07-02 19:16 UTC
4.9
CVSS / 10
// description
Craft CMS is a content management system (CMS). Versions 5.0.0-RC1 and above, prior to 5.9.21 and versions 4.0.0-RC1 and above prior to 4.17.14 contain an authorization issue where a forced folder move can delete a conflicting destination folder without destination delete permission. Function craft\\controllers\\AssetsController::actionMoveFolder() supports moving an asset folder into a destination parent folder. If a folder with the same name already exists at the destination, the action can be called with force=true to overwrite the destination. This issue has been resolved in versions 5.9.21 and 4.17.14.
// weaknesses (CWE)
- CWE-862