/Vulnerability Library

Avada (Fusion) Builder <= 3.15.3 - Unauthenticated Arbitrary File Deletion

CVE-2026-8713
Verified

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).

Severity

Critical

CVSS Score

9.1

Exploit Probability

3%

Affected Product

fusion-builder

Published Date

July 27, 2026

Template Author

rool-machine

CVE-2026-8713.yaml
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.84263
    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: 4a0a00473045022100a603b9d088a13fb352d09f7dc43a4b0f1775cdb78eb7cf6fb976545ecb7844c202205dfe98908dc0c7beb1fa74c5b15d0898fef40d885af8d01cc76a1e5d9cd78871:922c64590222798bb761d5b6d8e72950
9.1Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
CVE ID:
cve-2026-8713
CWE ID:
cwe-22

References

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

Remediation Steps

Upgrade the Avada Builder (Fusion Builder) plugin to version 3.15.4 or later.