All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-41304
HIGHpublished 2026-04-22 00:16 UTC · 4 months ago · modified 2026-06-17 10:46 UTC
8.9
CVSS / 10
// description
WWBN AVideo is an open source video platform. In versions 29.0 and below, the `cloneServer.json.php` endpoint in the CloneSite plugin constructs shell commands using user-controlled input (`url` parameter) without proper sanitization. The input is directly concatenated into a `wget` command executed via `exec()`, allowing command injection. An attacker can inject arbitrary shell commands by breaking out of the intended URL context using shell metacharacters (e.g., `;`). This leads to Remote Code Execution (RCE) on the server. Commit 473c609fc2defdea8b937b00e86ce88eba1f15bb contains a fix.
// weaknesses (CWE)
- CWE-77