Impact
Brave CMS versions earlier than 2.0.6 contain an Insecure Direct Object Reference in the article image deletion feature, in which the deleteImage method accepts a filename from the request URL but does not verify that the requester owns the image or its parent article; as a result, any authenticated user who has edit permissions can delete images that belong to other users’ articles, leading to loss of asset integrity and possible content disruption.
Affected Systems
The affected product is Ajax30 BraveCMS 2.0, specifically any deployment running a version prior to 2.0.6; the vulnerability resides in app/Http/Controllers/Dashboard/ArticleController.php within the deleteImage method and is fixed in version 2.0.6 and later.
Risk and Exploitability
The CVSS score of 7.1 indicates moderate severity, while the EPSS score of less than 1% shows a low probability of exploitation; the vulnerability is not listed in the CISA KEV catalog, and it requires an authenticated user with edit rights to exercise the IDOR, with no requirement for privilege escalation or remote code execution.
OpenCVE Enrichment