Summary
CVE-2026-10196 is a critical PHP Object Injection vulnerability (CWE-502) in the Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails WordPress plugin, caused by deserialization of untrusted input in the handle_form_submission function. The flaw affects all plugin versions up to and including 1.31.0 and allows unauthenticated attackers to inject arbitrary PHP objects; combined with an available POP (Property-Oriented Programming) chain in the plugin, this can lead to remote code execution on the underlying server. The issue carries a CVSS v3.1 base score of 9.8 (Critical).
Technical details
- Root cause: The plugin’s
handle_form_submissionfunction deserializes attacker-controlled input without proper validation, enabling PHP Object Injection. - Trigger conditions: An attacker submits a crafted form request to a WordPress site running the vulnerable Mail Mint plugin; no authentication is required to reach the vulnerable code path.
- Attack vector: Network — exploitable remotely over HTTP with no privileges and no user interaction required.
- Impact: If a usable POP chain exists in the plugin or another installed component, successful exploitation can result in remote code execution, along with high impact to confidentiality, integrity, and availability of the affected site.
- A partial patch was applied in version 1.23.1, but the underlying deserialization issue was reported to persist through version 1.31.0.
Affected software
- Mail Mint – Email Marketing, Newsletter, Email Automation & WooCommerce Emails (WordPress plugin by getwpfunnels): all versions up to and including 1.31.0.
Severity
- CVSS v3.1 Base Score: 9.8 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: Update Mail Mint to the latest version available from the WordPress plugin repository beyond 1.31.0; confirm with the vendor that a complete fix for the deserialization flaw has been released, since the 1.23.1 patch was only partial.
- If no confirmed patch is available: Restrict or disable public access to the Mail Mint form submission endpoint, deploy a web application firewall rule to block requests containing serialized PHP object payloads targeting
handle_form_submission, and monitor logs for anomalous POST requests to the plugin’s endpoints. - Review the site for indicators of compromise (unexpected files, admin accounts, or scheduled tasks) if the plugin was exposed prior to patching.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
/wp-content/plugins/mail-mint/

