SQL Injection in Wwbn Avideo

CVE-2026-33767

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.

Vulnerability class: SQL Injection

EPSS: 0.005 (40.5th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 8.8 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-33767?
CVE-2026-33767 is a high-severity vulnerability in Wwbn Avideo, classified under SQL Injection. CVSS score: 8.8/10. Published 2026-03-27.
How severe is CVE-2026-33767?
High severity. CVSS v3 base score is 8.8 out of 10.