CyberRota Analysis
AI-GeneratedThe GSheetConnector – CF7 Google Sheets Connector plugin for WordPress is vulnerable to SQL Injection via the 's' parameter, affecting all versions up to 5.2.1 due to inadequate input escaping and SQL query preparation. This vulnerability allows authenticated attackers with administrator-level access to manipulate existing SQL queries, potentially leading to unauthorized access to sensitive database information. WordPress site administrators using this plugin should prioritize immediate updates to mitigate the risk of data exposure.
Original NVD Description
The GSheetConnector – CF7 Google Sheets Connector with Real-Time Sync plugin for WordPress is vulnerable to generic SQL Injection via the 's' parameter in all versions up to, and including, 5.2.1 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 administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. wp_unslash() strips magic-quote protection and sanitize_text_field() does not escape SQL metacharacters, leaving single quotes and other SQL metacharacters intact before the value is interpolated into the query.