CVE-2025-67599
📋 TL;DR
This CVE describes a Missing Authorization vulnerability in WebToffee's eCommerce Marketing Automation plugin for WooCommerce. It allows attackers to exploit incorrectly configured access controls, potentially accessing unauthorized functionality. This affects WordPress sites using the plugin version 2.1.1 or earlier.
💻 Affected Systems
- WebToffee eCommerce Marketing Automation (decorator-woocommerce-email-customizer)
⚠️ 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
Attackers could modify email templates, access marketing automation settings, or potentially manipulate eCommerce functionality they shouldn't have access to.
Likely Case
Unauthorized users accessing email customization features or marketing automation settings they shouldn't have permission to view or modify.
If Mitigated
With proper access controls and user role management, impact would be limited to authorized users only.
🎯 Exploit Status
Exploitation requires some level of access to the WordPress site, but authorization checks are missing for certain functionality.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Versions after 2.1.1
Restart Required: No
Instructions:
1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'WebToffee eCommerce Marketing Automation'. 4. Click 'Update Now' if available. 5. Alternatively, download latest version from WordPress repository and manually update.
🔧 Temporary Workarounds
Temporary Plugin Deactivation
allDisable the vulnerable plugin until patched
wp plugin deactivate decorator-woocommerce-email-customizer
Restrict User Roles
allTighten user role permissions for plugin access
🧯 If You Can't Patch
- Implement strict access controls and user role management
- Monitor plugin-related activity logs for unauthorized access attempts
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel > Plugins > Installed Plugins for 'WebToffee eCommerce Marketing Automation' version
Check Version:
wp plugin get decorator-woocommerce-email-customizer --field=version
Verify Fix Applied:
Verify plugin version is greater than 2.1.1 in WordPress admin
📡 Detection & Monitoring
Log Indicators:
- Unauthorized access attempts to plugin admin pages
- Unusual user activity in email customization features
Network Indicators:
- HTTP requests to plugin-specific admin endpoints from unauthorized users
SIEM Query:
source="wordpress" AND (uri_path="/wp-admin/admin.php?page=wt_decorator*" OR plugin="decorator-woocommerce-email-customizer") AND user_role!="administrator"