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. An unauthenticated attacker can delete arbitrary files on the server by manipulating the file_path parameter in the fusion_form_maybe_delete_files AJAX action. Deleting critical files like wp-config.php can lead to complete site takeover via reinstallation. This template detects the vulnerable version via homepage asset URL versioning (primary) and readme.txt Stable tag (fallback).
PoC
id: CVE-2026-8713
info:
name: Avada (Fusion) Builder <= 3.15.3 - Unauthenticated Arbitrary File Deletion
author: rool-machine
severity: critical
description: |
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. An unauthenticated attacker can delete arbitrary files on the server by manipulating the file_path parameter in the fusion_form_maybe_delete_files AJAX action. Deleting critical files like wp-config.php can lead to complete site takeover via reinstallation. This template detects the vulnerable version via homepage asset URL versioning (primary) and readme.txt Stable tag (fallback).
impact: |
An unauthenticated attacker can delete any file readable by the web server process, potentially leading to complete site compromise through wp-config.php deletion and WordPress reinstallation.
remediation:
Upgrade the Avada Builder (Fusion Builder) plugin to version 3.15.4 or later.
reference:
- https://www.wordfence.com/blog/2026/06/critical-unauthenticated-arbitrary-file-deletion-vulnerability-patched-in-avada-builder-wordpress-plugin/
- https://nvd.nist.gov/vuln/detail/CVE-2026-8713
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
cvss-score: 9.1
cve-id: CVE-2026-8713
epss-score: 0.02669
epss-percentile: 0.84998
cwe-id: CWE-22
metadata:
verified: true
max-request: 1
shodan-query: http.component:"WordPress" http.component:"Avada"
fofa-query: body="fusion-builder" && body="WordPress"
product: fusion-builder
vendor: theme-fusion
framework: wordpress
tags: cve,cve2026,wordpress,wp-plugin,avada,fusion-builder,file-deletion,passive,vkev
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- "fusion-builder"
- type: dsl
dsl:
- compare_versions(version, '<= 3.15.3')
- type: status
status:
- 200
extractors:
- type: regex
name: version
part: body
group: 1
regex:
- "fusion-builder/assets/css/media/fullwidth[^\"']*\\?ver=([0-9]+\\.[0-9]+(?:\\.[0-9]+)?)"
- "id=['\"]fb-[^'\"]+['\"]\\s+href=['\"][^'\"]*\\?ver=([0-9]+\\.[0-9]+(?:\\.[0-9]+)?)['\"]"
internal: true
- type: regex
name: detected_version
part: body
group: 1
regex:
- "fusion-builder/assets/css/media/fullwidth[^\"']*\\?ver=([0-9]+\\.[0-9]+(?:\\.[0-9]+)?)"
- "id=['\"]fb-[^'\"]+['\"]\\s+href=['\"][^'\"]*\\?ver=([0-9]+\\.[0-9]+(?:\\.[0-9]+)?)['\"]"
# digest: 4a0a00473045022032dda722676615a00d3f2ac4fae45fd07b3ca4c21bbb3c6a68bfe44f90f1bb32022100b7d8ec07468b9d4513ba374ebbc7bdb9c2b36004b48f01f4506e2d206ad35cd4:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.