CVE-2026-33482

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `sanitizeFFmpegCommand()` function in `plugin/API/standAlone/functions.php` is designed to prevent OS command injection in ffmpeg commands by stripping dangerous shell metacharacters (`&&`, `;`, `|`, `` ` ``, `<`, `>`). However, it fails to strip `$()` (bash command substitution syntax). Since the sanitized command is executed inside a double-quoted `sh -c` context in `execAsync()`, an attacker who can craft a valid encrypted payload can achieve arbitrary command execution on the standalone encoder server. Commit 25c8ab90269e3a01fb4cf205b40a373487f022e1 contains a patch.
Configurations

Configuration 1 (hide)

cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*

History

24 Mar 2026, 18:41

Type Values Removed Values Added
CPE cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*
First Time Wwbn
Wwbn avideo
References () https://github.com/WWBN/AVideo/commit/25c8ab90269e3a01fb4cf205b40a373487f022e1 - () https://github.com/WWBN/AVideo/commit/25c8ab90269e3a01fb4cf205b40a373487f022e1 - Patch
References () https://github.com/WWBN/AVideo/security/advisories/GHSA-pmj8-r2j7-xg6c - () https://github.com/WWBN/AVideo/security/advisories/GHSA-pmj8-r2j7-xg6c - Exploit, Mitigation, Vendor Advisory

24 Mar 2026, 15:54

Type Values Removed Values Added
Summary
  • (es) WWBN AVideo es una plataforma de video de código abierto. En versiones hasta la 26.0 inclusive, la función 'sanitizeFFmpegCommand()' en 'plugin/API/standAlone/functions.php' está diseñada para prevenir la inyección de comandos del sistema operativo en comandos ffmpeg eliminando metacaracteres peligrosos del shell ('&amp;&amp;', ';', '|', '`', '&lt;', '&gt;'). Sin embargo, no logra eliminar '$()' (sintaxis de sustitución de comandos de bash). Dado que el comando saneado se ejecuta dentro de un contexto 'sh -c' entre comillas dobles en 'execAsync()', un atacante que puede crear una carga útil cifrada válida puede lograr la ejecución arbitraria de comandos en el servidor codificador independiente. El commit 25c8ab90269e3a01fb4cf205b40a373487f022e1 contiene un parche.

23 Mar 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-23 15:16

Updated : 2026-03-24 18:41


NVD link : CVE-2026-33482

Mitre link : CVE-2026-33482

CVE.ORG link : CVE-2026-33482


JSON object : View

Products Affected

wwbn

  • avideo
CWE
CWE-78

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')