目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-19800— Mail Mint 1.31.0 认证SQL注入漏洞

一分钟漏洞结论

影响对象
getwpfunnels Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

WordPress 插件“Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails”在 1.31.0 及之前版本中存在 SQL 注入漏洞。该漏洞由用户提供的 “status” 参数未经充分转义,且现有 SQL 查询缺乏充分预处理所致。调用 $wpdb->prepare() 无法防止此注入,因为攻击者可控的 $contact_filter_query 片段在 prepare() 执行前已被拼接进 SQL 格式字符串中;

CVSS 4.9 · Medium
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-19800 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Mail Mint <= 1.31.0 - Authenticated (Custom+) SQL Injection via 'status' Parameter
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
来源: CVE Program / CVE List V5

受影响产品

二、漏洞 CVE-2026-19800 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-19800 的情报信息

登录查看更多情报信息。

CVE-2026-19800 其他参考 (3)

IV. Related Vulnerabilities

V. Comments for CVE-2026-19800

暂无评论


发表评论