CVE-2025-63070

4.3 MEDIUM

📋 TL;DR

This vulnerability in the WordPress Download Manager plugin allows unauthorized users to retrieve embedded sensitive data from the system. It affects all versions up to and including 3.3.32, potentially exposing confidential information stored within the plugin's environment.

💻 Affected Systems

Products:
  • WordPress Download Manager Plugin
Versions: All versions up to and including 3.3.32
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the Download Manager plugin installed and active.

⚠️ 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 extract sensitive system information, configuration details, or embedded credentials, leading to further system compromise or data breaches.

🟠

Likely Case

Unauthorized users accessing exposed sensitive data such as configuration details, file paths, or plugin metadata that could aid in reconnaissance for further attacks.

🟢

If Mitigated

With proper access controls and network segmentation, the impact is limited to information disclosure without direct system compromise.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Based on CWE-497 description, this appears to be an information exposure vulnerability that could be exploited through simple requests.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 3.3.32

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/download-manager/vulnerability/wordpress-download-manager-plugin-3-3-32-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 Manager' and click 'Update Now'. 4. Alternatively, download latest version from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate download-manager

Restrict Access

all

Use web application firewall to block access to download-manager endpoints

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the WordPress site
  • Monitor logs for unusual access patterns to download-manager endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for Download Manager version

Check Version:

wp plugin list --name=download-manager --field=version

Verify Fix Applied:

Verify plugin version is greater than 3.3.32 in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual requests to download-manager endpoints
  • Multiple failed attempts to access sensitive plugin paths

Network Indicators:

  • Unusual traffic patterns to /wp-content/plugins/download-manager/

SIEM Query:

source="web_server" AND (uri_path="/wp-content/plugins/download-manager/*" OR user_agent CONTAINS "download-manager")

🔗 References

📤 Share & Export