CVE-2025-69027

5.4 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Product Delivery Date for WooCommerce – Lite WordPress plugin that allows attackers to exploit incorrectly configured access control security levels. It affects all versions up to and including 3.2.0, potentially allowing unauthorized users to perform actions they shouldn't be able to.

💻 Affected Systems

Products:
  • Product Delivery Date for WooCommerce – Lite
Versions: n/a through <= 3.2.0
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 delivery date settings, access order information, or potentially manipulate other plugin functionality that should be restricted to administrators.

🟠

Likely Case

Unauthorized users could view or modify delivery date configurations, potentially disrupting store operations or accessing limited order data.

🟢

If Mitigated

With proper access controls and authentication checks, the vulnerability would be prevented even if the plugin is vulnerable.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some level of access to the WordPress site but not necessarily administrative privileges.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 3.2.0

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/product-delivery-date-for-woocommerce-lite/vulnerability/wordpress-product-delivery-date-for-woocommerce-lite-plugin-3-2-0-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Go to Plugins → Installed Plugins. 3. Find 'Product Delivery Date for WooCommerce – Lite'. 4. Click 'Update Now' if available. 5. Alternatively, download latest version from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched

wp plugin deactivate product-delivery-date-for-woocommerce-lite

Access Restriction via .htaccess

linux

Restrict access to plugin directories

# Add to .htaccess in plugin directory:
Order Deny,Allow
Deny from all

🧯 If You Can't Patch

  • Implement strict role-based access controls in WordPress
  • Monitor plugin directory access and file modifications

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Product Delivery Date for WooCommerce – Lite → Version. If version is 3.2.0 or lower, you are vulnerable.

Check Version:

wp plugin get product-delivery-date-for-woocommerce-lite --field=version

Verify Fix Applied:

Verify plugin version is higher than 3.2.0 and test access controls for delivery date functionality.

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to plugin admin endpoints
  • Unexpected modifications to delivery date settings

Network Indicators:

  • Unusual POST requests to /wp-admin/admin-ajax.php with plugin-specific actions

SIEM Query:

source="wordpress.log" AND ("product-delivery-date" OR "delivery_date") AND (status=403 OR status=401)

🔗 References

📤 Share & Export