CVE-2026-12536
Deferred Deferred - Pending Action

Stored XSS in Avada Builder WordPress Plugin

Vulnerability report for CVE-2026-12536, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-14

Assigner: Wordfence

Description

The Avada (Fusion) Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘Module Title’ parameter in all versions up to, and including, 3.15.5 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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-14
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-01
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
fusion_builder avada_builder to 3.15.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the Avada (Fusion) Builder plugin for WordPress. It affects all versions up to and including 3.15.5.

The vulnerability occurs due to insufficient input sanitization and output escaping of the ‘Module Title’ parameter. This allows authenticated attackers with Contributor-level access or higher to inject arbitrary web scripts into pages. These scripts will execute whenever a user accesses an affected page.

Detection Guidance

Detecting this vulnerability involves checking for signs of stored cross-site scripting (XSS) in WordPress pages or posts created or edited using the Avada (Fusion) Builder plugin. Since the vulnerability is related to the 'Module Title' parameter, you should look for malicious scripts injected into this field.

  • Review WordPress pages or posts edited with the Avada Builder plugin for suspicious JavaScript or HTML in the 'Module Title' fields. This can be done manually by inspecting the content in the WordPress editor or database.
  • Use a WordPress security plugin like Wordfence to scan for known vulnerabilities or malicious scripts in your WordPress installation. Wordfence can detect and report stored XSS vulnerabilities.
  • Check the WordPress database for entries in the 'postmeta' table where the 'meta_key' is related to Avada Builder modules. Look for unusual or obfuscated JavaScript in the 'meta_value' field.
  • Monitor web traffic or logs for unexpected script executions originating from pages created with the Avada Builder plugin. Tools like ModSecurity or a web application firewall (WAF) can help identify suspicious activity.

Example command to search the WordPress database for suspicious entries (replace 'wp_' with your database prefix if different):

  • SELECT * FROM wp_postmeta WHERE meta_key LIKE '%fusion%' AND meta_value LIKE '%<script%' OR meta_value LIKE '%onerror%' OR meta_value LIKE '%javascript%';
Impact Analysis

If you are using the Avada (Fusion) Builder plugin for WordPress, this vulnerability could have several impacts:

  • Attackers with Contributor-level access or higher could inject malicious scripts into your website pages.
  • These scripts could execute in the browsers of users who visit the infected pages, potentially leading to unauthorized actions such as stealing session cookies, redirecting users to malicious sites, or performing actions on behalf of the user.
  • The vulnerability could compromise the integrity and confidentiality of your website and its users.
Compliance Impact

This vulnerability could impact compliance with several common standards and regulations in the following ways:

  • GDPR (General Data Protection Regulation): If the injected scripts lead to unauthorized access or disclosure of personal data of EU citizens, it could result in a violation of GDPR. Organizations may face significant fines and be required to notify affected individuals.
  • HIPAA (Health Insurance Portability and Accountability Act): For organizations handling protected health information (PHI), if the vulnerability leads to unauthorized access or exposure of PHI, it could constitute a HIPAA violation. This may result in penalties and mandatory corrective actions.
  • Other standards like PCI DSS (Payment Card Industry Data Security Standard): If the website processes payment card information, the vulnerability could lead to non-compliance with PCI DSS requirements for protecting cardholder data, potentially resulting in fines or restrictions on payment processing.
Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Update the Avada (Fusion) Builder plugin to the latest version if a patch is available. The vulnerability affects versions up to and including 3.15.5, so updating to a fixed version is critical.
  • If an update is not yet available, restrict access to the Avada Builder plugin for users with Contributor-level access or higher. This can be done by adjusting user roles and permissions in WordPress.
  • Use a web application firewall (WAF) to block malicious script injections. A WAF can help filter out XSS attempts before they reach your WordPress site.
  • Manually review and clean any suspicious content in the 'Module Title' fields of pages or posts created with the Avada Builder plugin. Remove any unexpected scripts or HTML.
  • Monitor your WordPress site for unusual activity, such as unexpected script executions or unauthorized changes to content. Enable logging and alerts for suspicious behavior.
  • Consider temporarily disabling the Avada Builder plugin if the risk is deemed too high and no patch is available. Replace it with an alternative plugin until a fix is released.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-12536. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart