CVE-2025-68602

6.1 MEDIUM

📋 TL;DR

This CVE describes an open redirect vulnerability in the WordPress 'Accept Donations with PayPal' plugin. Attackers can craft malicious URLs that redirect users to phishing sites when clicked. All WordPress sites using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • WordPress Accept Donations with PayPal Plugin (easy-paypal-donation)
Versions: All versions up to and including 1.5.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with this specific plugin 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

Users are redirected to convincing phishing sites that steal login credentials, payment information, or install malware.

🟠

Likely Case

Attackers use the vulnerability in phishing campaigns to redirect users to fake PayPal or donation pages to steal credentials.

🟢

If Mitigated

With proper user education about suspicious links and browser security warnings, impact is limited to user confusion.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Open redirect vulnerabilities are commonly exploited in phishing campaigns and require minimal technical skill.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 1.5.1

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/easy-paypal-donation/vulnerability/wordpress-accept-donations-with-paypal-plugin-1-5-1-open-redirection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the vulnerable plugin until patched.

wp plugin deactivate easy-paypal-donation

Web Application Firewall Rule

all

Block redirects to external domains from the plugin's endpoints.

🧯 If You Can't Patch

  • Deactivate and remove the plugin entirely
  • Implement strict Content Security Policy (CSP) headers to restrict redirects

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Accept Donations with PayPal' version 1.5.1 or earlier.

Check Version:

wp plugin get easy-paypal-donation --field=version

Verify Fix Applied:

Verify plugin version is greater than 1.5.1 or plugin is removed.

📡 Detection & Monitoring

Log Indicators:

  • HTTP 302 redirects from plugin endpoints to external domains
  • Unusual traffic patterns to /wp-content/plugins/easy-paypal-donation/

Network Indicators:

  • Redirects from your domain to suspicious external URLs
  • Phishing campaign emails containing your domain with redirect parameters

SIEM Query:

url.path:"/wp-content/plugins/easy-paypal-donation/" AND http.status_code:302 AND NOT url.domain:yourdomain.com

🔗 References

📤 Share & Export