Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Avada Builder plugin for WordPress is vulnerable to time-based SQL Injection via the ‘product_order’ parameter in all versions up to, and including, 3.15.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Note: The vulnerability can only be exploited if WooCommerce was previously used and then deactivated.
AnalysisAI
Time-based SQL injection in Avada Builder for WordPress allows remote unauthenticated attackers to extract sensitive database information via the 'product_order' parameter. CVSS 7.5 (High) reflects network-accessible attack vector with no authentication required, but exploitation is limited to specific deployments where WooCommerce was previously installed then deactivated. No active exploitation confirmed (not in CISA KEV), but vulnerability disclosed by Wordfence Threat Intelligence with technical details publicly available.
Technical ContextAI
Avada Builder (Fusion Builder component, CPE: cpe:2.3:a:themefusion:avada_(fusion)_builder) is a premium WordPress page builder plugin. This vulnerability stems from CWE-89 (SQL Injection) where user-supplied input to the 'product_order' parameter lacks proper escaping and prepared statement handling. Time-based SQL injection techniques allow attackers to infer database contents by measuring response delays when injecting conditional SQL statements with time-delay functions (e.g., SLEEP(), BENCHMARK()). The attack surface exists only in environments with residual WooCommerce database schema after plugin deactivation, suggesting the vulnerable code path queries WooCommerce product tables that persist post-uninstallation. WordPress plugins commonly fail to sanitize parameters when interfacing with optional dependencies like WooCommerce, creating SQL injection risks in cross-plugin data handling.
RemediationAI
Upgrade Avada Builder to version 3.15.2 or later if available (verify with ThemeFusion vendor at https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226 or via theme update mechanism in WordPress admin). Consult Wordfence vulnerability page (https://www.wordfence.com/threat-intel/vulnerabilities/id/22b55747-8b46-4812-9345-0db03500105f?source=cve) for specific patch version confirmation. If patched version is not yet released or immediate upgrade is not feasible, implement these compensating controls: (1) Deploy web application firewall (WAF) rules to block SQL injection patterns in 'product_order' parameter - affects sorting functionality but prevents exploitation; (2) Remove residual WooCommerce database tables if WooCommerce is permanently deactivated using plugins like WP Reset or manual SQL cleanup - eliminates attack surface but irreversibly deletes historical e-commerce data; (3) Restrict WordPress admin and AJAX endpoints to authenticated users via .htaccess or server config - may break legitimate unauthenticated AJAX calls depending on theme functionality. Monitor database query logs for anomalous SLEEP() or time-delay function execution. Trade-offs: WAF rules may cause false positives on legitimate product sorting; table deletion prevents future WooCommerce reactivation without data migration; authentication restrictions require thorough testing of front-end features.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29934