Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Smitocaru

#16995of 53,630
15.8Total CVSS
Vulnerabilities · 2
High
2
PT-2026-39138
8.7
2026-05-08
Brave Cms · Brave Cms · CVE-2026-41524
**Name of the Vulnerable Software and Affected Versions** Brave CMS versions prior to commit 6c56603 **Description** Page and article body content entered through the CKEditor rich-text editor is stored verbatim in the database and rendered using Laravel Blade's unescaped output directive {!! !!}. This allows an editor-role user to inject JavaScript or HTML that is permanently stored and executed in the browser of every visitor when the page loads. **Recommendations** Update to the version containing commit 6c56603.
PT-2026-39140
7.1
2026-05-08
Brave Cms · Brave Cms · CVE-2026-41576
**Name of the Vulnerable Software and Affected Versions** Brave CMS versions prior to commit 6c56603 **Description** The contact form is publicly accessible without authentication. User-supplied message text is processed by the `nl2br()` function, which converts newlines to `<br>` tags but fails to escape HTML. This content is then rendered in a Blade email template using the unescaped `{!! $msg !!}` directive. Consequently, arbitrary markup can be injected into the email body. Although modern email clients generally block JavaScript, they still render HTML, allowing attackers to create phishing interfaces within emails sent to administrators. **Recommendations** Update to the version containing commit 6c56603.