CVE 7.1 HIGH

AVideo has SQL Injection via Partial Prepared Statement — videos_id Concatenated Directly into Query_CVE-2026-33767

7.1 / 10
HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N

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.

Basic Information

ID CVE-2026-33767
Source GitHub_M
Published Mar 27, 2026 at 16:12
Modified Mar 27, 2026 at 17:27

Affected Product

Vendor WWBN
Product AVideo
Version <= 26.0
Affected Versions WWBN AVideo <= 26.0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.