Fusion Builder
CVE-2026-54193
HIGH
Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
Remote contributor-authenticated request (AV:N, AC:L, PR:L, UI:N) deletes files outside the plugin (S:C); only availability is directly impacted (C:N/I:N/A:H).
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
Lifecycle Timeline
1DescriptionCVE.org
Contributor Arbitrary File Deletion in Fusion Builder <= 3.15.4 versions.
AnalysisAI
Arbitrary file deletion in the Fusion Builder WordPress plugin (versions <= 3.15.4) allows authenticated users with Contributor-level privileges to delete arbitrary files on the underlying server via a path traversal flaw. Deletion of critical files such as wp-config.php can force WordPress into setup mode, enabling site takeover; no public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
Fusion Builder is a commercial WordPress page-builder plugin developed by ThemeFusion (cpe:2.3:a:themefusion:fusion_builder), commonly bundled with the Avada theme and present on a very large number of WordPress installations. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, i.e., path traversal): a plugin handler that accepts a file path or filename from a contributor-level user fails to canonicalize and constrain the path within the plugin's intended directory, allowing '../' sequences (or absolute paths) to reach files outside the plugin scope. Because WordPress runs the web server process with read/write access to its own document root and wp-content, an unconstrained unlink()-style operation translates directly into deletion of arbitrary files owned by the web user.
RemediationAI
Upgrade the Fusion Builder plugin to a version newer than 3.15.4 once ThemeFusion publishes a fixed release; refer to the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/fusion-builder/vulnerability/wordpress-fusion-builder-plugin-3-15-4-arbitrary-file-deletion-vulnerability for the patched version and vendor changelog. Patch status per available data: no vendor-released patch version is confirmed in the input at time of analysis. As compensating controls until a patched build is deployed, temporarily disable open user registration or restrict the Contributor role from creating posts that invoke Fusion Builder editing endpoints, place a WAF rule blocking path-traversal sequences (../ , %2e%2e%2f, absolute paths) on the plugin's AJAX/admin-ajax endpoints, and enforce least-privilege filesystem permissions so the web user cannot delete wp-config.php or files outside wp-content/uploads (trade-off: some plugins may break if write access is overly restricted). Maintain off-host backups of wp-config.php and core files so that a successful deletion does not enable the wp-config rewrite takeover.
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
Cross-Site Request Forgery (CSRF) vulnerability in ThemeFusion Fusion Builder.11.1. Rated high severity (CVSS 7.1), this
A Reflected Cross-Site Scripting (XSS) vulnerability exists in ThemeFusion Fusion Builder, a WordPress page builder plug
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-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today