CVE-2026-90548
Received Received - Intake

Unauthenticated File Access in AVideo ImageGallery

Vulnerability report for CVE-2026-90548, 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 fails to validate user permissions in the ImageGallery list.json.php endpoint, allowing unauthenticated access to list gallery files. Attackers can retrieve filenames and URLs of password-protected image galleries by directly accessing the endpoint, then fetch the exposed files without authentication.

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 2 associated CPEs
Vendor Product Version / Range
wwbn avideo to c3edcc274c389816d434acadac07ee78eaf330c1 (exc)
wwbn avideo *

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 users to access and list files in password-protected image galleries by exploiting a missing permission check in the ImageGallery/list.json.php endpoint. The system fails to validate user permissions before displaying gallery file details, enabling attackers to retrieve filenames and URLs without authentication.

Detection Guidance

Check if the ImageGallery/list.json.php endpoint is accessible without authentication by sending a GET request to the URL. Example: curl -v http://<target>/ImageGallery/list.json.php. If the endpoint returns file listings or URLs without requiring login, the system is likely vulnerable.

Impact Analysis

Attackers could access sensitive media files stored in password-protected galleries, potentially exposing private or confidential content. This could lead to data breaches, unauthorized distribution of media, or reputational damage if sensitive information is leaked.

Compliance Impact

This vulnerability could violate GDPR by exposing personal data without authorization and HIPAA by leaking protected health information if media files contain such data. Organizations may face legal penalties, fines, or mandatory breach notifications due to unauthorized data exposure.

Mitigation Strategies

Immediately restrict access to the ImageGallery/list.json.php endpoint by implementing proper authentication and authorization checks. Update to the latest patched version if available. If no patch exists, consider disabling the endpoint or applying network-level restrictions.

Chat Assistant

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

EPSS Chart