CVE-2026-35183 PUBLISHED

Brave CMS has an Insecure Direct Object Reference in Article Image Deletion

Assigner: GitHub_M
Reserved: 01.04.2026 Published: 06.04.2026 Updated: 06.04.2026

Brave CMS is an open-source CMS. Prior to 2.0.6, an Insecure Direct Object Reference (IDOR) vulnerability exists in the article image deletion feature. It is located in app/Http/Controllers/Dashboard/ArticleController.php within the deleteImage method. The endpoint accepts a filename from the URL but does not verify ownership. This allows an authenticated user with edit permissions to delete images attached to articles owned by other users. This vulnerability is fixed in 2.0.6.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
CVSS Score: 7.1

Product Status

Vendor Ajax30
Product BraveCMS-2.0
Versions
  • Version < 2.0.6 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE