CVE-2026-18561 PUBLISHED

Unlimited Elements For Elementor <= 2.0.16 - Unauthenticated SQL Injection

Assigner: Wordfence
Reserved: 01.08.2026 Published: 11.09.2026 Updated: 11.09.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor unitecms
Product Unlimited Elements For Elementor
Versions Default: unaffected
  • affected from 0 to 2.0.16 (incl.)

Credits

  • Yuto Hyakumoto finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE