Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-50283
Published:July 01, 2026
Updated:July 21, 2026
Craft CMS is a content management system (CMS). Versions 5.0.0-RC1 through 5.9.20, and 4.0.0-RC1 through 4.17.13 contain an authorization issue in the AssetsController::actionReplaceFile that can delete a source asset without source delete permission by supplying both assetId and sourceAssetId. AssetsController::actionReplaceFile() supports replacing a target asset file using another existing asset as the source. The action loads: assetId -> $assetToReplace and sourceAssetId -> $sourceAsset, then enforces replace permissions using ($assetToReplace ?: $sourceAsset). When both IDs are provided, this expression resolves to the target asset so no permission check is performed against the source asset volume. When both assets are present, Craft copies the source file into the target and then deletes the source asset. There is no deletion check for for the source asset. An authenticated user who can replace files in one volume can delete assets in another volume where they do not have delete permission, as long as they can obtain a sourceAssetId, leading to broken content references and data loss. This issue has been fixed in versions 4.17.14 and 5.9.21.
Affected Packages
https://github.com/craftcms/cms.git (GITHUB):
Affected version(s) >=4.0.0-RC1 <4.17.14
Fix Suggestion:
Update to version 4.17.14
https://github.com/craftcms/cms.git (GITHUB):
Affected version(s) >=5.0.0-RC1 <5.9.21
Fix Suggestion:
Update to version 5.9.21
craftcms/cms (PHP):
Affected version(s) >=5.0.0-RC1 <5.9.21
Fix Suggestion:
Update to version 5.9.21
craftcms/cms (PHP):
Affected version(s) >=4.0.0-RC1 <4.17.14
Fix Suggestion:
Update to version 4.17.14
craftcms/cms (PHP):
Affected version(s) >=4.0.0-RC1 <4.17.14
Fix Suggestion:
Update to version 4.17.14
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.4
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
LOW
Availability
LOW
Weakness Type (CWE)
Authorization Bypass Through User-Controlled Key
Missing Authorization
EPSS
Base Score:
0.27