CVE-2026-33723

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `Subscribe::save()` method in `objects/subscribe.php` concatenates the `$this->users_id` property directly into an INSERT SQL query without sanitization or parameterized binding. This property originates from `$_POST['user_id']` in both `subscribe.json.php` and `subscribeNotify.json.php`. An authenticated attacker can inject arbitrary SQL to extract sensitive data from any database table, including password hashes, API keys, and encryption salts. Commit 36dfae22059fbd66fd34bbc5568a838fc0efd66c contains a patch.
Configurations

Configuration 1 (hide)

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

History

25 Mar 2026, 19:04

Type Values Removed Values Added
CPE cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*
First Time Wwbn
Wwbn avideo
References () https://github.com/WWBN/AVideo/commit/36dfae22059fbd66fd34bbc5568a838fc0efd66c - () https://github.com/WWBN/AVideo/commit/36dfae22059fbd66fd34bbc5568a838fc0efd66c - Patch
References () https://github.com/WWBN/AVideo/security/advisories/GHSA-ffr8-fxhv-fv8h - () https://github.com/WWBN/AVideo/security/advisories/GHSA-ffr8-fxhv-fv8h - Exploit, Vendor Advisory

24 Mar 2026, 16:16

Type Values Removed Values Added
References () https://github.com/WWBN/AVideo/security/advisories/GHSA-ffr8-fxhv-fv8h - () https://github.com/WWBN/AVideo/security/advisories/GHSA-ffr8-fxhv-fv8h -
Summary
  • (es) WWBN AVideo es una plataforma de video de código abierto. En versiones hasta la 26.0 inclusive, el método `Subscribe::save()` en `objects/subscribe.php` concatena la propiedad `$this->users_id` directamente en una consulta SQL INSERT sin saneamiento o vinculación parametrizada. Esta propiedad se origina de `$_POST['user_id']` tanto en `subscribe.json.php` como en `subscribeNotify.json.php`. Un atacante autenticado puede inyectar SQL arbitrario para extraer datos sensibles de cualquier tabla de base de datos, incluyendo hashes de contraseñas, claves API y sales de cifrado. El commit 36dfae22059fbd66fd34bbc5568a838fc0efd66c contiene un parche.

23 Mar 2026, 19:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-23 19:16

Updated : 2026-03-25 19:04


NVD link : CVE-2026-33723

Mitre link : CVE-2026-33723

CVE.ORG link : CVE-2026-33723


JSON object : View

Products Affected

wwbn

  • avideo
CWE
CWE-89

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