SCA: security update for wwbn/avideo (GHSA-mcj5-6qr4-95fj)

critical Tenable Self-Hosted Container Security Plugin ID 446796

Description

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

- WWBN AVideo is an open source video platform. Prior to version 26.0, an unauthenticated SQL injection
vulnerability exists in `objects/category.php` in the `getAllCategories()` method. The `doNotShowCats`
request parameter is sanitized only by stripping single-quote characters (`str_replace("'", '', ...)`),
but this is trivially bypassed using a backslash escape technique to shift SQL string boundaries. The
parameter is not covered by any of the application's global input filters in `objects/security.php`.
Version 26.0 contains a patch for the issue. (CVE-2026-33352)

Solution

There is no known solution at this time.

See Also

https://github.com/advisories/GHSA-mcj5-6qr4-95fj

Plugin Details

Severity: Critical

ID: 446796

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/31/2026

Updated: 8/31/2026

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.88

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

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

CVSS Score Source: CVE-2026-33352

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

Vector: CVSS:3.0/AV:N/AC:L/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/19/2026

Vulnerability Publication Date: 3/19/2026

Reference Information

CVE: CVE-2026-33352

cwe: CWE-89