CVE-2026-33238 Details
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.
A path traversal vulnerability has been identified in WWBN AVideo versions prior to 26.0. The issue resides in the `listFiles.json.php` endpoint, which accepts a `path` POST parameter and passes it directly to the `glob()` function without proper validation. This flaw allows authenticated uploaders to traverse the server filesystem by providing arbitrary absolute paths. The vulnerability enables enumeration of `.mp4` files and their full filesystem paths, including locations outside the web root, such as private or premium media directories.
Users are advised to update to AVideo version 26.0 or later, where this vulnerability has been patched. For those using version 14.0 or earlier, the recommended fix is to modify the `listFiles.json.php` endpoint to validate and restrict the `path` parameter before it is used with `glob()`. This can be done by checking that the resolved path starts with an allowed base directory, thereby preventing unauthorized traversal.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wwbn avideo | < 26.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 13, 2026 | CVE Modified | [email protected] |
| Mar 23, 2026 | Initial Analysis | [email protected] |
| Mar 21, 2026 | New CVE Received | [email protected] |