CVE-2026-33723 Details
Description
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.
A SQL injection vulnerability has been identified in WWBN AVideo versions through 26.0. The issue arises in the Subscribe::save() method within objects/subscribe.php, where the users_id property is directly concatenated into an SQL INSERT query without proper sanitization or parameterized binding. This unsanitized data, originating from the user_id POST parameter in subscribe.json.php and subscribeNotify.json.php, allows authenticated attackers to inject arbitrary SQL. Exploitation of this vulnerability could lead to the extraction of sensitive information from any database table, including password hashes, API keys, and encryption salts.
Users are advised to update to the latest version of WWBN AVideo, where this vulnerability has been patched. For those unable to update, a manual fix can be applied by modifying the Subscribe::save() method to use prepared statements for SQL queries, ensuring proper parameterization and sanitization of user input.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/WWBN/AVideo/security/advisories/GHSA-ffr8-fxhv-fv8h | CISA-ADP | ExploitVendor Advisory |
| https://github.com/WWBN/AVideo/commit/36dfae22059fbd66fd34bbc5568a838fc0efd66c | [email protected] | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-ffr8-fxhv-fv8h | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wwbn avideo | <= 26.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 25, 2026 | Initial Analysis | [email protected] |
| Mar 24, 2026 | CVE Modified | CISA-ADP |
| Mar 23, 2026 | New CVE Received | [email protected] |