Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Wwbn | Avideo | <= 26.0 |
Related Weaknesses (CWE)
References
- https://github.com/WWBN/AVideo/commit/0215d3c4f1ee748b8880254967b51784b8ac4080Patch
- https://github.com/WWBN/AVideo/security/advisories/GHSA-fj74-qxj7-r3vcExploitVendor Advisory
FAQ
What is CVE-2026-33767?
CVE-2026-33767 is a vulnerability with a CVSS score of 8.8 (HIGH). 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 (`?`) fo...
How severe is CVE-2026-33767?
CVE-2026-33767 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-33767?
Check the references section above for vendor advisories and patch information. Affected products include: Wwbn Avideo.