CVE-2026-1000
📋 TL;DR
The MailerLite - WooCommerce integration plugin for WordPress has a missing capability check vulnerability that allows authenticated attackers with Subscriber-level access or higher to reset plugin integration settings, delete all plugin options, and drop database tables. This results in complete loss of plugin data including customer abandoned cart information and sync job history. All WordPress sites using this plugin up to version 3.1.3 are affected.
💻 Affected Systems
- MailerLite - WooCommerce integration plugin for WordPress
⚠️ Manual Verification Required
This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.
Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).
🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.
- Review the CVE details at NVD
- Check vendor security advisories for your specific version
- Test if the vulnerability is exploitable in your environment
- Consider updating to the latest version as a precaution
⚠️ Risk & Real-World Impact
Worst Case
Complete loss of plugin data including abandoned cart information and sync history, disruption of email marketing operations, and potential business impact from lost customer data.
Likely Case
Malicious user or compromised account resets plugin settings and deletes database tables, causing loss of abandoned cart tracking and requiring plugin reconfiguration.
If Mitigated
Minimal impact if proper access controls and monitoring are in place to detect unauthorized plugin modifications.
🎯 Exploit Status
Exploitation requires authenticated access but only Subscriber-level permissions. The vulnerability is simple to exploit once authenticated.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 3.1.4 or later
Restart Required: No
Instructions:
1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'MailerLite - WooCommerce integration' plugin. 4. Click 'Update Now' if available, or manually update to version 3.1.4+. 5. Verify plugin functionality after update.
🔧 Temporary Workarounds
Restrict User Roles
allTemporarily restrict Subscriber and other low-privilege user roles from accessing the site until patched.
Disable Plugin
linuxTemporarily disable the MailerLite - WooCommerce integration plugin until patched.
wp plugin deactivate woo-mailerlite
🧯 If You Can't Patch
- Remove Subscriber and other low-privilege user accounts until patched
- Implement web application firewall rules to block access to vulnerable plugin endpoints
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel → Plugins → Installed Plugins for 'MailerLite - WooCommerce integration' version 3.1.3 or earlier
Check Version:
wp plugin get woo-mailerlite --field=version
Verify Fix Applied:
Verify plugin version is 3.1.4 or later in WordPress admin panel
📡 Detection & Monitoring
Log Indicators:
- WordPress logs showing Subscriber or low-privilege users accessing admin functions
- Database logs showing DROP TABLE operations on woo_mailerlite_* tables
- Plugin reset or deactivation events from non-admin users
Network Indicators:
- POST requests to /wp-admin/admin-ajax.php with action=resetIntegration from non-admin users
SIEM Query:
source="wordpress.log" AND ("resetIntegration" OR "woo_mailerlite" AND ("DROP" OR "DELETE")) AND user_role!="administrator"
🔗 References
- https://plugins.trac.wordpress.org/browser/woo-mailerlite/tags/3.1.3/admin/controllers/WooMailerLiteAdminSettingsController.php#L231
- https://plugins.trac.wordpress.org/browser/woo-mailerlite/tags/3.1.3/includes/WooMailerLite.php#L127
- https://plugins.trac.wordpress.org/browser/woo-mailerlite/tags/3.1.3/includes/migrations/WooMailerLiteMigration.php#L33
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3415073%40woo-mailerlite%2Ftrunk&old=3399626%40woo-mailerlite%2Ftrunk&sfp_email=&sfph_mail=
- https://www.wordfence.com/threat-intel/vulnerabilities/id/e20deec4-f40c-4bd3-91f7-6a9d643a5520?source=cve