CVE-2026-12918
Received Received - Intake

SQL Injection in Mail Mint WordPress Plugin

Vulnerability report for CVE-2026-12918, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-10

Last updated on: 2026-07-10

Assigner: Wordfence

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 Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-10
Last Modified
2026-07-10
Generated
2026-07-10
AI Q&A
2026-07-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mail_mint email_marketing_plugin to 1.24.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability is a generic SQL Injection in the Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails plugin for WordPress, affecting all versions up to and including 1.24.1.

It occurs via the 'recipients' parameter due to insufficient escaping of user-supplied input and lack of proper preparation of the SQL query.

This is a second-order SQL injection where a malicious payload is first stored unsanitized through a POST request and later triggered by a GET request that processes the stored data in a vulnerable SQL query.

Only authenticated attackers with administrator-level access or higher can exploit this vulnerability.

Impact Analysis

An attacker with administrator-level access can exploit this vulnerability to append additional SQL queries to existing ones.

This can be used to extract sensitive information from the database, potentially compromising confidential data.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-12918. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart