CVE-2026-35047
Published: 06 April 2026
Description
Brave CMS is an open-source CMS. Prior to 2.0.6, an Unrestricted File Upload vulnerability in the CKEditor endpoint allows attackers to upload arbitrary files, including executable scripts. This may lead to Remote Code Execution (RCE) on the server, potentially resulting…
more
in full system compromise, data exfiltration, or service disruption. All users running affected versions of BraveCMS are impacted. This vulnerability is fixed in 2.0.6.
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates unrestricted file uploads by validating uploaded files against dangerous types and contents at the CKEditor endpoint.
Addresses the specific vulnerability by requiring timely remediation through patching to version 2.0.6 or later.
Enforces restrictions on file upload inputs to permit only safe types, blocking executable scripts at the vulnerable endpoint.
Security SummaryAI
CVE-2026-35047 is an unrestricted file upload vulnerability affecting Brave CMS, an open-source content management system, in versions prior to 2.0.6. The flaw resides in the CKEditor endpoint, which permits attackers to upload arbitrary files, including executable scripts. This issue, classified under CWE-434 (Unrestricted Upload of File with Dangerous Type), carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its potential for remote code execution (RCE) on the server.
The vulnerability can be exploited remotely by unauthenticated attackers with no privileges or user interaction required. By sending a malicious file upload request to the affected CKEditor endpoint, an attacker can upload executable scripts, leading to RCE. Successful exploitation may result in full server compromise, data exfiltration, or service disruption, impacting all users running vulnerable versions of BraveCMS.
Mitigation is available through the patch released in BraveCMS version 2.0.6. The GitHub security advisory (GHSA-9rcc-w59j-965v), associated pull request (#122), and fixing commit (058ee4ed7c2b39d540af8274024afcbc9532aa83) detail the resolution, recommending immediate upgrades for all affected installations.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE enables exploitation of public-facing web application (T1190) via unrestricted file upload in CKEditor endpoint, allowing unauthenticated RCE through executable script upload, directly facilitating web shell deployment (T1100).