#VU125477 SQL injection in AVideo - CVE-2026-33767
Published: April 8, 2026
AVideo
World Wide Broadcast Network
Description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to sql injection in the getLike() method in objects/like.php when handling a crafted like or dislike request with a user-controlled videos_id parameter. A remote user can send a specially crafted request to disclose sensitive information.
The vulnerable query uses a placeholder for users_id but concatenates videos_id directly into the SQL statement.