CVE-2026-33478 Details
Description
WWBN AVideo is an open source video platform. In versions up to and including 26.0, multiple vulnerabilities in AVideo's CloneSite plugin chain together to allow a completely unauthenticated attacker to achieve remote code execution. The `clones.json.php` endpoint exposes clone secret keys without authentication, which can be used to trigger a full database dump via `cloneServer.json.php`. The dump contains admin password hashes stored as MD5, which are trivially crackable. With admin access, the attacker exploits an OS command injection in the rsync command construction in `cloneClient.json.php` to execute arbitrary system commands. Commit c85d076375fab095a14170df7ddb27058134d38c contains a patch.
A remote code execution vulnerability has been identified in WWBN AVideo versions through 26.0, specifically within the CloneSite plugin. This vulnerability allows an unauthenticated attacker to execute arbitrary commands on the server. The issue arises from the `clones.json.php` endpoint, which exposes clone secret keys without authentication. These keys can be used to initiate a database dump via `cloneServer.json.php`. The dumped database contains admin password hashes stored as MD5, which are easily crackable. Once an attacker gains admin access, they can exploit an OS command injection vulnerability in the `rsync` command construction within `cloneClient.json.php` to execute arbitrary system commands.
Users are advised to update to the patched version of AVideo, which includes authentication for the `clones.json.php` endpoint, prevents SQL dumps from being stored in web-accessible directories, upgrades password hashing to a more secure method, and sanitizes parameters in the `rsync` command to prevent injection attacks.
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 23, 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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/WWBN/AVideo/security/advisories/GHSA-687q-32c6-8x68 | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/WWBN/AVideo/commit/c85d076375fab095a14170df7ddb27058134d38c | [email protected] | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-687q-32c6-8x68 | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-78 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | [email protected] |
| CWE-284 | Improper Access Control | [email protected] |
| CWE-78 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | [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 |
| Mar 24, 2026 | Initial Analysis | [email protected] |
| Mar 23, 2026 | CVE Modified | CISA-ADP |
| Mar 23, 2026 | New CVE Received | [email protected] |