SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-19800

MEDIUM · CVSS 4.9 EPSS 0.32%

Source: NVD + CISA KEV + EPSS · Published 2026-09-09 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The Mail Mint plugin for WordPress is vulnerable to SQL Injection through the 'status' parameter, allowing authenticated attackers with administrator-level access to manipulate SQL queries and potentially extract sensitive database information. This vulnerability arises from improper escaping and preparation of user-supplied input, which can lead to unauthorized data exposure. WordPress administrators using this plugin should prioritize patching to mitigate the risk of exploitation.

CVE
CVE-2026-19800
Severity
MEDIUM
CVSS
4.9
EPSS
0.32%
WordPress

Original NVD Description

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.