Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
CSRF chain eliminates privilege requirement (PR:N); scope changes to all site visitors (S:C); user interaction required for both CSRF admin step and victim page load (UI:R).
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
AVideo TopMenu plugin through version 26.0 contains a stored cross-site scripting vulnerability in menu item rendering due to missing output encoding of icon classes, URLs, and text labels. Attackers can inject malicious JavaScript through unescaped menu item fields that execute for all site visitors, potentially stealing session cookies or performing unauthorized actions.
AnalysisAI
Stored cross-site scripting in AVideo's TopMenu plugin through version 26.0 allows payload execution for every site visitor due to unescaped rendering of icon classes, URLs, and text labels across multiple PHP templates. Critically, the saving endpoint (menuItemSave.json.php) lacks CSRF token validation despite checking for admin status, enabling a full CSRF-to-stored-XSS chain: an attacker with no account can inject the malicious menu item by luring an authenticated admin to an attacker-controlled page. Publicly available exploit code exists (GHSA-gmpc-fxg2-vcmq); no vendor-released patch has been identified at time of analysis.
Technical ContextAI
AVideo (CPE: cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*) is a PHP-based self-hosted video platform. Its TopMenu plugin hooks into the global page layout, meaning menu items rendered in HTMLMenuRight.php and HTMLMenuLeft.php appear on every public page. The root cause is CWE-79: user-controlled strings (icon class, URL, text label) are echoed directly into HTML output without htmlspecialchars() or equivalent encoding at four confirmed locations. The secondary weakness is missing CSRF protection on menuItemSave.json.php: the endpoint calls User::isAdmin() for authorization but does not invoke isGlobalTokenValid(), so a cross-origin POST from an attacker's page can create menu items on behalf of any currently-authenticated admin without their explicit knowledge.
RemediationAI
No vendor-released patch has been identified at time of analysis; the Composer package lists no fixed version. As the primary compensating control, disable or remove the TopMenu plugin entirely until a patched release is available - this eliminates both the CSRF injection vector and the XSS render surface with no impact on core AVideo functionality. If the TopMenu plugin must remain active, restrict admin account sessions by enforcing short session timeouts and requiring re-authentication before accessing plugin configuration pages, which reduces the CSRF exploitation window. Additionally, deploy a WAF rule to block POST requests to /plugin/TopMenu/menuItemSave.json.php from origins other than the AVideo instance itself; note this is a partial control since same-site navigations bypass simple origin checks. Monitor the GHSA advisory at https://github.com/WWBN/AVideo/security/advisories/GHSA-gmpc-fxg2-vcmq and the VulnCheck advisory at https://www.vulncheck.com/advisories/avideo-topmenu-plugin-stored-cross-site-scripting-via-unescaped-menu-item-fields for patch availability. The VulDB entry https://vuldb.com/vuln/372567 may also receive updates.
A cross-site scripting (xss) vulnerability exists in the functiongetOpenGraph videoName functionality of WWBN AVideo 11.
An issue in WWBN AVideo v.12.4 through v.14.2 allows a remote attacker to execute arbitrary code via the systemRootPath
A directory traversal vulnerability exists in the unzipDirectory functionality of WWBN AVideo 11.6 and dev master commit
An insufficient entropy vulnerability exists in the salt generation functionality of WWBN AVideo dev master commit 15fed
Unauthenticated SQL injection in AVideo before 24.0.
OS injection vulnerability in World Wide Broadcast Network AVideo version before 12.4, allows attackers to execute arbit
A reflected cross-site scripting (xss) vulnerability exists in the charts tab selection functionality of WWBN AVideo 11.
A cross-site scripting (xss) vulnerability exists in the channelBody.php user name functionality of WWBN AVideo 11.6 and
A cross-site scripting (xss) vulnerability exists in the videoAddNew functionality of WWBN AVideo 11.6 and dev master co
An insufficient entropy vulnerability exists in the userRecoverPass.php recoverPass generation functionality of WWBN AVi
WWBN AVideo is an open source video platform. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable
AVideo is an open source video platform. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38134