Severity by source
AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H
Contributor is PR:L not PR:H; stored XSS executing in admin's session crosses scope boundary (S:C); no direct availability impact on the server.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
4DescriptionCVE.org
The Brizy WordPress plugin before 2.8.19 does not sanitize or escape featured-image focal-point coordinates submitted through one of its AJAX actions before storing them and later echoing them into HTML attributes in the post editor's Featured Image meta box, allowing users with the Contributor role or above to inject arbitrary web scripts that execute in the session of a higher-privileged user who opens the post for review.
AnalysisAI
Stored cross-site scripting in the Brizy WordPress plugin before 2.8.19 allows any authenticated user with Contributor role or above to plant persistent XSS payloads via unsanitized featured-image focal-point coordinates submitted through an AJAX action. When a higher-privileged user (Editor or Administrator) later opens the affected post for review, the injected script executes silently in their browser session, enabling session hijacking or unauthorized administrative actions. A publicly available exploit exists per WPScan; the vendor has released a fix in version 2.8.19.
Technical ContextAI
CWE-79 (Improper Neutralization of Input During Web Page Generation) describes this root cause: user-supplied data flows from an AJAX endpoint into persistent storage and is later rendered into HTML attributes without output encoding or input sanitization. The affected component is the Brizy page builder plugin for WordPress (CPE: cpe:2.3:a:unknown:brizy:*:*:*:*:*:*:*:*), specifically the AJAX handler responsible for processing focal-point coordinate metadata for featured images. The payload is stored in the WordPress database and re-rendered inside HTML attribute context within the post editor's Featured Image meta box - a privileged editorial interface - meaning the injection surface is only visible to higher-privilege roles, which delays detection while maximizing impact. The attack abuses the trust WordPress editors inherently place in content authored by lower-privilege contributors.
RemediationAI
Update the Brizy plugin to version 2.8.19 or later, which includes the vendor-released fix per the WPScan advisory (https://wpscan.com/vulnerability/3fce478e-e240-46f4-b4a5-682eec11c7ad/) and NVD entry (https://nvd.nist.gov/vuln/detail/CVE-2026-16069). If immediate patching is not possible, restrict Contributor-level account creation and audit existing Contributor accounts for trustworthiness, as they represent the attacker's required access level. As a compensating control, consider disabling the Brizy plugin temporarily and substituting a different featured-image workflow - the trade-off is loss of Brizy page-builder functionality. Site administrators should also review recent posts authored by Contributor-level users for unexpected script tags or encoded payloads in featured-image metadata. WordPress security plugins with XSS output-sanitization filters may provide partial mitigation but are not a substitute for patching.
The Brizy plugin for WordPress is vulnerable to authorization bypass due to a incorrect capability check on the is_admin
The Unyson WordPress plugin before 2.7.27 does not sanitise and escape a parameter before outputting it back in the page
The Brizy - Page Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validatio
The Brizy - Page Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validatio
The Brizy - Page Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing file extension vali
The Brizy WordPress plugin before 2.4.2 does not sanitise and escape some element content, which could allow users with
The Brizy WordPress plugin before 2.4.2 does not sanitise and escape some element URL, which could allow users with a ro
The Brizy Page Builder plugin <= 2.3.11 for WordPress was vulnerable to stored XSS by lower-privileged users such as a s
The Brizy Page Builder plugin <= 2.3.11 for WordPress allowed authenticated users to upload executable files to a locati
The Brizy - Page Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the form name values in a
Stored XSS in the Brizy WordPress plugin (all versions before 2.8.19) allows authenticated Author-level users to inject
The Brizy - Page Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Link To' field of mu
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-52594
GHSA-xpm5-253f-8839