Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Lifecycle Timeline
7DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in ThemeFusion Fusion Builder fusion-builder allows Reflected XSS.This issue affects Fusion Builder: from n/a through < 3.15.0.
AnalysisAI
A Reflected Cross-Site Scripting (XSS) vulnerability exists in ThemeFusion Fusion Builder, a WordPress page builder plugin, affecting all versions prior to 3.15.0. An unauthenticated attacker can inject malicious JavaScript into web pages through improper input sanitization, allowing them to steal session cookies, perform actions on behalf of users, or redirect visitors to malicious sites. No CVSS score, EPSS data, or public proof-of-concept have been officially published, but the vulnerability has been documented by Patchstack and assigned EUVD-2026-15919; patch availability is confirmed via the vendor advisory.
Technical ContextAI
The vulnerability stems from improper neutralization of user-supplied input during web page generation in Fusion Builder (CPE: cpe:2.3:a:themefusion:fusion_builder), a WordPress plugin used for visual page design. The root cause is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), indicating that the application fails to properly encode or validate user input before rendering it in HTML contexts. This allows attackers to inject arbitrary JavaScript that executes in the context of a victim's browser when they visit a crafted link, bypassing client-side filters and potentially server-side protections due to inadequate output encoding.
RemediationAI
Immediately upgrade ThemeFusion Fusion Builder to version 3.15.0 or later, which contains the patch for this reflected XSS vulnerability. WordPress administrators should check their plugin installations via the WordPress dashboard (Plugins > Installed Plugins) and apply the update automatically or manually from the WordPress plugin repository. Until an update can be applied, implement input validation and output encoding at the web server level using a Web Application Firewall (WAF) to detect and block payloads containing script tags or event handlers. Additionally, enforce Content Security Policy (CSP) headers to restrict script execution origins, reducing the impact of any injected XSS code. Consult the Patchstack advisory and ThemeFusion's official security channels for detailed patch notes and any additional guidance.
More in Fusion Builder
View allThe Fusion Builder WordPress plugin before 3.6.2, used in the Avada theme, does not validate a parameter in its forms wh
PHP Object Injection in the ThemeFusion Fusion Builder WordPress plugin (versions ≤ 3.15.4) allows authenticated users w
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in ThemeFusion Fusion
Arbitrary file deletion in the Fusion Builder WordPress plugin (versions <= 3.15.4) allows authenticated users with Cont
Cross-Site Request Forgery (CSRF) vulnerability in ThemeFusion Fusion Builder.11.1. Rated high severity (CVSS 7.1), this
Fusion Builder, a WordPress plugin by ThemeFusion, contains a missing authorization vulnerability (CWE-862) that allows
This vulnerability is a missing authorization flaw in ThemeFusion Fusion Builder that allows unauthenticated attackers t
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15919