SQL injection in AVideo - CVE-2026-33352
Published: May 4, 2026
AVideo
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary SQL commands to disclose sensitive information, modify data, or cause a denial of service.
The vulnerability exists due to SQL injection in the getAllCategories() method in objects/category.php when handling the doNotShowCats request parameter. A remote attacker can send a specially crafted request to execute arbitrary SQL commands to disclose sensitive information, modify data, or cause a denial of service.
The issue can be exploited by using a backslash escape technique to bypass single-quote stripping and alter SQL string boundaries.