CVE-2026-5486: Unlimited Elements For Elementor <= 2.0.7 - Authenticated (Contributor+) SQL Injection via 'filter_search' Parameter
The Unlimited Elements for Elementor plugin for WordPress is vulnerable to SQL Injection via the 'data[filtersearch]' parameter in the getcataddons AJAX action in versions up to and including 2.0.7. This is due to insufficient input sanitization and the use of deprecated escaping functions combined with direct string concatenation in SQL query construction. The vulnerability is exacerbated because the normalizeAjaxInputData() function calls stripslashes() on all user input, removing the protection provided by WordPress's wpmagicquotes() function. Subsequently, the filtersearch parameter is escaped using the deprecated wpdb->escape() function and then directly concatenated into a LIKE clause without using prepared statements. This makes it possible for authenticated attackers, with Contributor-level access and above (who can obtain a valid nonce through the Elementor editor), to inject arbitrary SQL commands and extract sensitive information from the database.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-5486?
CVE-2026-5486 has a high severity due to its ability to permit SQL Injection attacks.
How do I fix CVE-2026-5486?
To fix CVE-2026-5486, update the Unlimited Elements for Elementor plugin to version 2.0.8 or later.
Who is affected by CVE-2026-5486?
Users of the Unlimited Elements for Elementor plugin for WordPress versions up to 2.0.7 are affected by CVE-2026-5486.
What kind of attack does CVE-2026-5486 enable?
CVE-2026-5486 enables authenticated SQL Injection attacks through the 'filter_search' parameter.
Is authentication required to exploit CVE-2026-5486?
Yes, exploitation of CVE-2026-5486 requires an authenticated user with Contributor or higher privileges.