CyberRota Analysis
AI-GeneratedThe Unlimited Elements For Elementor plugin for WordPress is vulnerable to SQL Injection through the 'addontype' parameter in versions up to 2.0.16, allowing unauthenticated attackers to manipulate SQL queries and potentially extract sensitive database information. This vulnerability arises from inadequate input sanitization and escaping in the plugin's SQL query handling. WordPress site administrators using this plugin should prioritize immediate updates to mitigate the risk of data exposure.
Original NVD 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.