CyberRota Analysis
AI-GeneratedThe Smart Marketing SMS and Newsletters Forms plugin for WordPress is vulnerable to SQL Injection due to inadequate escaping of user-supplied parameters, affecting all versions up to 5.1.24. Authenticated attackers with subscriber-level access can exploit this vulnerability to execute additional SQL queries, potentially extracting sensitive database information. WordPress site administrators using this plugin, particularly those with the sync feature enabled, should prioritize applying patches or mitigating measures to safeguard their systems.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
The Smart Marketing SMS and Newsletters Forms plugin for WordPress is vulnerable to generic SQL Injection via Parameter Name in all versions up to, and including, 5.1.24 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires the plugin's sync feature to be enabled (options['enabled']) and get_option('egoi_mapping') to be truthy, both of which reflect ordinary configured states for the plugin's core contact mapping functionality.