Vulnerability Description
The Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails plugin for WordPress is vulnerable to generic SQL Injection via the 'recipients' parameter in all versions up to, and including, 1.24.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. This is a second-order SQL injection: the malicious payload is first stored unsanitized via a POST request to /mrm/v1/campaigns/ (bypassing filter_recipients() validation because an int-cast of a string like '1) OR ...' evaluates to a real numeric ID), and is then triggered by a subsequent GET request to /mrm/v1/campaigns/{id} that deserializes the recipients and passes the raw id string through array_column() into the vulnerable query.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/mail-mint/tags/1.24.1/app/API/Control
- https://plugins.trac.wordpress.org/browser/mail-mint/tags/1.24.1/app/API/Control
- https://plugins.trac.wordpress.org/browser/mail-mint/tags/1.24.1/app/Database/mo
- https://plugins.trac.wordpress.org/browser/mail-mint/tags/1.24.1/app/MrmCommon.p
- https://plugins.trac.wordpress.org/changeset?reponame=&old=3592458%40mail-mint&n
- https://www.wordfence.com/threat-intel/vulnerabilities/id/bf7c500e-311f-4db5-8a5
FAQ
What is CVE-2026-12918?
CVE-2026-12918 is a vulnerability with a CVSS score of 4.9 (MEDIUM). The Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails plugin for WordPress is vulnerable to generic SQL Injection via the 'recipients' parameter in all versions up to, and...
How severe is CVE-2026-12918?
CVE-2026-12918 has been rated MEDIUM with a CVSS base score of 4.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-12918?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.