CVE-2025-58938

7.6 HIGH

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the ThemeAtelier IDonatePro WordPress plugin that allows attackers to bypass access controls. It affects all WordPress sites running IDonatePro version 2.1.9 or earlier. Attackers can exploit this to perform unauthorized actions that should be restricted to authenticated users.

💻 Affected Systems

Products:
  • ThemeAtelier IDonatePro WordPress Plugin
Versions: All versions up to and including 2.1.9
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

Attackers could modify donation data, access donor information, manipulate plugin settings, or potentially escalate privileges within the WordPress environment.

🟠

Likely Case

Unauthorized users could view or modify donation records, change plugin configurations, or interfere with donation processing functionality.

🟢

If Mitigated

With proper network segmentation and web application firewalls, the impact would be limited to the WordPress instance only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Missing authorization vulnerabilities typically require minimal technical skill to exploit once the attack vector is identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.2.0 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/idonate-pro/vulnerability/wordpress-idonatepro-plugin-2-1-9-broken-access-control-vulnerability-2?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find IDonatePro and click 'Update Now'. 4. Verify update to version 2.2.0 or higher.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate idonate-pro

Web Application Firewall Rule

all

Block suspicious requests to plugin endpoints

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate WordPress instance
  • Deploy web application firewall with rules to monitor and block suspicious access to plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for IDonatePro version

Check Version:

wp plugin get idonate-pro --field=version

Verify Fix Applied:

Confirm IDonatePro version is 2.2.0 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to /wp-content/plugins/idonate-pro/ endpoints
  • Unusual POST/GET requests to donation-related endpoints from unauthenticated users

Network Indicators:

  • HTTP requests to idonate-pro plugin paths without authentication cookies

SIEM Query:

source="wordpress.log" AND (uri_path="/wp-content/plugins/idonate-pro/" OR plugin="idonate-pro") AND (user="-" OR auth_status="failed")

🔗 References

📤 Share & Export