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.
Published: 2026-09-12
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Confidentiality breach via unauthorized file disclosure
Action: Immediate Patch
AI Analysis

Impact

The vulnerability resides in WWBN AVideo’s ImageGallery list.json.php endpoint, where the application fails to validate user permissions, enabling an unauthenticated user to read the list of filenames and URLs for galleries marked as password‑protected. This is an instance of CWE-200 (Information Exposure) and results in a confidentiality impact, exposing the location of private image files that were intended to be protected.

Affected Systems

The affected product is WWBN AVideo, versions up through the commit c3edcc274c389816d434acadac07ee78eaf330c1. The issue appears in any deployment that exposes the ImageGallery list.json.php endpoint to the public web. Users running older releases that have not applied the authorization patch are susceptible.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate to high severity, while an EPSS score is currently unavailable; the vulnerability is not listed in the CISA KEV catalogue. Because the endpoint is reachable without credentials and is straightforward for attackers with network access to the web server. Once the file paths are obtained, the attacker can download the image files directly, gaining confidential data that was intended to be protected.

Generated by OpenCVE AI on September 13, 2026 at 13:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest AVideo release that includes the authorization check for list.json.php.
  • Restrict network access to the /ImageGallery endpoint so that only authenticated users can reach it, for example by using web‑server authentication or IP‑based firewall rules.
  • Ensure that the underlying file system permissions prevent the web server from serving private image files without explicit authorization, and verify that password‑protected galleries are stored in protected directories.

Generated by OpenCVE AI on September 13, 2026 at 13:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 12:30:00 +0000

Type Values Removed Values Added
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.
Title WWBN AVideo Missing Authorization in ImageGallery list.json.php
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-200
CPEs cpe:2.3:a:wwbn:avideo:-:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-12T12:08:53.190Z

Reserved: 2026-09-12T11:13:17.618Z

Link: CVE-2026-90548

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-12T13:16:53.187

Modified: 2026-09-12T13:16:53.187

Link: CVE-2026-90548

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T13:30:03Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor