Skip to main content

Avada Theme CVE-2024-2344

HIGH
SQL Injection (CWE-89)
2024-04-09 security@wordfence.com
7.2
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.2 HIGH
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
PoC Detected
Apr 08, 2026 - 19:21 vuln.today
Public exploit code
CVE Published
Apr 09, 2024 - 19:15 nvd
HIGH 7.2

DescriptionCVE.org

The Avada theme for WordPress is vulnerable to SQL Injection via the 'entry' parameter in all versions up to, and including, 7.11.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticted attackers, with editor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

AnalysisAI

SQL injection in the Avada theme for WordPress (versions up to and including 7.11.6) allows authenticated attackers with editor-level privileges or above to append arbitrary SQL queries via the 'entry' parameter and extract sensitive database contents. Publicly available exploit code exists, though EPSS places exploitation probability at 1.11% (78th percentile), indicating moderate but not widespread automated targeting. The flaw stems from insufficient input escaping and unprepared SQL statements in a widely-deployed commercial WordPress theme.

Technical ContextAI

Avada (by ThemeFusion, CPE cpe:2.3:a:theme-fusion:avada) is one of the most widely-sold premium WordPress themes, deployed on hundreds of thousands of sites. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), where the 'entry' parameter is concatenated into a SQL query without being escaped through wpdb->prepare() or sanitized via esc_sql(). Because the vulnerable code path is reachable from theme functionality available to editor and higher roles, the attacker can use UNION-based or stacked-query techniques (depending on the underlying query structure) to exfiltrate rows from any table the WordPress DB user can read - typically including wp_users (password hashes) and wp_options (auth keys, API secrets).

RemediationAI

Upgrade Avada to a version newer than 7.11.6 as released by ThemeFusion; consult the Wordfence advisory (wordfence.com/threat-intel) and the ThemeFusion changelog for the exact fixed release. If immediate patching is not possible, audit and tighten editor-and-above account access by enforcing strong unique passwords, mandatory MFA via a plugin such as Wordfence or miniOrange, and reviewing the wp_users table for unexpected accounts - this directly removes the PR:H prerequisite for exploitation. As a compensating control, place a WAF rule (Wordfence, Sucuri, or Cloudflare managed rules for WordPress SQLi) in front of admin-area endpoints to inspect the 'entry' parameter for SQL metacharacters; note this can produce false positives on legitimate editor content that contains quotes or SQL keywords. Restricting wp-admin access by IP allowlist is another option but breaks remote editor workflows.

More in Avada

View all
CVE-2024-2340 MEDIUM POC
5.3 Apr 09

The Avada theme for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 7.11

CVE-2022-1386 CRITICAL POC
9.8 May 16

The Fusion Builder WordPress plugin before 3.6.2, used in the Avada theme, does not validate a parameter in its forms wh

CVE-2024-13346 HIGH
7.3 Feb 13

The Avada | Website Builder For WordPress & WooCommerce theme for WordPress is vulnerable to arbitrary shortcode executi

CVE-2024-2311 MEDIUM POC
6.4 Apr 09

The Avada theme for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's shortcodes in all versions u

CVE-2024-2343 MEDIUM POC
6.4 Apr 09

The Avada | Website Builder For WordPress & WooCommerce theme for WordPress is vulnerable to Server-Side Request Forgery

CVE-2020-36711 MEDIUM POC
6.4 Jun 07

The Avada theme for WordPress is vulnerable to Stored Cross-Site Scripting via the update_layout function in versions up

CVE-2024-1468 HIGH
8.8 Feb 29

The Avada | Website Builder For WordPress & WooCommerce theme for WordPress is vulnerable to arbitrary file uploads due

CVE-2026-12256 HIGH
8.8 Jun 16

PHP Object Injection in the ThemeFusion Avada WordPress theme versions 3.15.3 and earlier allows authenticated users wit

CVE-2022-41996 HIGH
8.8 Oct 27

Cross-Site Request Forgery (CSRF) vulnerability in ThemeFusion Avada premium theme versions <= 7.8.1 on WordPress leadin

CVE-2023-39307 HIGH
8.5 Mar 26

Unrestricted Upload of File with Dangerous Type vulnerability in ThemeFusion Avada.11.1. Rated high severity (CVSS 8.5),

CVE-2023-39313 HIGH
7.7 Mar 28

Server-Side Request Forgery (SSRF) vulnerability in ThemeFusion Avada.11.1. Rated high severity (CVSS 7.7), this vulnera

CVE-2024-1668 MEDIUM
6.5 Mar 13

The Avada | Website Builder For WordPress & WooCommerce theme for WordPress is vulnerable to Sensitive Information Expos

Share

CVE-2024-2344 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy