Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
1DescriptionCVE.org
The GSheet For Woo Importer plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the process_ajax_restore_action() function in all versions up to, and including, 2.3.1. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete the plugin's Google Sheets API token and configuration options.
AnalysisAI
Missing capability check in GSheet For Woo Importer (WordPress plugin, all versions through 2.3.1) allows authenticated attackers with Subscriber-level access to invoke the process_ajax_restore_action() AJAX function and permanently delete the plugin's Google Sheets API token and associated configuration options. This disrupts WooCommerce product import workflows dependent on the Google Sheets integration. No public exploit code has been identified at time of analysis, and the vulnerability is not listed in the CISA KEV catalog.
Technical ContextAI
The affected component is the process_ajax_restore_action() function located in src/Actions/AdminSettingsAction.php (line 391 of version 2.3.1, per plugins.trac.wordpress.org). CWE-862 (Missing Authorization) describes the root cause: the AJAX handler registers a callback accessible to low-privilege authenticated users but fails to perform a WordPress capability check (e.g., current_user_can()) before executing a destructive operation - deleting the stored Google Sheets API token and plugin configuration. The affected CPE is cpe:2.3:a:mrdollar4444:gsheet_for_woo_importer:*:*:*:*:*:*:*:* covering the full version range up to and including 2.3.1. This is a class of vulnerability common in WordPress plugins where wp_ajax_ hooks are registered without a nonce-plus-capability guard, giving any authenticated session (even minimal Subscriber role) access to sensitive admin-only actions.
RemediationAI
Check the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/b0d60991-0675-4efa-9427-380e6b59fe28) for the confirmed patched release version and upgrade immediately once available via the WordPress plugin repository. No patched version number was included in the provided intelligence data, so the fix version cannot be independently confirmed at this time. As a compensating control while awaiting a patch, administrators should audit all user accounts with Subscriber-level role or above and remove unnecessary accounts, reducing the pool of principals who could trigger this endpoint. Additionally, the plugin can be temporarily deactivated if Google Sheets import functionality is not time-critical - this eliminates the AJAX endpoint entirely. Note that deactivation will halt all automated imports. Restricting wp-admin AJAX access (admin-ajax.php) by IP at the web server or WAF level is another option but carries the trade-off of breaking other legitimate AJAX functionality for remote users.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31333
GHSA-mh3x-vcwp-x5rh