CVE-2026-90539
Received Received - Intake

Authentication Bypass in AVideo via menuItems.json.php

Vulnerability report for CVE-2026-90539, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-12

Last updated on: 2026-09-12

Assigner: VulnCheck

Description

WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a missing authentication vulnerability in the plugin/TopMenu/menuItems.json.php endpoint that allows unauthenticated attackers to read inactive admin menu items by submitting a POST request with a menuId parameter. Attackers can retrieve hidden menu item URLs including embedded admin-tool secret query parameters not exposed in the public navbar.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-12
Last Modified
2026-09-12
Generated
2026-09-12
AI Q&A
2026-09-12
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wwbn avideo to c3edcc274c389816d434acadac07ee78eaf330c1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in WWBN AVideo allows unauthenticated attackers to read inactive admin menu items by sending a POST request with a menuId parameter to the plugin/TopMenu/menuItems.json.php endpoint. Attackers can access hidden URLs and secret query parameters that are not visible in the public navigation bar.

Detection Guidance

To detect this vulnerability, check if the plugin/TopMenu/menuItems.json.php endpoint is accessible without authentication. Send a POST request with a menuId parameter to the endpoint and verify if it returns inactive admin menu items or hidden URLs. Example using curl: curl -X POST -d 'menuId=1' http://target/plugin/TopMenu/menuItems.json.php

Ensure the endpoint only processes POST requests and does not respond to GET requests with sensitive data. Monitor server logs for unauthorized access attempts to this specific path.

Impact Analysis

Attackers could exploit this to retrieve sensitive admin tool URLs and secret parameters, potentially leading to unauthorized access to administrative functions or further exploitation of the system. This could compromise the integrity and confidentiality of the application.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements in GDPR and HIPAA. Exposure of admin URLs and secret parameters may result in non-compliance with data protection and security controls mandated by these regulations.

Mitigation Strategies

Immediately disable the TopMenu plugin if not required. Restrict access to the plugin/TopMenu/menuItems.json.php endpoint by implementing proper authentication and authorization checks.

Update AVideo to the latest version once a patch is released. Monitor for any suspicious activity or unauthorized access to admin menu items or hidden URLs.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90539. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart