Description
The Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails plugin for WordPress is vulnerable to time-based SQL Injection via the 'contact_ids' parameter in all versions up to, and including, 1.24.2 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.
Published: 2026-07-09
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Mail Mint plugin for WordPress contains a time‑based SQL injection flaw in the 'contact_ids' request parameter. The value of this parameter is concatenated directly into a database query without proper sanitisation or parameterisation, allowing an attacker who has authenticated with administrator or higher privileges to inject arbitrary SQL code. Successful exploitation can lead to the extraction of sensitive information from the site’s database, compromising confidentiality and potentially enabling further misuse of that data. The vulnerability is a classic input‑validation weakness classified under CWE‑89.

Affected Systems

This vulnerability affects the Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails plugin from getwpfunnels, in all releases up to and including version 1.24.2. Any WordPress site that has this plugin installed and contains users with administrator or higher privileges is susceptible. Sites using versions newer than 1.24.2 are not impacted.

Risk and Exploitability

The CVSS score of 4.9 indicates a moderate severity, reflecting the requirement that the attacker must already possess administrator credentials and that the primary impact concerns data confidentiality. The EPSS score of < 1 % suggests that, at present, the probability of exploitation is low, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires logging into WordPress with an administrator or higher account, sending a specially crafted request that injects a time‑based SQL condition into the contact_ids parameter, and using the delay response to confirm successful injection. Once exploited, the attacker can read arbitrary database tables and retrieve sensitive information.

Generated by OpenCVE AI on July 29, 2026 at 12:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Mail Mint plugin to the latest released version that addresses the SQL injection flaw; if no update is immediately available, consider deactivating or uninstalling the plugin to eliminate the risk.
  • If the plugin must remain active while awaiting a patch, restrict administrator role permissions, enforce multi‑factor authentication, and require strong, unique passwords to reduce the likelihood of credential compromise.
  • Monitor database query logs for unusual time‑based delays or anomalous query patterns that may indicate injection attempts, and investigate any suspicious activity promptly.

Generated by OpenCVE AI on July 29, 2026 at 12:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 09 Jul 2026 08: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 time-based SQL Injection via the 'contact_ids' parameter in all versions up to, and including, 1.24.2 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.
Title Mail Mint <= 1.24.2 - Authenticated (Administrator+) SQL Injection via 'contact_ids' 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-09T12:46:41.326Z

Reserved: 2026-07-01T14:22:37.127Z

Link: CVE-2026-14342

cve-icon Vulnrichment

Updated: 2026-07-09T12:46:36.444Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:45:03Z

Weaknesses
  • CWE-89

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