CRITICAL🇵🇱 Wersja polska

CVE-2026-33478

CVSS 10.0v3.1pub. 2026-03-23upd. 2026-03-24

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.

🤖 AI Analysis
How it works

The attack proceeds in three stages. First, the `clones.json.php` endpoint exposes clone secret keys without any authentication (Auth Bypass, CWE-284). Second, the obtained key allows calling `cloneServer.json.php` to generate a complete database dump, which contains administrator passwords hashed with the MD5 algorithm — trivially vulnerable to cracking. Third, after gaining administrator access, the attacker exploits a command injection vulnerability (CWE-78) in the rsync command building logic in the `cloneClient.json.php` file, allowing execution of arbitrary system commands.

Impact

A completely unauthenticated network attacker can gain full control of the server, obtaining the ability to read and modify data, install backdoors, and disrupt service availability.

Mitigation & patch

The patch contained in commit c85d076375fab095a14170df7ddb27058134d38c available in the WWBN/AVideo GitHub repository should be applied immediately. Until the patch is deployed, it is recommended to block public access to the `clones.json.php`, `cloneServer.json.php`, and `cloneClient.json.php` endpoints at the firewall or web server level.

Who is affected

WWBN AVideo in versions up to and including 26.0 with the CloneSite plugin installed.

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Wwbn Avideo

    APP
    Wwbn
    ≤ 26.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
RCEAuth BypassCommand Injection
CWE
References

Related vulnerabilities

CVE-2026-41064CRITICAL9.3PL ✓ten sam produkt

WWBN AVideo — niekompletna naprawa command injection w test.php

CVE-2026-40911CRITICAL10.0PL ✓ten sam produkt

WWBN AVideo: RCE przez eval() w pluginie YPTSocket — przejęcie kont

CVE-2026-33867CRITICAL9.1PL ✓ten sam produkt

WWBN AVideo: hasła do filmów przechowywane w bazie jako plaintext

CVE-2026-34374CRITICAL9.1PL ✓ten sam produkt

SQL Injection w WWBN AVideo — mechanizm uwierzytelniania RTMP

CVE-2026-33351CRITICAL9.1PL ✓ten sam produkt

SSRF w WWBN AVideo — brak walidacji parametru URL w saveDVR.json.php