ZeroHour

CVE-2026-18561

large

Unauthenticated SQL Injection in Unlimited Elements For Elementor ≤2.0.16

CVSS 3.1
7.5 high
EPSS
Published
()
Modified
AI analysis

Unlimited Elements For Elementor, a popular WordPress widget library plugin, contains an unauthenticated SQL injection flaw in the 'addontype' parameter reaching getWhereString(). Because normalizeAjaxInputData() strips WordPress's magic-quotes protection and the parameter is insufficiently escaped, an attacker supplying it as an array can have element zero used verbatim as the SQL comparison operator and concatenated into the WHERE clause, allowing additional SQL queries to be appended to existing ones. A remote, unauthenticated attacker can leverage this to extract sensitive information from the site's database (confidentiality impact only; no alteration or disruption is scored). Any WordPress site running the plugin in versions up to and including 2.0.16 is affected, and the flaw is reachable without credentials or user interaction. There is currently no evidence of in-the-wild exploitation, no public proof-of-concept, and the issue is not on the CISA KEV list.

What to do: Update Unlimited Elements For Elementor to the latest patched release (anything newer than 2.0.16) as soon as possible; verify the installed version in the WordPress plugins dashboard. Until patched, restrict or monitor unauthenticated AJAX/REST access to the plugin's endpoints, and after patching check site logs for unusual 'addontype' array parameters and audit the WordPress database for unauthorized changes or exposed sensitive data.

Affected
Unlimited Elements For Elementor (WordPress plugin)all versions up to and including 2.0.16
Estimated exposure
largelikely on the order of 100,000+ sites (the plugin has roughly 1 million active installs; a substantial share runs the vulnerable 2.x line up to 2.0.16) — Unlimited Elements For Elementor reports approximately 1 million active WordPress installations, and the 2.x series affected here has been broadly pushed to those sites, though only the subset on versions ≤2.0.16 is exposed.

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

The Unlimited Elements For Elementor plugin for WordPress is vulnerable to SQL Injection via the 'addontype' parameter in versions up to, and including, 2.0.16. This is due to insufficient escaping on the user-supplied parameter and the lack of sufficient preparation on the existing SQL query in the getWhereString() function; when the parameter is supplied as an array, element zero is used verbatim as the SQL comparison operator and concatenated into the WHERE clause without sanitization, while normalizeAjaxInputData() strips WordPress's magic_quotes protection from the value. 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.

Ecosystems
WordPress
Weakness
CWE-89
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

In the news

No ingested article mentions this CVE yet.