SCA: security update for wwbn/avideo (GHSA-pmj8-r2j7-xg6c)

high Tenable Self-Hosted Container Security Plugin ID 446654

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-33482)

Solution

There is no known solution at this time.

See Also

https://github.com/advisories/GHSA-pmj8-r2j7-xg6c

Plugin Details

Severity: High

ID: 446654

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/31/2026

Updated: 8/31/2026

Risk Information

VPR

Risk Factor: Medium

Score: 6.9

Percentile: 96.95

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.6

Temporal Score: 6

Vector: CVSS2#AV:N/AC:H/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2026-33482

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.3

Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/20/2026

Vulnerability Publication Date: 3/20/2026

Reference Information

CVE: CVE-2026-33482

cwe: CWE-78