Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
1DescriptionCVE.org
The Creative Mail - Easier WordPress & WooCommerce Email Marketing plugin for WordPress is vulnerable to SQL Injection via the 'checkout_uuid' parameter in all versions up to, and including, 1.6.9. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query in the has_checkout_consent() method. 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.
AnalysisAI
Unauthenticated SQL injection in the Creative Mail - Easier WordPress & WooCommerce Email Marketing plugin (versions up to and including 1.6.9) allows remote attackers to append arbitrary SQL clauses through the 'checkout_uuid' parameter handled by the has_checkout_consent() method. The flaw stems from missing escaping and the absence of a prepared statement, enabling extraction of sensitive database contents from any WordPress site running the vulnerable plugin. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
The Creative Mail plugin, distributed by Constant Contact, integrates WordPress and WooCommerce stores with the Creative Mail email marketing service. The vulnerability is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) in the DatabaseManager.php file at line 298, where the 'checkout_uuid' value supplied via the CheckoutManager flow is interpolated into a SQL query without being passed through wpdb::prepare() or properly escaped. Because WordPress plugins execute queries with the database privileges of the WordPress user, any successful injection can read across the wp_users, wp_usermeta, and WooCommerce order tables, which typically contain password hashes, session tokens, and customer PII.
RemediationAI
No vendor-released patch identified at time of analysis - the provided references point only to the vulnerable 1.6.9 tag and trunk, not to a tagged fixed release, so administrators should monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/39c17935-a853-407f-a99d-3828561919e6?source=cve and the plugin's WordPress.org page for an update beyond 1.6.9 and upgrade as soon as it ships. Until a fix is available, deactivate and remove the Creative Mail plugin if email marketing automation is non-critical (trade-off: loss of Constant Contact integration and abandoned-cart consent flows), or front the site with a WAF (Wordfence, Cloudflare, Sucuri) configured to block SQL meta-characters in the 'checkout_uuid' parameter (trade-off: legitimate UUIDs are alphanumeric-with-hyphens, so strict allowlisting is feasible but may need tuning for any non-standard checkout flows). Additionally restrict direct database account privileges to the minimum WordPress requires and rotate any secrets that may have been exposed if exploitation is suspected.
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-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31018
GHSA-mqm2-57wm-gj43