The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-6279

CVE-2026-6279: Avada Builder WordPress Plugin RCE Flaw

CVE-2026-6279 is an unauthenticated remote code execution vulnerability in the Avada Builder plugin for WordPress that allows attackers to execute arbitrary code. This article covers the technical details, affected versions, and steps.

Published: May 21, 2026

CVE-2026-6279 Overview

CVE-2026-6279 is an unauthenticated remote code execution (RCE) vulnerability in the Avada Builder (fusion-builder) plugin for WordPress. The flaw affects all versions up to and including 3.15.2. The wp_conditional_tags case in Fusion_Builder_Conditional_Render_Helper::get_value() passes attacker-controlled values from a base64-decoded JSON blob directly to call_user_func() without allowlist validation. Attackers reach the sink through the fusion_get_widget_markup AJAX endpoint registered via wp_ajax_nopriv_fusion_get_widget_markup. This endpoint is reachable by unauthenticated users and protected only by a fusion_load_nonce value that is leaked on any public page rendering a Post Cards or Table of Contents element.

Critical Impact

Unauthenticated attackers can execute arbitrary PHP code on vulnerable WordPress sites, leading to full site compromise.

Affected Products

  • Avada Builder (fusion-builder) plugin for WordPress, versions up to and including 3.15.2
  • WordPress sites running the Avada theme with the bundled Fusion Builder plugin
  • Public-facing pages containing the [fusion_post_cards] or [fusion_table_of_contents] shortcodes

Discovery Timeline

  • 2026-05-21 - CVE-2026-6279 published to NVD
  • 2026-05-21 - Last updated in NVD database

Technical Details for CVE-2026-6279

Vulnerability Analysis

The vulnerability is a PHP Function Injection flaw classified under [CWE-74] (Improper Neutralization of Special Elements in Output Used by a Downstream Component). The Avada Builder plugin exposes an AJAX action, fusion_get_widget_markup, intended to render widget markup on demand. The handler routes specific render requests through Fusion_Builder_Conditional_Render_Helper::get_value(). Within that helper, the wp_conditional_tags branch decodes a base64 JSON payload supplied by the client and forwards the resulting string into call_user_func() without restricting which functions can be invoked.

Because no allowlist or signature validation is applied, the attacker controls the first argument to call_user_func(). Any callable PHP function reachable in the WordPress runtime can be invoked, including functions that execute arbitrary commands or write files. The result is direct arbitrary code execution under the web server user context.

Root Cause

The root cause is unsafe use of call_user_func() with untrusted input. The helper trusts client-supplied data after base64 decoding and JSON parsing, treating it as a legitimate callback identifier. No type check, function allowlist, or capability check restricts which function is dispatched.

Attack Vector

The endpoint registers under wp_ajax_nopriv_fusion_get_widget_markup, which WordPress exposes to unauthenticated visitors. Access is gated only by the fusion_load_nonce token. WordPress generates this nonce for user ID 0 (the unauthenticated user), and the plugin embeds it deterministically into the JavaScript output of any public page rendering a Post Cards or Table of Contents element. An attacker fetches such a page, extracts the nonce, then submits a crafted POST request to admin-ajax.php containing a base64-encoded JSON payload that resolves to an arbitrary PHP function name and arguments.

For technical details on the affected code paths, refer to the WordPress Fusion Render Helper Code and the Wordfence Vulnerability Report.

Detection Methods for CVE-2026-6279

Indicators of Compromise

  • POST requests to /wp-admin/admin-ajax.php with action=fusion_get_widget_markup originating from unauthenticated sources
  • Request bodies containing base64-encoded JSON referencing PHP functions such as system, exec, passthru, shell_exec, assert, or eval
  • Unexpected PHP processes spawned by the web server user, or new files written under the WordPress webroot (web shells)
  • Outbound network connections initiated by the php-fpm or web server process to attacker-controlled hosts

Detection Strategies

  • Inspect web server access logs for high-frequency fusion_get_widget_markup requests with large payload sizes
  • Monitor for child processes of the web server executing shell utilities (sh, bash, wget, curl)
  • Apply file integrity monitoring across the wp-content/ directory to detect newly written PHP files
  • Use a Web Application Firewall (WAF) rule that blocks fusion_get_widget_markup requests carrying wp_conditional_tags payloads from unauthenticated sources

Monitoring Recommendations

  • Centralize WordPress access and PHP error logs into a SIEM and alert on anomalous AJAX usage patterns
  • Track plugin version inventories across managed WordPress instances to identify Fusion Builder versions <= 3.15.2
  • Correlate nonce-bearing AJAX requests with downstream process execution telemetry on the host

How to Mitigate CVE-2026-6279

Immediate Actions Required

  • Update the Avada Builder (fusion-builder) plugin to the latest patched release published by ThemeFusion as documented in the Avada Changelog
  • If immediate patching is not possible, disable the Avada Builder plugin or remove [fusion_post_cards] and [fusion_table_of_contents] shortcodes from all public-facing content
  • Audit the WordPress site for web shells, unauthorized administrator accounts, and modified core files
  • Rotate WordPress secret keys (wp-config.php salts) and credentials for any service accessible from the compromised host

Patch Information

ThemeFusion has released a fixed version of the Avada Builder plugin addressing the unsafe call_user_func() invocation. Site administrators should upgrade beyond version 3.15.2. Review the Avada Changelog Documentation and the Wordfence Vulnerability Report for the specific fixed version and remediation details.

Workarounds

  • Deploy a WAF rule that drops POST requests to admin-ajax.php where action=fusion_get_widget_markup and the source is unauthenticated
  • Remove the Post Cards and Table of Contents elements from public pages until the plugin is updated to prevent nonce leakage
  • Restrict access to /wp-admin/admin-ajax.php from untrusted networks using upstream proxy controls where feasible
bash
# Example WAF/nginx rule to block the vulnerable AJAX action
location = /wp-admin/admin-ajax.php {
    if ($request_method = POST) {
        if ($request_body ~* "action=fusion_get_widget_markup") {
            return 403;
        }
    }
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-74
  • Technical References
  • Avada Changelog Documentation

  • WordPress Fusion Builder Code

  • WordPress Fusion Render Helper Code

  • WordPress Fusion Render Helper Code

  • WordPress Fusion Widget Code

  • WordPress Fusion Widget Code

  • WordPress Fusion Builder Trunk Code

  • WordPress Fusion Render Helper Trunk Code

  • WordPress Fusion Render Helper Trunk Code

  • WordPress Fusion Widget Trunk Code

  • WordPress Fusion Widget Trunk Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-7522: WordPress Advanced Database Cleaner RCE

  • CVE-2026-7637: Boost WordPress Plugin RCE Vulnerability

  • CVE-2026-6555: ProSolution WP Client RCE Vulnerability

  • CVE-2026-4883: Piotnet Forms WordPress Plugin RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English