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.
References
| Link | Resource |
|---|---|
| https://github.com/WWBN/AVideo/commit/0215d3c4f1ee748b8880254967b51784b8ac4080 | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-fj74-qxj7-r3vc | Exploit Vendor Advisory |
Configurations
History
31 Mar 2026, 16:48
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/WWBN/AVideo/commit/0215d3c4f1ee748b8880254967b51784b8ac4080 - Patch | |
| References | () https://github.com/WWBN/AVideo/security/advisories/GHSA-fj74-qxj7-r3vc - Exploit, Vendor Advisory | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.8 |
| CPE | cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:* | |
| First Time |
Wwbn
Wwbn avideo |
27 Mar 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-27 17:16
Updated : 2026-03-31 16:48
NVD link : CVE-2026-33767
Mitre link : CVE-2026-33767
CVE.ORG link : CVE-2026-33767
JSON object : View
Products Affected
wwbn
- avideo
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
