Vulnerability Description
WWBN AVideo is an open source video platform. Prior to version 26.0, an unauthenticated SQL injection vulnerability exists in `objects/category.php` in the `getAllCategories()` method. The `doNotShowCats` request parameter is sanitized only by stripping single-quote characters (`str_replace("'", '', ...)`), but this is trivially bypassed using a backslash escape technique to shift SQL string boundaries. The parameter is not covered by any of the application's global input filters in `objects/security.php`. Version 26.0 contains a patch for the issue.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Wwbn | Avideo | < 26.0 |
Related Weaknesses (CWE)
References
- https://github.com/WWBN/AVideo/commit/206d38e97b8c854771bb2907b13f9f36e8bcf874Patch
- https://github.com/WWBN/AVideo/security/advisories/GHSA-mcj5-6qr4-95fjExploitMitigationVendor Advisory
FAQ
What is CVE-2026-33352?
CVE-2026-33352 is a vulnerability with a CVSS score of 9.8 (CRITICAL). WWBN AVideo is an open source video platform. Prior to version 26.0, an unauthenticated SQL injection vulnerability exists in `objects/category.php` in the `getAllCategories()` method. The `doNotShowC...
How severe is CVE-2026-33352?
CVE-2026-33352 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-33352?
Check the references section above for vendor advisories and patch information. Affected products include: Wwbn Avideo.