Description
The Avada Builder (fusion-builder) plugin for WordPress is vulnerable to Unauthenticated Remote Code Execution via PHP Function Injection in versions up to and including 3.15.2. This is due to the `wp_conditional_tags` case in `Fusion_Builder_Conditional_Render_Helper::get_value()` passing attacker-controlled values from a base64-decoded JSON blob directly to `call_user_func()` without any allowlist validation. This is exploitable by unauthenticated attackers through the `fusion_get_widget_markup` AJAX endpoint, which is registered for non-privileged (unauthenticated) users via `wp_ajax_nopriv_fusion_get_widget_markup`. The endpoint is protected only by a nonce (`fusion_load_nonce`), but this nonce is generated for user ID 0 and is deterministically exposed in the JavaScript output of any public-facing page containing a Post Cards (`[fusion_post_cards]`) or Table of Contents (`[fusion_table_of_contents]`) element. This makes it possible for unauthenticated attackers to execute arbitrary code on affected sites.
Published: 2026-05-21
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated attacker can inject arbitrary PHP code into the Avada (Fusion) Builder plugin for WordPress up to version 3.15.2. The plugin decodes a base64-encoded JSON payload from the 'render_logics' shortcode attribute and passes it directly to PHP's call_user_func without any validation, enabling command execution. The vulnerability is triggered through the fusion_get_widget_markup AJAX endpoint, which is registered for non‑privileged users and protected only by a nonce that is deterministic and exposed to any visitor of a page containing certain shortcodes. As a result, anyone can craft a request that executes malicious code on the site. A successful exploitation compromises the confidentiality, integrity, and availability of the entire WordPress installation, allowing an attacker to install malware, exfiltrate data, and seize control of the host.

Affected Systems

Any WordPress website running the Avada (Fusion) Builder plugin version 3.15.2 or older is affected. The vulnerability applies to all installations that expose the fusion_get_widget_markup endpoint, typically sites that use the Plugin’s Post Cards or Table of Contents shortcodes. Only the plugin itself is affected; the core WordPress installation is not directly vulnerable. Site administrators should verify the plugin version and update if they are still using a vulnerable release.

Risk and Exploitability

The CVSS score of 9.8 indicates critical severity, and the vulnerability is exploitable by unauthenticated users. EPSS data is not available, but the deterministic nature of the nonce and its exposure in public page JavaScript suggests that the attack surface is wide. The vulnerability is not listed in the CISA KEV catalog, but its high impact makes it a priority for remediation.

Generated by OpenCVE AI on May 21, 2026 at 06:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Avada (Fusion) Builder plugin to version 3.15.3 or later, where the call_user_func call is guarded by proper input validation.
  • If an immediate update is not possible, restrict the fusion_get_widget_markup AJAX action to authenticated users only by removing the "wp_ajax_nopriv_fusion_get_widget_markup" hook or adding an authentication check.
  • Implement a custom nonce validation that is not deterministically exposed in page source, or disable the vulnerable shortcodes (fusion_post_cards or fusion_table_of_contents) until a patch is applied.

Generated by OpenCVE AI on May 21, 2026 at 06:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 21 May 2026 13:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 21 May 2026 08:15:00 +0000

Type Values Removed Values Added
First Time appeared Themefusion
Themefusion fusion Builder
Wordpress
Wordpress wordpress
Vendors & Products Themefusion
Themefusion fusion Builder
Wordpress
Wordpress wordpress

Thu, 21 May 2026 05:00:00 +0000

Type Values Removed Values Added
Description The Avada Builder (fusion-builder) plugin for WordPress is vulnerable to Unauthenticated Remote Code Execution via PHP Function Injection in versions up to and including 3.15.2. This is due to the `wp_conditional_tags` case in `Fusion_Builder_Conditional_Render_Helper::get_value()` passing attacker-controlled values from a base64-decoded JSON blob directly to `call_user_func()` without any allowlist validation. This is exploitable by unauthenticated attackers through the `fusion_get_widget_markup` AJAX endpoint, which is registered for non-privileged (unauthenticated) users via `wp_ajax_nopriv_fusion_get_widget_markup`. The endpoint is protected only by a nonce (`fusion_load_nonce`), but this nonce is generated for user ID 0 and is deterministically exposed in the JavaScript output of any public-facing page containing a Post Cards (`[fusion_post_cards]`) or Table of Contents (`[fusion_table_of_contents]`) element. This makes it possible for unauthenticated attackers to execute arbitrary code on affected sites.
Title Avada (Fusion) Builder <= 3.15.2 - Unauthenticated Remote Code Execution via PHP Function Injection via 'render_logics' Shortcode Attribute via Widget AJAX Handler
Weaknesses CWE-74
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Themefusion Fusion Builder
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-05-21T12:23:02.544Z

Reserved: 2026-04-14T14:08:39.242Z

Link: CVE-2026-6279

cve-icon Vulnrichment

Updated: 2026-05-21T12:22:54.703Z

cve-icon NVD

Status : Deferred

Published: 2026-05-21T05:16:23.770

Modified: 2026-05-21T15:19:30.540

Link: CVE-2026-6279

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-21T08:00:05Z

Weaknesses