SCA: security update for wwbn/avideo (GHSA-fj74-qxj7-r3vc)

high Tenable Cloud Security Plugin ID 439260

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, in `objects/like.php`,
the `getLike()` method constructs a SQL query using a prepared statement placeholder (`?`) for `users_id`
but directly concatenates `$this->videos_id` into the query string without parameterization. An attacker
who can control the `videos_id` value (via a crafted request) can inject arbitrary SQL, bypassing the
partial prepared-statement protection. Commit 0215d3c4f1ee748b8880254967b51784b8ac4080 contains a patch.
(CVE-2026-33767)

Solution

Update the wwbn/avideo library and its related packages to version 26.0 or later.

See Also

https://github.com/advisories/GHSA-fj74-qxj7-r3vc

Plugin Details

Severity: High

ID: 439260

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 3/26/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.88

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 7

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

CVSS Score Source: CVE-2026-33767

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.9

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

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

CVSS v4

Risk Factor: High

Base Score: 7.1

Threat Score: 5.7

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 3/26/2026

Vulnerability Publication Date: 3/26/2026

Reference Information

CVE: CVE-2026-33767

cwe: CWE-89