🔐 CVE Alert

CVE-2026-19800

MEDIUM 4.9

Mail Mint <= 1.31.0 - Authenticated (Custom+) SQL Injection via 'status' Parameter

CVSS Score
4.9
EPSS Score
0.0%
EPSS Percentile
0th

The Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails plugin for WordPress is vulnerable to SQL Injection via the 'status' parameter in all versions up to, and including, 1.31.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. The $wpdb->prepare() call does not protect against this injection because the attacker-controlled $contact_filter_query fragment is concatenated into the SQL format string before prepare() executes — prepare() only processes %s/%d placeholders and cannot sanitize content already embedded in the format string. REST API JSON bodies are parsed from php://input and bypass WordPress's wp_magic_quotes(), meaning double-quote characters in status array values reach the SQL sink unescaped. 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. The required 'mint_read_contacts' capability is a plugin-specific capability not assigned to any default WordPress role; it must be explicitly granted by an administrator, making this effectively an Administrator+ vulnerability.

CWE CWE-89
Vendor getwpfunnels
Product mail mint – email marketing, newsletter, email automation & woocommerce emails
Published Sep 9, 2026
Last Updated Sep 9, 2026
Stay Ahead of the Next One

Get instant alerts for getwpfunnels mail mint – email marketing, newsletter, email automation & woocommerce emails

Be the first to know when new medium vulnerabilities affecting getwpfunnels mail mint – email marketing, newsletter, email automation & woocommerce emails are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

getwpfunnels / Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails
0 ≤ 1.31.0

References

NVD ↗ CVE.org ↗ EPSS Data ↗
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/af18f38a-f3cb-46ae-9409-80e35c34df83?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mail-mint/tags/1.24.2/app/Database/models/ContactModel.php#L693 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mail-mint/tags/1.30.1/app/Database/models/ContactModel.php#L693 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mail-mint/tags/1.30.1/app/API/Controllers/Admin/ContactController.php#L775 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mail-mint/tags/1.30.1/app/API/Routes/Admin/ContactRoute.php#L415 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mail-mint/tags/1.24.2/app/API/Controllers/Admin/ContactController.php#L775 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mail-mint/tags/1.24.2/app/API/Routes/Admin/ContactRoute.php#L415 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?reponame=&old=3675453%40mail-mint&new=3675453%40mail-mint

Credits

Wordfence PRISM