CVE-2026-33238
published 2026-03-21CVE-2026-33238: 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…
PriorityP428medium4.3CVSS 3.1
AVNACLPRLUINSUCLINAN
EPSS
0.42%
33.5th percentile
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.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| wwbn | avideo | < 26.0 | 26.0 |
| wwbn | avideo | >= 0 < 26.0 | 26.0 |
| wwbn | avideo | 0 – 14.0 | — |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
AVideo has a Path Traversal in listFiles.json.php Enables Server Filesystem Enumeration
osv·2026-03-19
CVE-2026-33238 [MEDIUM] AVideo has a Path Traversal in listFiles.json.php Enables Server Filesystem Enumeration
AVideo has a Path Traversal in listFiles.json.php Enables Server Filesystem Enumeration
## Summary
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.
## Details
The vulnerable code is at `objects/listFiles.json.php:8-45`:
```php
if (!User::canUpload() || !empty($advancedCustom->doNotShowImportMP4Button)) {
return false;
}
$global['allowed'] = ['mp4'];
// ...
if (!empty($_POST['path'
GHSA
AVideo has a Path Traversal in listFiles.json.php Enables Server Filesystem Enumeration
ghsa·2026-03-19
CVE-2026-33238 [MEDIUM] CWE-22 AVideo has a Path Traversal in listFiles.json.php Enables Server Filesystem Enumeration
AVideo has a Path Traversal in listFiles.json.php Enables Server Filesystem Enumeration
## Summary
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.
## Details
The vulnerable code is at `objects/listFiles.json.php:8-45`:
```php
if (!User::canUpload() || !empty($advancedCustom->doNotShowImportMP4Button)) {
return false;
}
$global['allowed'] = ['mp4'];
// ...
if (!empty($_POST['path'
No detection rules found.
No public exploits indexed.
2026-03-21
Published