CVE-2025-69401

7.5 HIGH

📋 TL;DR

This vulnerability allows attackers to bypass authentication and spoof identities in the WooODT Lite WordPress plugin. It affects all WooCommerce sites using WooODT Lite version 2.5.2 or earlier, potentially enabling unauthorized order manipulation or payment bypass.

💻 Affected Systems

Products:
  • WooODT Lite byconsole-woo-order-delivery-time
Versions: All versions up to and including 2.5.2
Operating Systems: All platforms running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with WooCommerce and WooODT Lite plugin enabled.

⚠️ 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 manipulate orders, bypass payment processing, access customer data, or compromise the entire WooCommerce store.

🟠

Likely Case

Unauthorized users could modify delivery times, access order details, or manipulate order statuses without proper authentication.

🟢

If Mitigated

With proper web application firewalls and authentication controls, exploitation attempts would be blocked before reaching vulnerable code.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Authentication bypass vulnerabilities are frequently weaponized quickly due to their high impact and relative ease of exploitation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.5.3 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/byconsole-woo-order-delivery-time/vulnerability/wordpress-wooodt-lite-plugin-2-5-2-payment-bypass-vulnerability-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find 'WooODT Lite'
4. Click 'Update Now' if update is available
5. If no update appears, manually download version 2.5.3+ from WordPress repository
6. Deactivate old plugin, upload new version, activate

🔧 Temporary Workarounds

Disable WooODT Lite Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate byconsole-woo-order-delivery-time

Web Application Firewall Rule

all

Block requests targeting WooODT Lite endpoints

Add WAF rule to block /wp-content/plugins/byconsole-woo-order-delivery-time/ paths

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate the WordPress instance
  • Deploy a web application firewall with rules specifically blocking authentication bypass attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins → WooODT Lite version

Check Version:

wp plugin get byconsole-woo-order-delivery-time --field=version

Verify Fix Applied:

Verify plugin version is 2.5.3 or higher and test authentication flows

📡 Detection & Monitoring

Log Indicators:

  • Unusual authentication attempts to WooODT endpoints
  • Order modifications from unauthenticated IPs
  • Failed authentication logs followed by successful order changes

Network Indicators:

  • HTTP requests to /wp-content/plugins/byconsole-woo-order-delivery-time/ without proper authentication headers
  • Unusual order API calls from external IPs

SIEM Query:

source="wordpress.log" AND ("byconsole-woo-order-delivery-time" OR "wooodt") AND (status=200 OR status=302) AND (user="-" OR auth_failure)

🔗 References

📤 Share & Export