SCA: security update for wwbn/avideo (GHSA-8qm8-g55h-xmqr)

medium Tenable Self-Hosted Container Security Plugin ID 446788

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 29.0 and prior, `objects/commentDelete.json.php`
is a state-mutating JSON endpoint that deletes comments but performs no CSRF validation. It does not call
`forbidIfIsUntrustedRequest()`, does not verify a CSRF/global token, and does not check
`Origin`/`Referer`. Because AVideo intentionally sets `session.cookie_samesite=None` (to support cross-
origin embed players), a cross-site request from any attacker-controlled page automatically carries the
victim's `PHPSESSID`. Any authenticated victim who has authority to delete one or more comments (site
moderators, video owners, and comment authors) can be tricked into deleting comments en masse simply by
visiting an attacker page. Commit 184f36b1896f3364f864f17c1acca3dd8df3af27 contains a fix.
(CVE-2026-40929)

Solution

There is no known solution at this time.

See Also

https://github.com/advisories/GHSA-8qm8-g55h-xmqr

Plugin Details

Severity: Medium

ID: 446788

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/31/2026

Updated: 8/31/2026

Risk Information

VPR

Risk Factor: Low

Score: 2.1

Percentile: 7.66

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 5

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

CVSS Score Source: CVE-2026-40929

CVSS v3

Risk Factor: Medium

Base Score: 5.4

Temporal Score: 4.9

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 4/14/2026

Vulnerability Publication Date: 4/14/2026

Reference Information

CVE: CVE-2026-40929

cwe: CWE-352