CVE-2026-33238 MEDIUM

CVE-2026-33238: AVideo has a Path Traversal in listFiles.json.php that Enables Server Filesystem Enumeration

Vendor Wwbn
Product AVideo
Weakness CWE-22 · Path traversal
Published March 20, 2026
Last update May 6, 2026

CVSS base score

4.3/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

What the vulnerability does

Description

WWBN AVideo is an open source video platform. Prior to version 26.0, the `listFiles.json.php` endpoint accepts a `path` POST parameter and passes it directly to `glob()` without restricting the path to an allowed base directory. An authenticated uploader can traverse the entire server filesystem by supplying arbitrary absolute paths, enumerating `.mp4` filenames and their full absolute filesystem paths wherever they exist on the server — including locations outside the web root, such as private or premium media directories. Version 26.0 contains a patch for the issue.

Key dates

Disclosure timeline

March 20, 2026 CVE published
May 6, 2026 Record updated