Junglewise Threat Intelligence

CVE-2026-18561: Unlimited Elements For Elementor SQL Injection via addontype parameter

CVE-2026-18561 · Severity: high · CVSS 7.5 · Published 2026-09-11

Executive brief

The Unlimited Elements For Elementor WordPress plugin allows attackers to execute arbitrary SQL queries against the site's database without authentication. By manipulating the 'addontype' parameter, an attacker can extract sensitive data from the database, potentially including user credentials, private posts, and other confidential information stored in WordPress.

Technical details

The vulnerability is a SQL Injection (SQLi) flaw in the getWhereString() function where the 'addontype' parameter is insufficiently escaped. When supplied as an array, the first element is used verbatim as a SQL comparison operator and concatenated directly into the WHERE clause without sanitization. Additionally, the normalizeAjaxInputData() function strips WordPress's magic_quotes protection from user input. The attack requires network access to the plugin's AJAX handlers but no authentication. An unauthenticated attacker can append arbitrary SQL queries to extract sensitive database records. A patch is required from the plugin developers.

Affected products

  • Unlimited Elements Unlimited Elements For Elementor up to and including 2.0.16

Timeline

  • 2026-09-11: disclosed

References

Related threats