CVE-2025-67599

4.3 MEDIUM

📋 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

Products:
  • WebToffee eCommerce Marketing Automation (decorator-woocommerce-email-customizer)
Versions: n/a through <= 2.1.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin version. Requires WooCommerce to be installed.

⚠️ 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.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. 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.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

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

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/decorator-woocommerce-email-customizer/vulnerability/wordpress-webtoffee-ecommerce-marketing-automation-plugin-2-1-1-broken-access-control-vulnerability?_s_id=cve

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

all

Disable the vulnerable plugin until patched

wp plugin deactivate decorator-woocommerce-email-customizer

Restrict User Roles

all

Tighten 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"

🔗 References

📤 Share & Export