What the vulnerability does
01Description
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.
Explanation of Vulnerability in Simple Terms
02Summary
The Creative Mail plugin for WordPress contains a SQL injection vulnerability in versions up to 1.6.9. An unauthenticated attacker can query the site's database directly over the network without user interaction, potentially reading sensitive data including user credentials, email addresses, and other stored information. Update to a version newer than 1.6.9 immediately.
What an attacker can do
03Attacker Capabilities
Read sensitive data from the site's database, including user credentials and email addresses.
Potential impact on your site
04Site Impact
Attackers can extract user data, email lists, and other sensitive information stored in your WordPress database.
Conditions required to exploit
05Prerequisites
Network access only; no authentication or user interaction required.
Key dates
06Disclosure timeline
May 20, 2026
CVE published
May 20, 2026
Record updated