CVE-2025-49334

5.3 MEDIUM

📋 TL;DR

This vulnerability allows attackers to bypass authorization controls in the MyD Delivery WordPress plugin by manipulating user-controlled keys, potentially accessing unauthorized data or functions. It affects all users running MyD Delivery versions up to 1.3.7.

💻 Affected Systems

Products:
  • Eduardo Villão MyD Delivery WordPress Plugin
Versions: n/a through 1.3.7
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable plugin versions installed and activated.

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

Complete compromise of sensitive delivery data, customer information, or administrative functions through unauthorized access.

🟠

Likely Case

Unauthorized viewing or modification of delivery records, customer data, or plugin settings.

🟢

If Mitigated

Limited impact with proper access controls and monitoring in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some user access but is technically simple once access is obtained.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.3.8 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/myd-delivery/vulnerability/wordpress-myd-delivery-plugin-1-3-7-insecure-direct-object-references-idor-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find MyD Delivery and click 'Update Now'. 4. Verify update to version 1.3.8 or later.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched.

wp plugin deactivate myd-delivery

Restrict Access

all

Implement IP whitelisting for WordPress admin access.

🧯 If You Can't Patch

  • Implement strict access controls and principle of least privilege for all user accounts.
  • Enable detailed logging and monitoring for unauthorized access attempts to plugin functions.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for MyD Delivery version.

Check Version:

wp plugin get myd-delivery --field=version

Verify Fix Applied:

Confirm MyD Delivery version is 1.3.8 or later in WordPress plugins list.

📡 Detection & Monitoring

Log Indicators:

  • Unusual access patterns to delivery-related endpoints
  • Failed authorization attempts for delivery functions

Network Indicators:

  • Abnormal requests to /wp-content/plugins/myd-delivery/ endpoints

SIEM Query:

source="wordpress" AND (uri_path="/wp-content/plugins/myd-delivery/*" AND status>=200 AND status<300) | stats count by src_ip, uri_path

🔗 References

📤 Share & Export