CVE-2025-68529

8.8 HIGH

📋 TL;DR

This CSRF vulnerability in WP Email Capture allows attackers to trick authenticated WordPress administrators into performing unintended actions. It affects all WordPress sites using WP Email Capture versions up to and including 3.12.5.

💻 Affected Systems

Products:
  • WP Email Capture WordPress Plugin
Versions: n/a through <= 3.12.5
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress administrator to be logged in and visit a malicious page while authenticated.

⚠️ 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 add malicious email capture forms, modify plugin settings, or potentially chain with other vulnerabilities to gain administrative access.

🟠

Likely Case

Attackers could modify email capture forms to redirect submissions or inject malicious content into captured email data.

🟢

If Mitigated

With proper CSRF protections and admin awareness, impact is limited to unauthorized plugin configuration changes.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

CSRF attacks are well-understood and easily weaponized. Exploitation requires social engineering to trick administrators.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: > 3.12.5

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/wp-email-capture/vulnerability/wordpress-wp-email-capture-plugin-3-12-5-cross-site-request-forgery-csrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find WP Email Capture and click 'Update Now'
4. Verify version is > 3.12.5

🔧 Temporary Workarounds

CSRF Protection Headers

all

Add CSRF protection headers via web server configuration or security plugins

Disable Plugin

all

Temporarily disable WP Email Capture until patched

🧯 If You Can't Patch

  • Implement strict SameSite cookie policies and Content Security Policy headers
  • Require administrators to use separate browsers for admin tasks and general browsing

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for WP Email Capture version <= 3.12.5

Check Version:

wp plugin list --name=wp-email-capture --field=version

Verify Fix Applied:

Confirm WP Email Capture version is > 3.12.5 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unexpected POST requests to wp-admin/admin-ajax.php from wp-email-capture endpoints
  • Multiple failed CSRF token validations

Network Indicators:

  • Cross-origin requests to WP Email Capture admin endpoints without proper referrer headers

SIEM Query:

source="wordpress.log" AND "wp-email-capture" AND ("admin-ajax" OR "CSRF")

🔗 References

📤 Share & Export