cbcvebase.
CVE-2026-8713
published 2026-06-19

CVE-2026-8713: The Avada (Fusion) Builder plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the maybe_delete_files…

PriorityP187critical9.1CVSS 3.1
AVNACLPRNUINSUCNIHAH
ITWVulnCheck KEV
Exploited in the wild
EPSS
1.19%
64.1th percentile
The Avada (Fusion) Builder plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the maybe_delete_files function in all versions up to, and including, 3.15.3. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The attack requires a published Avada form configured to save entries to the database; an unauthenticated attacker submits a path-traversal payload via the wp_ajax_nopriv_fusion_form_submit_ajax handler while also controlling the fusion_privacy_expiration_interval and privacy_expiration_action fields to force an immediate 'delete' cleanup, causing the planted entry to be automatically processed by the Fusion_Form_DB_Privacy shutdown-hook routine without any administrator interaction.

Affected

1 ranges
VendorProductVersion rangeFixed in
themefusionavada_builder<= 3.15.3

Detection & IOCsextracted from sources · hover to see the quote

pathwp-config.php
otherwp_ajax_nopriv_fusion_form_submit_ajax
  • Monitor for unauthenticated POST requests to the wp_ajax_nopriv_fusion_form_submit_ajax WordPress AJAX handler, especially those containing path-traversal sequences in form field values.
  • Alert on deletion of wp-config.php on WordPress servers, as this is the primary high-impact target enabling site takeover and RCE via the CVE-2026-8713 exploit chain.
  • Inspect form submissions for manipulation of the fusion_privacy_expiration_interval and privacy_expiration_action fields, which are abused to trigger immediate 'delete' cleanup via the Fusion_Form_DB_Privacy shutdown-hook routine.
  • The attack requires a published Avada form configured to save entries to the database; assess exposure by auditing all active Avada forms for database-save configuration.
  • ·Exploitation is only possible when at least one published Avada form is configured to save submissions to the database; sites without such forms are not directly exploitable.
  • ·No active in-the-wild exploitation of CVE-2026-8713 had been observed at time of reporting, but the vulnerability was flagged as a high-likelihood exploitation candidate.
  • ·The vulnerability affects all versions of the Avada (Fusion) Builder plugin up to and including 3.15.3; version 3.15.4 contains the fix.

CVSS provenance

nvdv3.19.1CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
vulncheck9.1CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.