Description
The Avada (Fusion) Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'size' Shortcode Attribute in all versions up to, and including, 3.15.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. WordPress's wp_kses_post filter does not neutralize the payload because the injected content resides entirely within a shortcode attribute string containing no HTML angle brackets, causing kses to pass it through unchanged at save time.
Published: 2026-08-28
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting (arbitrary script execution in user browsers)
Action: Update Plugin
AI Analysis

Impact

The flaw lies in the plugin’s handling of the 'size' attribute within a shortcode. Because the attribute value is never properly sanitized or escaped, an authenticated user with contributor‑level access can embed a script that will be stored and later executed by anyone who views the affected page. This results in a classic Stored XSS scenario, enabling attackers to steal cookies, deface content, or perform other client‑side attacks without needing to compromise the server itself.

Affected Systems

Avada (Fusion) Builder – a WordPress plugin supplied by themefusion. All releases up to and including version 3.15.6 are vulnerable. The vulnerability affects any WordPress site that has this plugin installed and permits contributor‑level users to edit content.

Risk and Exploitability

The CVSS score of 6.4 indicates a moderately severe vulnerability. Because it requires authenticated access, exploitation is limited to users who already have contributor or higher roles, yet the injected script runs for every visitor to the affected content. No KEV listing or EPSS data is available, but the moderate severity and potential widespread impact mean that any site should treat this as a priority fix.

Generated by OpenCVE AI on August 28, 2026 at 14:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Avada (Fusion) Builder to a version newer than 3.15.6
  • Restrict contributor permissions so that only trusted users can edit content containing shortcodes
  • Audit existing pages for injected 'size' attribute values and remove any malicious content

Generated by OpenCVE AI on August 28, 2026 at 14:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 14: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

Fri, 28 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 05:00:00 +0000

Type Values Removed Values Added
Description The Avada (Fusion) Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'size' Shortcode Attribute in all versions up to, and including, 3.15.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. WordPress's wp_kses_post filter does not neutralize the payload because the injected content resides entirely within a shortcode attribute string containing no HTML angle brackets, causing kses to pass it through unchanged at save time.
Title Avada (Fusion) Builder <= 3.15.6 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'size' Shortcode Attribute
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Themefusion Fusion Builder
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-28T18:35:56.172Z

Reserved: 2026-07-22T19:11:07.055Z

Link: CVE-2026-16654

cve-icon Vulnrichment

Updated: 2026-08-28T18:29:51.342Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T05:16:41.537

Modified: 2026-08-28T20:17:22.610

Link: CVE-2026-16654

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T14:00:03Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')