Skip to main content

AVideo TopMenu CVE-2026-56347

| EUVDEUVD-2026-38134 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-06-20 VulnCheck
5.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
5.3 MEDIUM
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
vuln.today AI
6.1 MEDIUM

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).

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
P
Scope
X

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 22, 2026 - 06:27 vuln.today
Analysis Generated
Jun 22, 2026 - 06:27 vuln.today

DescriptionCVE.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.

More in Avideo

View all
CVE-2023-48728 CRITICAL POC
9.6 Jan 10

A cross-site scripting (xss) vulnerability exists in the functiongetOpenGraph videoName functionality of WWBN AVideo 11.

CVE-2024-31819 CRITICAL POC
9.8 Apr 10

An issue in WWBN AVideo v.12.4 through v.14.2 allows a remote attacker to execute arbitrary code via the systemRootPath

CVE-2022-30547 CRITICAL POC
9.9 Aug 22

A directory traversal vulnerability exists in the unzipDirectory functionality of WWBN AVideo 11.6 and dev master commit

CVE-2023-49599 CRITICAL POC
9.8 Jan 10

An insufficient entropy vulnerability exists in the salt generation functionality of WWBN AVideo dev master commit 15fed

CVE-2026-28501 CRITICAL POC
9.8 Mar 06

Unauthenticated SQL injection in AVideo before 24.0.

CVE-2023-25313 CRITICAL POC
9.8 Apr 25

OS injection vulnerability in World Wide Broadcast Network AVideo version before 12.4, allows attackers to execute arbit

CVE-2022-26842 CRITICAL POC
9.6 Aug 22

A reflected cross-site scripting (xss) vulnerability exists in the charts tab selection functionality of WWBN AVideo 11.

CVE-2023-47861 CRITICAL POC
9.0 Jan 10

A cross-site scripting (xss) vulnerability exists in the channelBody.php user name functionality of WWBN AVideo 11.6 and

CVE-2022-28712 CRITICAL POC
9.0 Aug 22

A cross-site scripting (xss) vulnerability exists in the videoAddNew functionality of WWBN AVideo 11.6 and dev master co

CVE-2023-49589 HIGH POC
8.8 Jan 10

An insufficient entropy vulnerability exists in the userRecoverPass.php recoverPass generation functionality of WWBN AVi

CVE-2023-32073 HIGH POC
8.8 May 12

WWBN AVideo is an open source video platform. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable

CVE-2023-30854 HIGH POC
8.8 Apr 28

AVideo is an open source video platform. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low

Share

CVE-2026-56347 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy