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.
Published: 2026-07-10
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a second‑order SQL injection that allows an administrator to submit a malicious payload in the 'recipients' field when creating or editing a campaign. The payload is stored unserialized and later inserted directly into an SQL query during a campaign retrieval, enabling the attacker to append arbitrary SQL statements. This can lead to unauthorized disclosure or manipulation of database contents, and the weakness is identified as CWE‑89.

Affected Systems

The issue affects the Mail Mint Email Marketing plugin for WordPress, developed by GetWPFunnels. All releases up to and including version 1.24.1 are vulnerable. Sites running any supported WordPress installation with this plugin and possessing administrator‑level access to the campaign management interface are affected.

Risk and Exploitability

The CVSS score of 4.9 indicates moderate severity, while the EPSS score of less than 1% shows that the exploit is currently uncommon. The vulnerability is not listed in CISA's KEV catalogue. Because it requires authenticated administrator privileges and relies on a second‑order injection chain, the attack surface is limited to sites with such accounts. Detection may be difficult until an exploit is observed, and the primary risk is exposure of data that can be extracted or altered through the injected SQL.

Generated by OpenCVE AI on July 29, 2026 at 11:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Mail Mint plugin to a version later than 1.24.1 or apply the vendor's released patch that sanitizes the 'recipients' input and parameterizes database queries.
  • If an upgrade is not immediately possible, deny write access to the /mrm/v1/campaigns/ endpoint for all roles except a narrowly scoped service account and monitor for anomalous database activity.
  • Deploy a Web Application Firewall or additional input filtering to block suspicious SQL syntax when the 'recipients' parameter is used.
  • Periodically review database permissions and use least privilege for all application accounts to reduce potential damage from a successful injection.

Generated by OpenCVE AI on July 29, 2026 at 11:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
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.
Title Mail Mint <= 1.24.1 - Authenticated (Administrator+) SQL Injection via 'recipients' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 4.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-14T01:39:25.278Z

Reserved: 2026-06-22T16:30:56.786Z

Link: CVE-2026-12918

cve-icon Vulnrichment

Updated: 2026-07-14T01:39:21.590Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:15:04Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')