CVE-2025-62114

5.3 MEDIUM

📋 TL;DR

This vulnerability in the Download Media Library WordPress plugin exposes sensitive system information to unauthorized users. Attackers can retrieve embedded sensitive data from affected installations. All WordPress sites using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • Download Media Library WordPress Plugin
Versions: n/a through 0.2.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin versions are affected regardless of 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 obtain sensitive system information, configuration details, or credentials that could lead to further compromise of the WordPress installation or underlying server.

🟠

Likely Case

Unauthorized users access sensitive plugin or system information that could be used for reconnaissance or to identify additional attack vectors.

🟢

If Mitigated

Limited exposure of non-critical system information with no direct path to full system compromise.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

The vulnerability allows unauthorized access to sensitive data, suggesting relatively simple exploitation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 0.2.2 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/download-media-library/vulnerability/wordpress-download-media-library-plugin-0-2-1-sensitive-data-exposure-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find Download Media Library. 4. Click 'Update Now' if available. 5. If no update available, deactivate and delete the plugin.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the vulnerable plugin until patched version is available

wp plugin deactivate download-media-library

🧯 If You Can't Patch

  • Remove the Download Media Library plugin completely from the WordPress installation
  • Implement web application firewall rules to block access to vulnerable plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Download Media Library version 0.2.1 or earlier

Check Version:

wp plugin get download-media-library --field=version

Verify Fix Applied:

Verify plugin version is 0.2.2 or later in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual access patterns to download-media-library plugin endpoints
  • Multiple failed or successful requests to sensitive data endpoints

Network Indicators:

  • HTTP requests to /wp-content/plugins/download-media-library/ with unusual parameters

SIEM Query:

source="wordpress" AND (uri_path="/wp-content/plugins/download-media-library/" OR plugin="download-media-library")

🔗 References

📤 Share & Export