CVE-2025-58599

4.3 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the Order Delivery Date for WooCommerce WordPress plugin. It allows attackers to exploit incorrectly configured access controls, potentially accessing or modifying data they shouldn't have permission to. This affects all WooCommerce sites using vulnerable versions of this plugin.

💻 Affected Systems

Products:
  • Order Delivery Date for WooCommerce WordPress plugin
Versions: All versions up to and including 4.1.0
Operating Systems: Any OS running WordPress with WooCommerce
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with WooCommerce installed; vulnerability exists in default plugin configuration.

⚠️ 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 delivery dates, order details, or access sensitive customer information, potentially leading to order manipulation, data theft, or service disruption.

🟠

Likely Case

Unauthorized users accessing or modifying delivery date settings, potentially causing order fulfillment issues or minor data exposure.

🟢

If Mitigated

With proper access controls and authentication checks, impact is limited to authorized users only, preventing external exploitation.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires some understanding of WordPress/WooCommerce structure but no special tools; likely requires at least some level of user access.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 4.1.0

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/order-delivery-date-for-woocommerce/vulnerability/wordpress-order-delivery-date-for-woocommerce-plugin-4-1-0-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 'Order Delivery Date for WooCommerce'. 4. Click 'Update Now' if available, or download latest version from WordPress repository. 5. Activate updated plugin.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

WordPress

Disable the vulnerable plugin until patched version is available

wp plugin deactivate order-delivery-date-for-woocommerce

🧯 If You Can't Patch

  • Implement strict access controls and user role verification in WordPress
  • Monitor plugin functionality logs for unauthorized access attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Order Delivery Date for WooCommerce > Version number

Check Version:

wp plugin get order-delivery-date-for-woocommerce --field=version

Verify Fix Applied:

Verify plugin version is greater than 4.1.0 and test access controls

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to delivery date endpoints
  • Unusual modifications to order delivery settings

Network Indicators:

  • Unusual API calls to WooCommerce delivery endpoints from unauthorized IPs

SIEM Query:

source="wordpress.log" AND "order-delivery-date" AND ("unauthorized" OR "permission denied")

🔗 References

📤 Share & Export