Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/brizy/tags/2.7.24/admin/form-entries.
- https://plugins.trac.wordpress.org/browser/brizy/tags/2.7.24/admin/views/form-da
- https://plugins.trac.wordpress.org/browser/brizy/tags/2.7.24/editor/forms/api.ph
- https://plugins.trac.wordpress.org/browser/brizy/tags/2.7.24/editor/forms/api.ph
- https://plugins.trac.wordpress.org/browser/brizy/trunk/admin/views/form-data.php
- https://plugins.trac.wordpress.org/changeset/3502206/brizy/trunk/admin/views/for
- https://plugins.trac.wordpress.org/changeset?old_path=%2Fbrizy/tags/2.8.11&new_p
- https://www.wordfence.com/threat-intel/vulnerabilities/id/78ec499e-5edd-4f11-909
FAQ
What is CVE-2026-5324?
CVE-2026-5324 is a vulnerability with a CVSS score of 7.2 (HIGH). 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 ve...
How severe is CVE-2026-5324?
CVE-2026-5324 has been rated HIGH with a CVSS base score of 7.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-5324?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.