🔐 CVE Alert

CVE-2026-5324

HIGH 7.2

Brizy – Page Builder <= 2.8.11 - Unauthenticated Stored Cross-Site Scripting via FileUpload Field Value

CVSS Score
7.2
EPSS Score
0.0%
EPSS Percentile
0th

The Brizy – Page Builder plugin for WordPress is vulnerable to Unauthenticated Stored Cross-Site Scripting in all versions up to, and including, 2.8.11 This is due to a combination of missing nonce verification for unauthenticated form submissions, insufficient handling of FileUpload fields when no file is uploaded, and the reversal of security encoding via html_entity_decode() followed by unescaped output in the admin view. The submit_form() function skips nonce verification for non-logged-in users (api.php:198). The handleFileTypeFields() function fails to overwrite user-supplied values when no file is attached. While htmlentities() is applied during storage, html_entity_decode() reverses this on display (form-entries.php:79). The form-data.php template outputs FileUpload values directly in href attributes without esc_url(). This makes it possible for unauthenticated attackers to inject arbitrary web scripts that execute when an administrator views the form Leads page.

CWE CWE-79
Vendor themefusecom
Product brizy – page builder
Published May 2, 2026
Stay Ahead of the Next One

Get instant alerts for themefusecom brizy – page builder

Be the first to know when new high vulnerabilities affecting themefusecom brizy – page builder are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

themefusecom / Brizy – Page Builder
0 ≤ 2.8.11

References

NVD ↗ CVE.org ↗ EPSS Data ↗
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/78ec499e-5edd-4f11-9090-f79868864fee?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/brizy/tags/2.7.24/admin/views/form-data.php#L11 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/brizy/tags/2.7.24/admin/form-entries.php#L79 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/brizy/trunk/admin/views/form-data.php#L11 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/brizy/tags/2.7.24/editor/forms/api.php#L198 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/brizy/tags/2.7.24/editor/forms/api.php#L295 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset/3502206/brizy/trunk/admin/views/form-data.php plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?old_path=%2Fbrizy/tags/2.8.11&new_path=%2Fbrizy/tags/2.8.12

Credits

momopon1415